DNOSC Posted May 20, 2004 Posted May 20, 2004 :huh: Hi everyone, I was wondering if anyone was familiar with this problem. I'm trying to execute my site using a shared certificate and get the following warning messages: Warning: Unknown(): open_basedir restriction in effect. File(/home/beadmedl/public_html/catalog/checkout_payment.php) is not within the allowed path(s): (/home/gendns3/:/usr/lib/php:/usr/local/lib/php:/tmp) in Unknown on line 0 Warning: Unknown(/home/beadmedl/public_html/catalog/checkout_payment.php): failed to open stream: Operation not permitted in Unknown on line 0 Warning: (null)(): Failed opening '/home/beadmedl/public_html/catalog/checkout_payment.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in Unknown on line 0 I saw something on the message board stating that this could be caused by a bug in php, and that the problem was resolved when a different version of php was executed. My hosting company claims to be running version 4.3.3. Could there be a problem with this version and shared certificates--if so, what version should they be running? Thanks so much for any input. Sincerely, Debbie :)
DNOSC Posted May 20, 2004 Author Posted May 20, 2004 :) It seems that the corrections to fix this php bug were added to PHP version 4.3.5. The bug fix can be found in the PHP change log for error #27559. http://www.php.net/ChangeLog-4.php#4.3.5. I hope this helps anyone else that may be having the same problem. Debbie ;)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.