Starfyre72 Posted April 12, 2005 Posted April 12, 2005 Ok as I said in another thread I recently installed osCommerce. What I didn't mention it was a package that I can install through Plesk (my version of Cpanel). Anyways I recently downloaded a copy of osCommerce of their website and uploaded it and tried installing it and it said something about setting register_globals to true in the php.ini. I'm wondering where it is. I can't seem to find it anywheres offhand.
Guest Posted April 12, 2005 Posted April 12, 2005 if you control your server, then you can edit it. very doubtful, you should ask your host if they can set it to true. one way to test is to place the following line of code in a file called phpinfo.php on your server then run it, and search for register globals <?php phpinfo(); ?>
Starfyre72 Posted April 12, 2005 Author Posted April 12, 2005 if you control your server, then you can edit it. very doubtful, you should ask your host if they can set it to true.one way to test is to place the following line of code in a file called phpinfo.php on your server then run it, and search for register globals <?php phpinfo(); ?> <{POST_SNAPBACK}> Well it looks like your right there. I do have control over the server just not enough. I found where its stored but its a hidden file it seems. I wonder if I could see it in the Linux shell. Doubtful. I wonder if that is why I can't add anything to the shopping cart is cause the register_globals is off.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.