I noticed that even though my hosting account's cpanel reported that I was using PHP5, I was, in fact, using PHP4. My .htaccess file was forcing PHP4.
Once I remedied this, the errors, below, were fixed.
Quote:
Originally Posted by m0nde
When this app is turned on, I get the following error on every forum page:
PHP Code:
Parse error: syntax error, unexpected '{' in /home4/bostonlo/public_html/forums/includes/functions.php(5721) : eval()'d code on line 13
When I click on News Feed Templates in the FB Connect Options in my AdminCP, i get this error:
PHP Code:
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home4/bostonlo/public_html/forums/includes/facebook/facebook.php on line 38
can someone please help me fix this.
|