Advertisement
gikuun

error_log httpd

Aug 31st, 2013
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. # tail /var/log/httpd/error_log
  2. [Sun Sep 01 07:53:32.199598 2013] [:error] [pid 22627] [client ::1:36144] PHP Notice: Undefined variable: lang in /var/www/html/public_html/index.php on line 5
  3. [Sun Sep 01 07:53:32.199671 2013] [:error] [pid 22627] [client ::1:36144] PHP Warning: include(lang/_lang.php): failed to open stream: No such file or directory in /var/www/html/public_html/index.php on line 5
  4. [Sun Sep 01 07:53:32.199683 2013] [:error] [pid 22627] [client ::1:36144] PHP Warning: include(): Failed opening 'lang/_lang.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/html/public_html/index.php on line 5
  5. [Sun Sep 01 07:53:32.199691 2013] [:error] [pid 22627] [client ::1:36144] PHP Notice: Undefined variable: lang in /var/www/html/public_html/index.php on line 6
  6. [Sun Sep 01 07:53:32.199711 2013] [:error] [pid 22627] [client ::1:36144] PHP Warning: include(lang/_pages.php): failed to open stream: No such file or directory in /var/www/html/public_html/index.php on line 6
  7. [Sun Sep 01 07:53:32.199717 2013] [:error] [pid 22627] [client ::1:36144] PHP Warning: include(): Failed opening 'lang/_pages.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/html/public_html/index.php on line 6
  8. [Sun Sep 01 07:53:32.199724 2013] [:error] [pid 22627] [client ::1:36144] PHP Notice: Undefined index: page in /var/www/html/public_html/index.php on line 8
  9. [Sun Sep 01 07:53:32.199731 2013] [:error] [pid 22627] [client ::1:36144] PHP Notice: Undefined index: page in /var/www/html/public_html/index.php on line 10
  10. [Sun Sep 01 07:53:32.199751 2013] [:error] [pid 22627] [client ::1:36144] PHP Fatal error: Call to undefined function query_db() in /var/www/html/public_html/inc/query.php on line 15
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement