ID:               34829
 Updated by:       [EMAIL PROTECTED]
 Reported By:      kylnas at tiscali dot it
-Status:           Open
+Status:           Bogus
 Bug Type:         Filesystem function related
 Operating System: Linux
 PHP Version:      4.4.0
 New Comment:

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.


Previous Comments:
------------------------------------------------------------------------

[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().

------------------------------------------------------------------------

[2005-10-12 23:48:12] kylnas at tiscali dot it

error_reporting:
display_error=off
Local value=2039
Master value=2047

------------------------------------------------------------------------

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

Reply via email to