Page 1 of 1

Fatal error: /misc.functions.php on line 41

Posted: Sun Sep 04, 2005 12:51 pm
by PanBiker
Hello everybody,

I'm net to the CMS them at all. For now, I do my pages by hand. Hope that will chande soon :-)

After the installation on a Suse 9.3 Linux (under my desk) I got the following error message after calling the index.php in my webbrowser.
"Fatal error: Call to undefined function: session_name() in /srv/www/htdocs/cmsmadesimple-0.10/lib/misc.functions.php on line 41"

I'm not shure what I did wrong?
Maybe someone can piont me to the right direction.

Regards,
Steve

Re: Fatal error: /misc.functions.php on line 41

Posted: Sun Sep 04, 2005 12:58 pm
by Ted
You need to install the php4-session package.  I'm not quite sure how to do that in SuSE, since I've never used it.

Re: Fatal error: /misc.functions.php on line 41

Posted: Sun Sep 04, 2005 1:33 pm
by PanBiker
I just installed the package (it's on the Suse DVD). The errormessage is still the same.

Regards

Steve

Re: Fatal error: /misc.functions.php on line 41

Posted: Sun Sep 04, 2005 2:24 pm
by Ted
Did you restart apache?  If so, then maybe check your php.ini and make sure the session module is enabled (no ; in front of it)

Re: Fatal error: /misc.functions.php on line 41

Posted: Sun Sep 04, 2005 2:40 pm
by PanBiker
Sorry, I'd forgot the restart. Now I get the menu.
Now, I have to see in the forum why the database connection fails....

Thanks for your help,

Steve

Re: Fatal error: /misc.functions.php on line 41

Posted: Sun Sep 04, 2005 3:05 pm
by Ted
Probably need php4-mysql as well...

Re: Fatal error: /misc.functions.php on line 41

Posted: Sun Sep 04, 2005 3:47 pm
by PanBiker
Yes, it was the php_mysql modul.
After a restart it's working :-)

A last question, the sql server has version 4.1. when I use 4.1+ in the config menu, I still get a connection refused. Using version 3/4, ist works without problems.

Regards,

Steve