I just realized that there is this message on my error log file
On init.php line 51 is
However i guess it doesn't happen on each visitor. i guess maybe 0,5% of all visitors because i have lot of visitors online, but there is only 1 or 2 error messages recorded on error log.
According to the error message
How could the "CWD" became
?? Any clue?
PS : i have ran "Suspect File Versions" and it was fine.
Code:
[03-Aug-2011 02:20:37] PHP Warning: require_once(/home/XXX/public_html/includes/class_core.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/XXX/public_html/includes/init.php on line 51 [03-Aug-2011 02:20:37] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/home/XXX/public_html/includes/class_core.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/XXX/public_html/includes/init.php on line 51
PHP Code:
require_once(CWD . '/includes/class_core.php');
According to the error message
Code:
include_path='.:/usr/lib/php:/usr/local/lib/php'
Code:
.:/usr/lib/php:/usr/local/lib/php
PS : i have ran "Suspect File Versions" and it was fine.
Comment