Anonymous

Topic: Installation problem

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

flakdesign

Re: Installation problem

Are you running on php5?

Anonymous

Re: Installation problem

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.