Piratez Posted January 5, 2007 Share Posted January 5, 2007 First of all, sorry for this yet-another-register_globals-topic, but I've tried to search this forums, and still no luck The server where my account resides is running phpsuexec and register_globals is off. So I tried the php.ini method to turn it on, and put this file in root whmcs folder, in the admin folder, and in the install folder. I have also uploaded the ioncube folder and put it in the root whmcs folder. Then the confusion begins: - if I execute the install.php script while there is a php.ini file (containing only "register_globals=On") inside the install folder, I got an error message saying that the ioncube loader is needed. MEANWHILE, -if that php.ini file is deleted from the install folder, the install.php runs fine, but installation will stop with error msg saying register_globals is Off. Could someone please tell me how to solve the problem ? Thank You. 0 Quote Link to comment Share on other sites More sharing options...
quietfinn Posted January 5, 2007 Share Posted January 5, 2007 Add this line to the php.ini files zend_extension=/path/to/whmcs/ioncube/ioncube_loader_lin_4.4.so 0 Quote Link to comment Share on other sites More sharing options...
MACscr Posted January 5, 2007 Share Posted January 5, 2007 Add this line to the php.ini files zend_extension=/path/to/whmcs/ioncube/ioncube_loader_lin_4.4.so Remember that the end of that path, "ioncube_loader_lin_4.4.so" will needed to be changed depending on your version of php. 0 Quote Link to comment Share on other sites More sharing options...
Piratez Posted January 6, 2007 Author Share Posted January 6, 2007 Add this line to the php.ini files It worked like a charm Thx to both of you 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.