Hey guys,
I'm on Dreamhost, which runs php4 and php5, and I've generated a class
for one of my objects using the php5 option. i've tried php5.1 as well,
but neither have worked. after uploading the unzipped contents, and
loading setup/index.php, i get this error:
Parse error: syntax error, unexpected '{' in
/home/.jeebie/username/mywebsite.net/pog2/setup/index.php on line 81
line 81 in index.php is the bracket line under the try:
if(file_exists("../objects/class.database.php"))
{
include "../objects/class.database.php";
//try connecting to the database
80 try
81 {
$database = new DatabaseConnection();
has anyone had this problem before? any help would be greatly
appreciated!
TIA!
cdcoon