Hi,
I've made a panel script which contains billing, accounts, domains etc information. Webaccounts in there are integrated with cpanel/whm by curl commands (whmreq() function) such as create, suspend, unsuspend, terminate. I've notcied that when I activate the invoice in system so the webaccount is created in WHM, the document page dies (uhm.. like there was die() in the first line). The command goes in the background (the webaccount is created) but the page stays blank. It seems that the remote commands that use more memory (create / terminate) causes this while the suspend dont. As far as i remember the script worked good before and there were no such a things. Any ideas?
I've made a panel script which contains billing, accounts, domains etc information. Webaccounts in there are integrated with cpanel/whm by curl commands (whmreq() function) such as create, suspend, unsuspend, terminate. I've notcied that when I activate the invoice in system so the webaccount is created in WHM, the document page dies (uhm.. like there was die() in the first line). The command goes in the background (the webaccount is created) but the page stays blank. It seems that the remote commands that use more memory (create / terminate) causes this while the suspend dont. As far as i remember the script worked good before and there were no such a things. Any ideas?