microlar Posted May 25, 2008 Posted May 25, 2008 Sorry, but I'm new in this business, so I am having this error message: "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." I have tried to configurate this file: .htaccess, but I don't know wht to put in it, since it has only instructions which I understand nothing. Thanks for the cooperation Valter :blush:
♥geoffreywalton Posted May 25, 2008 Posted May 25, 2008 A quick google got this http://www.webmasterworld.com/forum88/11760.htm Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>.
Guest Posted May 25, 2008 Posted May 25, 2008 Sorry, but I'm new in this business, so I am having this error message:"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." I have tried to configurate this file: .htaccess, but I don't know wht to put in it, since it has only instructions which I understand nothing. Thanks for the cooperation Valter :blush: Hi Find this in your .htacces about line 33 to 38 (/catalog/.htacces and /catalog/admin/.htacces): # Fix certain PHP values # (commented out by default to prevent errors occuring on certain # servers) # php_value session.use_trans_sid 0 # php_value register_globals 1 and change to this: # Fix certain PHP values # (commented out by default to prevent errors occuring on certain # servers) # php_value session.use_trans_sid 0 php_value register_globals 1
Guest Posted May 25, 2008 Posted May 25, 2008 A quick google got this http://www.webmasterworld.com/forum88/11760.htm ALL NEW osC COME WITH .htacces: oscommerce-2.2rc2a\catalog\admin\: # $Id: .htaccess 1739 2007-12-20 00:52:16Z hpdl $ # # 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> # If Search Engine Friendly URLs do not work, try enabling the # following Apache configuration parameter # AcceptPathInfo On # Fix certain PHP values # (commented out by default to prevent errors occuring on certain # servers) # php_value session.use_trans_sid 0 # php_value register_globals 1 oscommerce-2.2rc2a\catalog\: # $Id: .htaccess 1739 2007-12-20 00:52:16Z hpdl $ # # 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> # If Search Engine Friendly URLs do not work, try enabling the # following Apache configuration parameter # AcceptPathInfo On # Fix certain PHP values # (commented out by default to prevent errors occuring on certain # servers) # php_value session.use_trans_sid 0 # php_value register_globals 1
microlar Posted May 26, 2008 Author Posted May 26, 2008 ALL NEW osC COME WITH .htacces: oscommerce-2.2rc2a\catalog\admin\: # $Id: .htaccess 1739 2007-12-20 00:52:16Z hpdl $ # # 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> # If Search Engine Friendly URLs do not work, try enabling the # following Apache configuration parameter # AcceptPathInfo On # Fix certain PHP values # (commented out by default to prevent errors occuring on certain # servers) # php_value session.use_trans_sid 0 # php_value register_globals 1 oscommerce-2.2rc2a\catalog\: # $Id: .htaccess 1739 2007-12-20 00:52:16Z hpdl $ # # 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> # If Search Engine Friendly URLs do not work, try enabling the # following Apache configuration parameter # AcceptPathInfo On # Fix certain PHP values # (commented out by default to prevent errors occuring on certain # servers) # php_value session.use_trans_sid 0 # php_value register_globals 1 HELLO FRIENDS, THANK YOU FOR HELPING, BUT I STILL CAN NOT GO ON MY INSTALATION. I HAVE MADE ALL THE CHANGES THAT YOU TOLD ME BUT STILL RECEIVE ERROR MESSAGES, NEXT ARE: "Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. " I HAVE TAKEN THE COMMENT SIGN (#) FROM THE BEGINNING OF php_value_register_globals 1 ANY WAY HAVE THE SAME TROUBLES... I APRECIATTE IF YOU STILL KEEP ON HELPING. THANKS VALTER -------------------------------------------------------------------------------- Apache/1.3.41 Server at microlar.com.br Port 80
Guest Posted May 26, 2008 Posted May 26, 2008 Hi I have sent you a PM. also make a file called index.php just a blank file and upload to the same Directory as your catalog.
microlar Posted May 28, 2008 Author Posted May 28, 2008 Hi I have sent you a PM. also make a file called index.php just a blank file and upload to the same Directory as your catalog. HI SIMON, FINALLY, I GOT THE SOLUTION FOR MY INSTALLATION PROBLEM. LOOK WHAT I DID AND WENT WELL: FIRST I CHANGED MY OSCOMMERCE VERSION WHICH WAS: OSCOMMERCE MILESTONE 2.2ms2 FOR OSCOMERCE CANDIDATE 2.2rs2a THAT WORKED PERFECT. IN THE PHP.INI FILE WHICH I PUT IN MY public_html OR www FOLDER THERE WAS THE FOLLWING LINE: register_globals = On HERE THE OTHER FELLOWS HAVE THIS POSSIBLE SOLUTION THAT WORKED WELL FOR ME AND HOPE BE USEFUL FOR THE OTHERS. THANKS AGAIN FOR HELPING ME. NOW I AM TRYING TO KEEP ON GOING WITH MY INSTALLATION...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.