It doesn't run when i acces to it, i tried doing accesiong the intall file (serendipity_admin_intaller.inc.php) manually, but even then it doesn't work, any suggestions? thans
If the message above is your error message, your PHP is wrongly compiled and you are missing the session module. Which server does your apache run on? FreeBSD?
Show us your phpinfo() output, you may need to install some PHP extensions.
Regards,
Garvin.
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Okay; you'll probably need to install those PHP extensions:
* PCRE
* posix
* session
* sockets
* sendmail support
* tokenizer
* optional: xml
* one of: postgresql, mysql, sqlite
* One of: gdlib (+ libjpeg, libpng) or imagemagick binary (no module)
* If you want to have captchas: gdlib + libpng + t1lib + freetype
and save it as 'info.php' on your server; call that via your browser, and the output will show the configuration of PHP.
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/