Lee Posted November 6, 2006 Share Posted November 6, 2006 Hello, I have just download WHM and uploaded all the files. I have run the install file and get this error message: INSTALL/UPGRADE WHMCS V2.5.8 Preinstallation System Checks PHP Version .......... Passed MySQL .......... Passed Register Globals .......... WHMCS requires Register Globals to be On for it function correctly. These can be enabled in a .htaccess or php.ini file in your WHMCS Directory. Configuration File .......... Passed Attachments Folder Permissions .......... Passed Downloads Folder Permissions .......... Passed Templates Folder Permissions .......... Passed Announcements RSS File .......... Passed Error! Some Preinstallation Checks Failed. You must correct the errors above before you can continue with installation. I have uploaded the .htaccess file for the register globals but still no luck. Can some one help please? 0 Quote Link to comment Share on other sites More sharing options...
MACscr Posted November 6, 2006 Share Posted November 6, 2006 do you have root access to the server? if so, you could always change our php.ini. It all depends on your php setup, etc. Could you post a link to your phpinfo? 0 Quote Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted November 6, 2006 WHMCS CEO Share Posted November 6, 2006 What have you entered in your .htaccess file to enable register globals? Entering the correct value in a .htaccess file usually either results in register globals being enabled or an Internal Server Error. Matt 0 Quote Link to comment Share on other sites More sharing options...
Lee Posted November 6, 2006 Author Share Posted November 6, 2006 What have you entered in your .htaccess file to enable register globals? Entering the correct value in a .htaccess file usually either results in register globals being enabled or an Internal Server Error. Matt Hi, This is what i have added.... php_value register_globals on 0 Quote Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted November 6, 2006 WHMCS CEO Share Posted November 6, 2006 Hmm, that's correct. Try the php.ini method where you put a php.ini file in the main folder, admin folder and install folder containing the following line: register_globals=On Matt 0 Quote Link to comment Share on other sites More sharing options...
Lee Posted November 6, 2006 Author Share Posted November 6, 2006 Many thanks for your help. It works now. 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.