After installing ( following the readme) and setting the pathes, i resieve the following output by calling the index.php start page.
Can anybody give me a tip what to do???
thanks a lot Sefan
Parse error: parse error in /srv/www/htdocs/psa/include/config.php on line 82 PSA_SITE_NAME [Login] [Logout] [Forget Password?]
* Users * Profiles * Pages * Settings *
Fatal error: Call to undefined function: link_docs() in /srv/www/htdocs/psa/index.php on line 57
The parse error is because you have short_open_tags = On
To remove the error, either change the setting, or have PHP echo that line:
echo '<?xml version="1.0" encoding="iso-8859-1"?>',"\n";
I'll update that in the next beta release.
Log in to post a comment.
After installing ( following the readme) and setting the pathes, i resieve the following output by calling the index.php start page.
Can anybody give me a tip what to do???
thanks a lot
Sefan
Parse error: parse error in /srv/www/htdocs/psa/include/config.php on line 82
PSA_SITE_NAME
[Login] [Logout] [Forget Password?]
* Users
* Profiles
* Pages
* Settings
*
Fatal error: Call to undefined function: link_docs() in /srv/www/htdocs/psa/index.php on line 57
The parse error is because you have short_open_tags = On
To remove the error, either change the setting, or have PHP echo that line:
echo '<?xml version="1.0" encoding="iso-8859-1"?>',"\n";
I'll update that in the next beta release.