Startproblems

Forum for questions and support relating to the 1.24.x releases only.
Locked
peque
Posts: 3
Joined: Thu Mar 04, 2010 12:41 pm

Startproblems

Post by peque »

Hey Forum.

I've desidet to give Zoneminder a try along with my mythTV setup - But running into a stupid problem:

I'm just getting a blank screen when trying to acces to webpage for my local install - and the only error in the files are:

<code>
[Thu Mar 04 13:44:20 2010] [error] [client 172.16.0.29] PHP Parse error: syntax error, unexpected $end in /var/lib/zm/www/includes/functions.php on line 2333
[Thu Mar 04 13:44:21 2010] [error] [client 172.16.0.29] PHP Parse error: syntax error, unexpected $end in /var/lib/zm/www/includes/functions.php on line 2333
[Thu Mar 04 13:44:21 2010] [error] [client 172.16.0.29] PHP Parse error: syntax error, unexpected $end in /var/lib/zm/www/includes/functions.php on line 2333
[Thu Mar 04 13:44:21 2010] [error] [client 172.16.0.29] PHP Parse error: syntax error, unexpected $end in /var/lib/zm/www/includes/functions.php on line 2333
[Thu Mar 04 13:44:22 2010] [error] [client 172.16.0.29] PHP Parse error: syntax error, unexpected $end in /var/lib/zm/www/includes/functions.php on line 2333
[Thu Mar 04 13:44:22 2010] [error] [client 172.16.0.29] PHP Parse error: syntax error, unexpected $end in /var/lib/zm/www/includes/functions.php on line 2333

</code>

I have no clue otherwise there something missing somewhere-
none of /var/log/zm/zm* files are showing anything.

Its running on ArchLinux 32bit ???`
Tia
johngc
Posts: 51
Joined: Sun May 25, 2008 4:38 pm

Post by johngc »

I am getting exactly the same error:

Parse error: syntax error, unexpected $end in /var/www/zm/includes/functions.php on line 2333

One day all was working fine and the next this!

Any ideas, suggestions?
peque
Posts: 3
Joined: Thu Mar 04, 2010 12:41 pm

Post by peque »

johngc wrote:I am getting exactly the same error:

Parse error: syntax error, unexpected $end in /var/www/zm/includes/functions.php on line 2333

One day all was working fine and the next this!

Any ideas, suggestions?
Try downgrading your PHP apache - solved my problems
mastertheknife
Posts: 678
Joined: Wed Dec 16, 2009 4:32 pm
Location: Israel

Post by mastertheknife »

Maybe PHP short tags are disabled?
johngc
Posts: 51
Joined: Sun May 25, 2008 4:38 pm

Post by johngc »

It was the short tags - Thankyou.

I realised that I had changed them after a problem with munin. For some reason it took a reboot before it started to affect zoneminder.

All fixed now :D
Locked