Page 1 of 1
Session_Start fault in zm.php
Posted: Sat Nov 19, 2005 6:54 pm
by biadco
OS: SuSe 9.3, frame grabber: Hoppague 600 USB.
Prior posts have been solved. Mostly, they were permission issues.
Here is the error I get:
Fatal error: Call to undefined function: session_start() in /srv/www/htdocs/zm/zm.php on line 149
Are the braces supposed to be filled in w/ something?
Anybody know what this means?
TIA & Regards, FXS
Posted: Sat Nov 19, 2005 8:07 pm
by cordel
I think this has already been corrected in the new release are you using 1.21.4?
Regards,
Cordel
php script
Posted: Sat Nov 19, 2005 8:11 pm
by biadco
Got 1.21.3
Let you know how it goes w/ 1.21.4
Thanks, FXS
Perl Script
Posted: Sat Nov 19, 2005 8:50 pm
by biadco
Tried 1.21.4
pearl zmconfig.pl returned this:
Use of uninitialized value in concatenation (.) or string at zmconfig.pl line 1724, <> line 121.
Saving config to DB
DBD::mysql::st execute failed: Column 'Value' cannot be null at zmconfig.pl line 1778, <> line 121.
Can't execute: Column 'Value' cannot be null at zmconfig.pl line 1778, <> line 121.
Posted: Sat Nov 19, 2005 9:18 pm
by zoneminder
session_start is a php function. Unless you have a really old version of php it should be present. What version do you have?
Phil
Posted: Sun Nov 20, 2005 1:06 pm
by biadco
4.3.10-14
I plan to look at a different install, on a different HD, to see what is in the braces.
The upgrade to 1.21.4 was a bust.
zoneminder wrote:session_start is a php function. Unless you have a really old version of php it should be present. What version do you have?
Phil
Posted: Sun Nov 20, 2005 1:18 pm
by zoneminder
If you look
here you can see the definition of the session_start function. There should eb no circumstances where it isn't available as far as I know.
Phil