ID:               34829
 User updated by:  kylnas at tiscali dot it
 Reported By:      kylnas at tiscali dot it
-Status:           Feedback
+Status:           Open
 Bug Type:         Filesystem function related
 Operating System: Linux
 PHP Version:      4.4.0
 New Comment:

Where do i should see errors? in my first script?


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

[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

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

[2005-10-12 23:43:33] [EMAIL PROTECTED]

Use phpinfo(); to see values of the options I was asking about.

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

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

This is the message i obtain with your code:

bool(false)

I don't know how see your question about error, sorry...=((

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

[2005-10-12 23:27:10] [EMAIL PROTECTED]

So they have totally different owners and groups.
Ok, at least this is a useful info.

Now please do the following:
<?
var_dump(file_exists("/var/www/vhosts/mydomain/httpdocs/images/products/thumbnails/101D0-86_jpg_thumb_75x75.jpg"));
?>
(or whatever the absolute path should be).

And tell me plz: safe_mode is On or Off?
And what's your error_reporting level along with display_errors ?

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

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