Page 1 of 1

Apache errors

Posted: Sat Jul 10, 2010 1:24 pm
by Fitch
What does this lot mean?

[Thu Jul 08 17:10:59 2010] [error] [client ::1] PHP Deprecated: Function ereg() is deprecated in /usr/share/zoneminder/includes/functions.php on line 828, referer: http://localhost/index.php

[Thu Jul 08 17:15:52 2010] [error] [client 192.168.1.6] array (\n 0 => \n array (\n 'file' => '/usr/share/zoneminder/ajax/stream.php',\n 'line' => 55,\n 'function' => 'ajaxError',\n 'args' => \n array (\n 0 => 'socket_sendto( /tmp/zms-219936s.sock ) failed: No such file or directory',\n ),\n ),\n 1 => \n array (\n 'file' => '/usr/share/zoneminder/index.php',\n 'line' => 116,\n 'args' => \n array (\n 0 => '/usr/share/zoneminder/ajax/stream.php',\n ),\n 'function' => 'require_once',\n ),\n), referer: http://192.168.1.33/?view=montage&group=0

Also:
[Thu Jul 08 17:22:57 2010] [error] [client 192.168.1.6] PHP Notice: session_start(): ps_files_cleanup_dir: opendir(/var/lib/php5) failed: Permission denied (13) in /usr/share/zoneminder/index.php on line 77, referer: http://192.168.1.33/?view=montage&group=0

Posted: Wed Jul 14, 2010 6:32 pm
by Fitch
bump

Posted: Wed Jul 14, 2010 6:35 pm
by geekspeed
looks like you need to enable world read on /var/lib/php5

Posted: Wed Jul 14, 2010 6:50 pm
by Fitch
Does that mean change the permissions to 777?

Posted: Wed Jul 14, 2010 6:59 pm
by geekspeed
755 would work.

Posted: Wed Jul 14, 2010 9:18 pm
by Fitch
will give that a go.

Thanks