PDA

View Full Version : php upgrade



web9000
August 11th, 2003, 11:58 PM
i just installed a new version of php, ver 4.3.2 on our server

we had ver 4.0.1 when i set up squirrelcart

after installing new php version the cart does not work

any ideas?


thanks

bob

gtroll
August 12th, 2003, 05:58 PM
i just installed a new version of php, ver 4.3.2 on our server

we had ver 4.0.1 when i set up squirrelcart

after installing new php version the cart does not work

any ideas?


thanks

bob
Does not work? How not, any error messages? make sure registar globals is turned on- if not you can add php_value register_globals 1 to your htaccess to turn it on for your site or directory
Check http://www.ldev.com/forums/showthread.php?t=849
More info: http://php.net/register_globals

web9000
August 12th, 2003, 06:07 PM
thanks i just figured that out

the new version for whatever reason defaults with register globals off

i edited the php.ini file and found that and a few other setting that didnt look right and fixed them

thank you :yahoo:

Rich
August 13th, 2003, 09:58 AM
That's the new default setting, for security reasons. We'll actually be changing Squirrelcart to run properly without the need to have register_globals enabled.
the new version for whatever reason defaults with register globals off