Topic: Installation issue - line 137
Hey there,
I have tried to help myself and look at other issues etc like mine but still have not come right.
A few facts:
My webhost: www.asmallorange.com
Apache version 1.3.41 (Unix)
PHP version 5.2.8
MySQL version 4.1.22-standard
My Jobberbase dev site is at: http://www.graylink.za.net/jobs
I am getting the error: Parse error: syntax error, unexpected '{' in /home/graylink/public_html/graylink.za.net/jobs/config.php on line 137
I am getting an error and have used the code as it is from the zip off jobberbase.com
I have PHP 5 enabled, and my host does support the mysqli PHP extension
On line 137 I have the standard jobberbase code:
try
{
$db = new Db(DB_HOST, DB_USER, DB_PASS, DB_NAME);
$db->Execute('SET CHARSET UTF8');
}
catch(ConnectException $exception)
I have tried the mods included in the readme, as well as mods on the htacess...
I have not modified anything but the connections to the databse and imported the SQL file which I should have…
I have the standard out of the box code running and am getting this issue, so I am thinking it must be something with regards to my shared hosting environment, I could be wrong.
Thanks for the help
Matt
Last edited by mattinsa (2009-02-20 16:34:14)