Hello,
I've freshly installed a FreeBSD 10.0 system with Apache 2.4, Mysql 5.6 and PHP 5.5. I've also installed the PHP extensions port for PHP 5.5. Unfortunately, when I try to test PHP sessions, I get the following error:
This has also happened on other pieces of PHP software that works on other servers. This leads me to believe that something is installed wrongly on the machine. However, no amount of Google searching has helped me at all. Any suggestions?
Thanks.
I've freshly installed a FreeBSD 10.0 system with Apache 2.4, Mysql 5.6 and PHP 5.5. I've also installed the PHP extensions port for PHP 5.5. Unfortunately, when I try to test PHP sessions, I get the following error:
Code:
Fatal error: Call to undefined function session_start() in /usr/local/www/apache24/data/index.php on line 1
Thanks.