Menu

Install Problem:parse error,undefined fuction

Help
sjheinz
2005-03-12
2013-03-22
  • sjheinz

    sjheinz - 2005-03-12

    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

     
    • Justin Koivisto

      Justin Koivisto - 2005-03-14

      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.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.