This is a discussion on php error within the osCMax v1.7 Installation forums, part of the osCMax v1.7 Forums category; hi guys, I just upgraded my easyphp from 1.6 to 1-7 but now when I try to open up my ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| hi guys, I just upgraded my easyphp from 1.6 to 1-7 but now when I try to open up my website on my localhost, I am getting the following error: "FATAL ERROR: register_globals is disabled in php.ini, please enable it!" Does anyone know how I can fix this problem? thanks for your help. |
| Sponsored Links | ||
| ||
| |
|
#2
| ||||
| ||||
| set register_globals to On in php.ini...
__________________ Michael Sasek osCMax Developer
|
|
#3
| |||
| |||
| Quote:
Thanks Micheal |
|
#4
| |||
| |||
| Any body knows which php.ini I need to go to in order to turn on the register_globals. I need this as quickly as possible. Any help would be greatly appreciated. Thank You. |
|
#5
| ||||
| ||||
| I suggest changing all of them. It will only take a few minutes. Then restart apache for the change to take effect.
__________________ Michael Sasek osCMax Developer
|
|
#6
| |||
| |||
| Quote:
I did change all of them however it didn't fix the problem however I decided to do a re-install and that fix the problem. Go figure. I do have another question that I just notice today. I am redoing my website and I have bought a complete template store from TemplateShopper.com due to a lack of redesign time, which come with the os system built in. However I have notice that when I go to the admin. it is not password protected nor is there anywhere in the admin where I can set up a user name and/or password. My question is, is there anyway that I can add this feature to my admin? |
|
#7
| |||
| |||
| Apache2, PHP5, MySQL running on WinXP Application: OScMax v2 Despite turning register_globals on and restarting Apache, I am getting the following error when running catalog\install\index.php: FATAL ERROR: register_globals is disabled in php.ini, please enable it! Any suggestions on confirming whether or not register_globals are really on or off, or how to resolve this problem? Thanks, Gene K. geno11@softhome.net |
|
#8
| ||||
| ||||
| Gene, if you are getting that error, you in fact have not turned on register globals. Check to make sure your host has not disallowed you changing this value, and also make sure you are editing the correct php.ini file. Try killing all apache processes by doing a killall -9 httpd and then starting apache again and see if that helps.
__________________ Michael Sasek osCMax Developer
|
|
#9
| |||
| |||
| Thanks for the suggestion. I got past this one using .htaccess files which did succeed in activating register_globals. Still at the installation, I am now stuck at the Import Database stage. After filling in the fields and submitting, the lower 3/4 of the screen goes blank and it hangs. I need to identify if my problem is in the MySQL database setup, in PHP configuration, or perhaps it is a rights issue. How do I troubleshoot this? I have not taken the easy way - installing PHP4 - because I am taking a PHP5 class and the instructor advised me to install the later version. Other OSCMax users seem to have gotten the package up and running on PHP5, but I have only found snippets of information and no comprehensive list of solutions. Is is it worth the time and trouble going this route? |
|
#10
| ||||
| ||||
| Rights issues - maybe, check the user permission in mysql (use phpmyadmin). Web root error - maybe (you may have to put the file into c:\install\osCMax.sql - don't know why but ran into that myself with some WAMP packages) If it is just the import that is stuck (connection was fine) - then SKIP it....use phpMyAdmin and load the above file into the SQL query and run it.... Good Luck!
__________________ JPF - osCMax Fourm Moderator Try out our osCMax at: Live Catalog Demo Limited access Admin: Live Admin Demo Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped! |
| Sponsored Links | ||
| ||
| |