ID: 34829
User updated by: kylnas at tiscali dot it
Reported By: kylnas at tiscali dot it
Status: Bogus
Bug Type: Filesystem function related
Operating System: Linux
PHP Version: 4.4.0
New Comment:
Ok, i got it.
Thanks a lot for your help.
Previous Comments:
------------------------------------------------------------------------
[2005-10-13 00:44:58] [EMAIL PROTECTED]
Read something about safe_mode.
No bug here - file_exists() and other filesystem funcs won't work with
files that have different owner/group than script if safe_mode is On.
------------------------------------------------------------------------
[2005-10-13 00:33:39] kylnas at tiscali dot it
Safe mode is on, and it seems there is no errors in my script. Simply
the images aren't shown.
------------------------------------------------------------------------
[2005-10-13 00:29:30] [EMAIL PROTECTED]
Yes.
And I asked you about safe_mode.
------------------------------------------------------------------------
[2005-10-13 00:25:06] kylnas at tiscali dot it
Where do i should see errors? in my first script?
------------------------------------------------------------------------
[2005-10-12 23:55:27] [EMAIL PROTECTED]
Turn display_errors On in the beginning of the code:
ini_set("display_errors", 1);
and see if there are any error messages.
Also, please tell me the value of "safe_mode" in phpinfo().
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/34829
--
Edit this bug report at http://bugs.php.net/?id=34829&edit=1