Session_Start fault in zm.php

Support and queries relating to all previous versions of ZoneMinder
Locked
biadco

Session_Start fault in zm.php

Post 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
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

I think this has already been corrected in the new release are you using 1.21.4?

Regards,
Cordel
biadco

php script

Post by biadco »

Got 1.21.3
Let you know how it goes w/ 1.21.4
Thanks, FXS
biadco

Perl Script

Post 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.
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post 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
biadco

Post 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
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post 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
Locked