-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

        I'm running a Mitel SME Server v5.6, which is based on RedHat 7.3,
on which I've upgraded PHP to version 4.3.2 (stock PHP version is
4.1.2).  Since I upgraded to 4.3.2, I've encountered a recurring, but
intermittent, problem with any of my PHP apps--IMP, phpBB, phpmychat,
ISMail, etc.  Frequently, these apps will come up with blank pages. 
When this happens, the following error is logged in the system log:

Aug  8 10:10:27 e-smith httpd: PHP Warning:  Unknown(): open_basedir
restriction in effect. File(/opt/ISMail/maillist.php) is not within
the
allowed path(s): (/home/e-smith/files/ibays/howtos) in Unknown on
line 0

        The "File", of course, varies with the app in use, but the allowed
path is always the same.  Reloading the page will usually load it
correctly.

        There is no open_basedir restriction in my php.ini.  The only place
this restriction is set (with this path) in httpd.conf is in this
block:

<Directory /home/e-smith/files/ibays/howtos/html>
    AddType application/x-httpd-php .php .php3 .phtml
    AddType application/x-httpd-php-source .phps
    php_admin_value open_basedir /home/e-smith/files/ibays/howtos
</Directory>

        I never encountered this problem with PHP 4.1.2, but it's been
happening pretty frequently since I installed 4.3.2.  I haven't been
able to figure out any pattern to when it's going to happen, but I've
heard from some other SME users that they're running into the same
thing.

        It seems to me that this may be a bug with PHP, but I'm not sure
what to do to confirm or disconfirm that.  Any suggestions would be
appreciated.  Thanks!

- -- 
Dan Brown, KE6MKS, [EMAIL PROTECTED]
"Since all the world is but a story, it were well for thee to buy the
more enduring story rather than the story that is less enduring."
 -- The Judgment of St. Colum Cille
 

-----BEGIN PGP SIGNATURE-----
Version: PGP 7.0.4

iQA/AwUBPzUpGn6CI7gsQbX8EQJpVQCg7YMjDHUxOBMX+aaARGwIt8OtAlYAoJim
l65OQP72fbq2VWg7p1js+aYN
=PzZk
-----END PGP SIGNATURE-----



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to