app.inc.php errors in dev ver 2.3.2

Discussion in 'Installation/Configuration' started by Tommahawk, May 22, 2007.

  1. Tommahawk

    Tommahawk New Member

    app.inc.php line 51 should read
    include_once($dbclass);
    $dbname = 'db_'.DB_TYPE;
     
  2. Tommahawk

    Tommahawk New Member

    <b>Fatal error</b>: Class 'db_BD_TYPE' not found in <b>/home/admispconfig/ispconfig/lib/app.inc.php</b> on line <b>53</b><br />
     
    Last edited: May 24, 2007
  3. Tommahawk

    Tommahawk New Member

    Parse error: syntax error, unexpected T_CLASS in /root/ispconfig/scripts/lib/classes/ispconfig_sendmail.lib.php on line 45



    Note: all of the above are for the SVN version
     
  4. falko

    falko Super Moderator Howtoforge Staff

    We will check that. Does that happen in 2.3.2 or in a version you downloaded from SVN? If the latter, when did you download it?
     
  5. Tommahawk

    Tommahawk New Member

    The SVN as recently as yesterday I sgguest you check both packages of the 2.3 ver
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    I fixed the typos in SVN so the next SVN build tomorrow should be ok.

    The correct senmail file should read like this:

    // include the postfix class
    include_once('/root/ispconfig/scripts/lib/classes/ispconfig_postfix.lib.php');

     

Share This Page