|
#1
|
|||
|
|||
|
Undefined function: session_start()?
I installed pixelpost 1.5 on my own system (Linux SuSe 9.3) with Apache 2.0.53, PHP 4.3.10 and MySQL 4.1.10.
install.php installed the tables well. Then the site said: Next thing you want to do is login to the admin interface This I tried. The Browser (firefox 1.5) opened http://localhost/~hoka/pixelpost/admin/index.php and showed: Fatal error: Call to undefined function: session_start() in /home/hoka/public_html/pixelpost/admin/index.php on line 36 What's wrong? |
|
#2
|
||||
|
||||
|
You have some problems with sessions. PHP 4.3.10 should support it as it is mechanizm working from first versions of PHP 4.
As google says you can need enabling sessions support by some additional flag for mod_php. |
|
#3
|
|||
|
|||
|
Thanks
I installed php_session and it works.
Thanks |
| Post Reply |
| Thread Tools | |
|
|