Hi.
I've installed v1.19.5 on a SuSE 9.1 system.
I configured only the basic stuff to start with. I can start the console, and can add monitors, but I get the following error when I try to start the monitor:
Fatal error: Call to undefined function: session_write_close() in /srv/www/htdocs/zm_actions.php on line 535
I've grepped the php files for "function session_write_close()" and can't find any mention of it. Am I missing a file or something?
Ben
Missing php functions
session_write_close() is a function of php.
http://www.php.net/session_write_close
trie updating php. or google.
http://www.php.net/session_write_close
trie updating php. or google.
Fernando
Thanks, Fernando.
I loaded all the PHP libraries,etc I could find, and it works now.
Ben
I loaded all the PHP libraries,etc I could find, and it works now.
Ben
fernando wrote:session_write_close() is a function of php.
http://www.php.net/session_write_close
trie updating php. or google.