Quote:
Originally Posted by tr03bor
I get this on trying to login
|
I just ran into the same issue, it looks like it is a "bug" in the mod... The author is using short opening tags in a couple files.
PHP Code:
<? instead of <?php
Check if short_open_tag is turned off in your php.ini... if it is off, if you can turn it on and see if that fixes things for you otherwise change the first line of
/fblogin.php from
to
also change
/includes/functions_fbconnect.php
to
Good luck.