Web interface-Call to undefined function session_start()

Forum for questions and support relating to the 1.25.x releases only.
Locked
StayFrosty
Posts: 2
Joined: Sun Apr 27, 2014 12:24 am

Web interface-Call to undefined function session_start()

Post by StayFrosty »

Hello everyone,

I just installed zoneminder using the port in the FreeBSD ports collection. I followed the "installing from source" instructions and got everything to the point where I *should* be able to log in to the web interface and configure my cameras. Instead, when attempting to browse to the web interface, I get this:

Code: Select all

Fatal error: Call to undefined function session_start() in /usr/local/www/zoneminder/data/index.php on line 77
The ZoneMinder service is running correctly:

Code: Select all

[root@ZoneMinder /root]# /usr/local/etc/rc.d/zoneminder status
'zmupdate.pl -c' running since 14/04/26 19:09:35, pid = 90415, valid
'zmwatch.pl' running since 14/04/26 19:09:35, pid = 90412, valid
'zmfilter.pl' running since 14/04/26 19:09:34, pid = 90404, valid
'zmaudit.pl -c' running since 14/04/26 19:09:34, pid = 90407, valid
Any ideas? Thanks.
StayFrosty
Posts: 2
Joined: Sun Apr 27, 2014 12:24 am

Re: Web interface-Call to undefined function session_start()

Post by StayFrosty »

BTT
Locked