PhpWCMS on FreeBSD

If you have created additional (non official) documentation or tutorials or something like that please post this here
Post Reply
sheryco
Posts: 8
Joined: Mon 15. Mar 2004, 00:59

PhpWCMS on FreeBSD

Post by sheryco »

If anyone uses freebsd server or is being hosted on a freebsd server and you get a blank page when trying to access your login.php or index.php (backend or frontend so to speak) and you check your error.logs and find this error to with sessions
[error] PHP Fatal error: Call to undefined function: session_name() in
Then you will need to install php4-sessions or php5-session whichever you are using to clean this up. You can install it by going to the ports directory
#cd /usr/ports/www/php4-sessions
#make install clean
#/usr/local/sbin/apachectl restart
if you have a custom script to restart apache use it
For linux users if you are using the source recompile with session or use the php4-session RPMs get on from FreshRPMS http://www.freshrpms.net
It just a little shamsham on FreeBSD that I encountered. :twisted:
BLOWFISH 3.4 OORRAAH!!
DAEMONDOG
Pappnase

Post by Pappnase »

hello

also when i not need this! thanks for this! but i moved it to the right section!
Post Reply