Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

FATAL ERROR: register_globals is disabled in php.ini, please enable it!


plugonline

Recommended Posts

Posted

php.ini

register_globals = On

Placed in the root

 

It's better to turn it in .htaccess

Edit .htaccess to have this entry.

 

php_flag register_globals on

 

There are contributions written for this purpose.

You may want to search the contribution section.

 

Note: The latest oscommerce release doesn't need register globals enabled

Posted
php.ini

register_globals = On

Placed in the root

 

It's better to turn it in .htaccess

Edit .htaccess to have this entry.

 

php_flag register_globals on

 

There are contributions written for this purpose.

You may want to search the contribution section.

 

Note: The latest oscommerce release doesn't need register globals enabled

 

ok this one is done and OS is installed but now i have some warnings

 

http://www.zundapponderdelen.nl/catalog/admin/index.php

 

Warning: require(includes/classes/navigation_history.php) [function.require]: failed to open stream: No such file or directory in /home/zundappond/domains/zundapponderdelen.nl/public_html/catalog/admin/includes/application_top.php on line 127

 

Fatal error: require() [function.require]: Failed opening required 'includes/classes/navigation_history.php' (include_path='.:/usr/local/lib/php') in /home/zundappond/domains/zundapponderdelen.nl/public_html/catalog/admin/includes/application_top.php on line 127

 

http://www.zundapponderdelen.nl/catalog/index.php

 

Warning: session_save_path() [function.session-save-path]: open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/home/zundappond/) in /home/zundappond/domains/zundapponderdelen.nl/public_html/catalog/includes/functions/sessions.php on line 148

 

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/zundappond/domains/zundapponderdelen.nl/public_html/catalog/includes/functions/sessions.php:148) in /home/zundappond/domains/zundapponderdelen.nl/public_html/catalog/includes/functions/sessions.php on line 97

 

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/zundappond/domains/zundapponderdelen.nl/public_html/catalog/includes/functions/sessions.php:148) in /home/zundappond/domains/zundapponderdelen.nl/public_html/catalog/includes/functions/sessions.php on line 97

 

i dont understand what i need to do about this

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...