I successfully installed the tracker and the stat pages seem to work correctly (even though there are no torrents uploaded yet it still displays the pages correctly). The problem is with administration/index.php:
I get an error:
Fatal error: Call to undefined function session_start() in /var/www/localhost/htdocs/administration/index.php on line 38
It sounds like php has not been installed with session support. Usually session support is enabled by default; you should check with the provider (or the server owner) to see if it has been disabled for some reasons.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I successfully installed the tracker and the stat pages seem to work correctly (even though there are no torrents uploaded yet it still displays the pages correctly). The problem is with administration/index.php:
I get an error:
Fatal error: Call to undefined function session_start() in /var/www/localhost/htdocs/administration/index.php on line 38
Relevant info:
PHP-5.0.5 (cgi)
mysql-4.1.14
apache-2.0.55
phpbttrkplus-2.1 (with the funcsv2.php patch)
tracker files are in the server root not in /torrent.
Do you have any idea of what could be causing this?
It sounds like php has not been installed with session support. Usually session support is enabled by default; you should check with the provider (or the server owner) to see if it has been disabled for some reasons.
Sessions was the problem. Fixed and working perfectly. Thank you for your help and for maintaining this project. Much appreciated.