Apache errors

Forum for questions and support relating to the 1.24.x releases only.
Locked
Fitch
Posts: 105
Joined: Sat Oct 31, 2009 4:01 pm
Location: Hartlepool, U.K.

Apache errors

Post 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
Fitch
Posts: 105
Joined: Sat Oct 31, 2009 4:01 pm
Location: Hartlepool, U.K.

Post by Fitch »

bump
geekspeed
Posts: 4
Joined: Tue Mar 30, 2010 4:10 am

Post by geekspeed »

looks like you need to enable world read on /var/lib/php5
Fitch
Posts: 105
Joined: Sat Oct 31, 2009 4:01 pm
Location: Hartlepool, U.K.

Post by Fitch »

Does that mean change the permissions to 777?
geekspeed
Posts: 4
Joined: Tue Mar 30, 2010 4:10 am

Post by geekspeed »

755 would work.
Fitch
Posts: 105
Joined: Sat Oct 31, 2009 4:01 pm
Location: Hartlepool, U.K.

Post by Fitch »

will give that a go.

Thanks
Locked