bagan Posted October 8, 2006 Posted October 8, 2006 i use easyphp on my pc.. i was edit file php.ini in my apache but problem now is.. same word was out when i type http://localhost/catalog Server Requirement Error: register_globals is disabled in your PHP configuration. This can be enabled in your php.ini configuration file or in the .htaccess file in your catalog directory. in my php.ini i was edit it - register_globals = on [Security, Performance] ; Global variables are no longer registered for input data (POST, GET, cookies, ; environment and other server variables). Instead of using $foo, you must use ; you can use $_REQUEST["foo"] (includes any variable that arrives through the ; request, namely, POST, GET and cookie variables), or use one of the specific ; $_GET["foo"], $_POST["foo"], $_COOKIE["foo"] or $_FILES["foo"], depending ; on where the input originates. Also, you can look at the ; import_request_variables() function. ; Note that register_globals is going to be depracated (i.e., turned off by ; default) in the next version of PHP, because it often leads to security bugs. ; Read http://php.net/manual/en/security.registerglobals.php for further ; information. now.. how to do can anybody help me.. about this problem.. thanx.
Guest Posted October 8, 2006 Posted October 8, 2006 I am not fully up on this but 1 glaring thing I have noticed is the way register_globals is being called. Instead of - register_globals = on [security, Performance] try register_globals = on ;[security, Performance]
bagan Posted October 9, 2006 Author Posted October 9, 2006 I am not fully up on this but 1 glaring thing I have noticed is the way register_globals is being called. Instead of - register_globals = on [security, Performance] try register_globals = on ;[security, Performance] i was try it.. but bad result (same error) can i now what u use for make stay alon server at your pc.. exp me use easyphp.. anybody can explain to me their step if i use easyphp to my pc
Guest Posted October 9, 2006 Posted October 9, 2006 I use wamp5 from wampserver for my test site. http://www.wampserver.com/en/
♥Vger Posted October 9, 2006 Posted October 9, 2006 There may be several php.ini files on your computer - so you need to Search for all files named php.ini and edit them all. Once you've done that you need to shut down your computer and reboot - this shuts the server down and restarts it (which you must do for the change to take effect). Vger
bagan Posted October 10, 2006 Author Posted October 10, 2006 i was succesfull done for this procces.. now how can i upload from my localhost to my real server i mean real my oscommerce in web? must upload 1 by 1 ? coz my database name in my localhost is different with my real oscommarce..
Recommended Posts
Archived
This topic is now archived and is closed to further replies.