Not signed in (Sign In)
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthormmdesign
    • CommentTimeMar 3rd 2008
     
    Hello jobberbase community,

    After installation I receive the following error message:
    Parse error: syntax error, unexpected '{' in /fullpath/mysite.co.uk/config.php on line 103

    line 103 is: {
    104 $db = new Db(DB_HOST, DB_USER, DB_PASS, DB_NAME);
    105 $db->Execute('SET CHARSET UTF8');
    106 }

    When I am trying replacing the db connection code another error message shows up:

    Fatal error: Call to undefined function: date_default_timezone_set() in /fullpath/mysite.co.uk/config.php on line 15

    Then I hide line 15 (with //) date_default_timezone_set('Europe/London');
    and get:

    Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /fullpath/mysite.co.uk/_includes/class.Postman.php on line 20

    Please tell me what could be wrong? My hosting meets requirements (it seems).
    I followed installation instructions. Set folders permissions to 777 (correct?)

    I would really like to try the software. Please give me advise on installation.

    Thank you
  1.  

    Are you running on php5?

    • CommentAuthormmdesign
    • CommentTimeMar 4th 2008
     
    To flakdesign

    Correct question )) It appeared to be that no. My mistake, it was php4.
    We are moving the project to another server cluster with php5 support.

    Thank you.