virruss Posted November 18, 2006 Posted November 18, 2006 I had this error when I tried to install the script: _____________________________________________________ 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 can't find the php.ini file and I don't know what exactly to modify in the .htaccess file. I've already installed a phpBB script that worked without changing any settings on the same server. Can you help me? Thanks.
mtechama Posted November 18, 2006 Posted November 18, 2006 I had this error when I tried to install the script: _____________________________________________________ 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 can't find the php.ini file and I don't know what exactly to modify in the .htaccess file. I've already installed a phpBB script that worked without changing any settings on the same server. Can you help me? Thanks. you need to get with your Web Hosting Server about the problem Wade Morris Amarillo, Texas Before you do any changes on your site you need to do BACKUP! BACKUP!
Guest Posted November 18, 2006 Posted November 18, 2006 you need to get with your Web Hosting Server about the problem Do you have cpanel access?
Guest Posted November 18, 2006 Posted November 18, 2006 Do you have cpanel access? If you have cpanel access. Login, click on "File Manager" icon. Then open the public_html folder. Then click on the .htaccess file and click edit. Then paste this code at the bottom of the text. php_flag register_globals on php_value register_globals 1 At the bottom, click save and the script should work.
Guest Posted November 18, 2006 Posted November 18, 2006 If you have cpanel access. Login, click on "File Manager" icon. Then open the public_html folder. Then click on the .htaccess file and click edit. Then paste this code at the bottom of the text. php_flag register_globals on php_value register_globals 1 At the bottom, click save and the script should work. Your welcome! Anytime...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.