Search found 5 matches
- Tue Oct 05, 2010 8:07 am
- Forum: ZoneMinder 1.24.x
- Topic: Syntax error in functions.php - [Solved]
- Replies: 3
- Views: 2655
Solution
It seems that on openSUSE 11.2 the /etc/php5/apache2/php.ini file has the option: short_open_tag set to Off Setting this to On (and restarting the Apache server) allowed the variables within the php <?= ?> tags to be displayed correctly. Note that having this option set to On would have meant I ...
- Tue Oct 05, 2010 4:23 am
- Forum: ZoneMinder 1.24.x
- Topic: Compile error - Suse 11.2
- Replies: 6
- Views: 5994
- Mon Oct 04, 2010 9:57 am
- Forum: ZoneMinder 1.24.x
- Topic: Syntax error in functions.php - [Solved]
- Replies: 3
- Views: 2655
Found the Syntax Issues, but still not right
OK after some hacking through the code I discovered the issue with the unexpected $end. Along with the corrections made in post #2 I discovered that on line 670 there is a missing php in the php tags around the } in the line. Current line is: <option value="<?= $contentValue ?>"<?php if ( $value ...
- Mon Oct 04, 2010 4:20 am
- Forum: ZoneMinder 1.24.x
- Topic: Syntax error in functions.php - [Solved]
- Replies: 3
- Views: 2655
Some more information on this
Opening the functions.php file in an editor that understands PHP syntax, it picks up 2 errors. There seems to be missing greater than ">" from the end of lines: 316 and 340 With out these the next line, which contains the /embed end tag, is shown as an error. However, correcting these 2 still does ...
- Mon Oct 04, 2010 2:07 am
- Forum: ZoneMinder 1.24.x
- Topic: Syntax error in functions.php - [Solved]
- Replies: 3
- Views: 2655
Syntax error in functions.php - [Solved]
All A new installation of Zoneminder, version 1.24.2, using the Source Code on OpenSUSE 11.2 Have compiled and installed the software and the prerequisites. Created the DB and fired up Apache. When I browse to the web page for the very first time it is blank and the following errors are generated in ...