flyinrookie Posted January 16, 2006 Posted January 16, 2006 hello im in a real pickle! everytime i try to install oscommerce 2.2 doing the www.............../catalog/install, i get this message: FATAL ERROR: register_globals is disabled in php.ini, please enable it! i have searched everywhere, and now i have spent the last 50hours searching the net. I have tried almost every way possible to fix this i think. i need help, can someone please tell me: ho to fix this....exacty what file/s need to be changed, how to find them..etc..etc...i need to know every detail there is. i dont care if i have to wipe everything, downlad it again and start over, i just need to get this register_globals goin. thank you in advance flyinrookie
memckenna Posted January 17, 2006 Posted January 17, 2006 This is related to the .htaccess file in the root of your hosting directory. My .htaccess file looks like this: # $Id: htaccess.dist,v 1.1.1.1 2005/08/16 08:31:30 sstolyarov Exp $ # # This is used with Apache WebServers # # For this to work, you must include the parameter 'Options' to # the AllowOverride configuration # # Example: # # <Directory "/usr/local/apache/htdocs"> # AllowOverride Options # </Directory> # # 'All' with also work. (This configuration is in the # apache/conf/httpd.conf file) # The following makes adjustments to the SSL protocol for Internet # Explorer browsers <IfModule mod_setenvif.c> <IfDefine SSL> SetEnvIf User-Agent ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 </IfDefine> </IfModule> # Fix certain PHP values # (commented out by default to prevent errors occuring on certain # servers) #<IfModule mod_php4.c> php_value session.use_trans_sid 0 php_value register_globals 1 #</IfModule> If you have access to your hosting server - you can creat a .htaccess file in your catalog directory to recover this... Matt McKenna
liabarata Posted January 17, 2006 Posted January 17, 2006 I had the same problem too and I did both the fix mentioned above (but it didn't work still though) and then someone advised to load this contribution and then it worked... http://www.oscommerce.com/community/contri...egister+globals Good luck!
flyinrookie Posted January 17, 2006 Author Posted January 17, 2006 hey there ummmm......wat do i do with all that. haha......i can do almost anything to a site but this server....database....install oscommerce is very new to me........when you say root folder......what is it, as in the public_html one? i need it explained like i have no brain. thanx flyinrookie
flyinrookie Posted January 17, 2006 Author Posted January 17, 2006 i downloaded it, now where do i put it......like just use FTP to upload into the catalog folder or?
liabarata Posted January 17, 2006 Posted January 17, 2006 i downloaded it, now where do i put it......like just use FTP to upload into the catalog folder or? Yes, you FTp it, but I think you need to do it file by file otherwise you'll overwrite the folders is contains!!! Just go to each folder and ftp the files onto the same folder! Good luck
flyinrookie Posted January 17, 2006 Author Posted January 17, 2006 the file didnt work..............maybe i should start over new...i will try.....but please if you have any other suggestions anyone please keep posting
Recommended Posts
Archived
This topic is now archived and is closed to further replies.