laurens Posted February 28, 2003 Share Posted February 28, 2003 Hello, Working with php and mysql for 6 months now i cant solve the next problem by myself. So is there a expert who can help me? I have installed the 10/06/2002 - Dutch Translation Admin / Catalog pack Authors: Harro van Doorn & Vincent vom Kothen...... i get this error after i push the button "afrekenen" (chekout) Warning: main() [function.main]: open_basedir restriction in effect. File(/usr/local/lib/php/includes/languages/dutch/checkout_shipping.php) is not within the allowed path(s): (/www/htdocs/shop) in /www/htdocs/shop/catalog/checkout_shipping.php on line 140 Warning: main(includes/languages/dutch/checkout_shipping.php) [function.main]: failed to create stream: Operation not permitted in /www/htdocs/shop/catalog/checkout_shipping.php on line 140 Fatal error: main() [function.main]: Failed opening required 'includes/languages/dutch/checkout_shipping.php' (include_path='.:/usr/local/lib/php') in /www/htdocs/shop/catalog/checkout_shipping.php on line 140 My hosting provider uses release_4_3_0.php Please could a expert help this newbie? Laurens Quote Link to comment Share on other sites More sharing options...
mattice Posted March 3, 2003 Share Posted March 3, 2003 open_basedir restriction It is a setting in PHP (safe mode) which prevents opening directories outside a pre-determined one. Look at www.php.net on open_basedir for more info. HTH Mattice Quote "Politics is the art of preventing people from taking part in affairs which properly concern them" Link to comment Share on other sites More sharing options...
laurens Posted March 3, 2003 Author Share Posted March 3, 2003 Mattice, Thank you for your help. Laurens Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.