Forum Moderators: phranque

Message Too Old, No Replies

realpath failed to canonicalize

canonicalize

         

Discovery

6:27 am on Mar 2, 2007 (gmt 0)

10+ Year Member



Help me out,

when i saw my httpd error_log file its lots & lots of entry with ..

realpath failed to canonicalize PEAR.php - bailing
realpath failed to canonicalize Date.php - bailing
realpath failed to canonicalize Date/TimeZone.php - bailing
realpath failed to canonicalize Date/Calc.php - bailing
realpath failed to canonicalize Date/Span.php - bailing
realpath failed to canonicalize HTML/Common.php - bailing
realpath failed to canonicalize HTML/AJAX/Serializer/JSON.php - bailing
realpath failed to canonicalize HTML/AJAX/JSON.php - bailing
realpath failed to canonicalize HTML/AJAX/Serializer/Null.php - bailing
realpath failed to canonicalize HTML/AJAX/Serializer/Error.php - bailing
realpath failed to canonicalize HTML/AJAX/Debug.php - bailing
realpath failed to canonicalize schema/clcontacts_schema.php - bailing
.
.
.
.
.
.
.
.
realpath failed to canonicalize schema/clphpbbgroups_schema.php - bailing
realpath failed to canonicalize schema/clphpbbusergroup_schema.php - bailing

any one help me out what is reason behind it.

Thanks

[edited by: Discovery at 6:28 am (utc) on Mar. 2, 2007]

jdMorgan

2:20 pm on Mar 5, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I don't recognize this error message, and unfortunately, I can't find it with a search either. But generally, it looks like an error in either a link or an include of the files you list. Only you can determine where or how these files might be referenced, but the problem is likely either an incomplete URL in a link, or an incomplete local server filepath specification in an include. Find the page or code where these files are referenced, and check to be sure that they are referenced correctly (compare to references that work properly, if any).

Jim

Discovery

3:02 pm on Mar 7, 2007 (gmt 0)

10+ Year Member



thanks, let me debug the related file causing the problem.

[edited by: Discovery at 3:02 pm (utc) on Mar. 7, 2007]

Discovery

5:17 am on Mar 20, 2007 (gmt 0)

10+ Year Member



"
when i saw my httpd error_log file its lots & lots of entry with ..

realpath failed to canonicalize PEAR.php - bailing
....
...
..

realpath failed to canonicalize PEAR.php - bailing
"

Hi,
after long debug i found, there will be problem with Alternative PHP Cache (APC), but i am not sure. Any one have any idea related to this.