Hello.... i have just installed the script setup_wamp_1.1.0.exe that installs apache server mysql and php4 on a windows xp pc. The server and the database works fine . I'm having trouble with oscommerce installation on my localhost. When i try to launch the installation script i get this error (FATAL ERROR: register_globals is disabled in php.ini, please enable it!) I have changed the file php.ini and set the (register_globals to "on" and place it in the windows/system directory. Do i have to change other tnings in order to make it work? httpd.conf parameters seems to be ok also..
Thanks to all and regards
Juraba.
FATAL ERROR: register_globals is disabled in
Moderator: General Moderators
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
if notwill tell you which php.ini is used (if present)
You might also place a file .htaccess in the script directory withas contents.
Code: Select all
<?php phpinfo(); ?>You might also place a file .htaccess in the script directory with
Code: Select all
php_flag register_globals On