Welcome Guest, Not a member yet? Register   Sign In
phpBB bridge: Having incredible difficulty making it work.
#5

[eluser]Zero-10[/eluser]
Thank you Tweakin for that response! It guided me to I think the right direction however when I do that (I started the bridge functions from scratch to avoid any errors) I get

Code:
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /homepages/XX/XXXXXXX/htdocs/site/codeigniterfolder/system/application/controllers/sekaibridge.php on line 4

Line 4:
Code:
public function __construct()

When i remove public I get the following error message:
Code:
Fatal error: Call to a member function on a non-object in /homepages/XX/XXXXXXX/htdocs/site/codeigniterfolder/system/application/controllers/sekaibridge.php on line 14

Line 14:
Code:
if ($this->phpbb_library->isLoggedIn() === TRUE)

When I open php_library (it is at default except the directory structure) Line 77:
Code:
public function isLoggedIn()
    {
        return $this->_user->data['is_registered'];
    }

I did notice that in the comment it talked about boolean so I changed my config's bool to TRUE but it did nothing. Also my server doesn't support url-rewrite. Any further suggestions?

Additonal inforomation about my directory structure:
mysite.com/codeigniterdir/index.php/sekaibridge/ (controller file)
mysite.com/community/forumdir/ (root of my forums)


Messages In This Thread
phpBB bridge: Having incredible difficulty making it work. - by El Forum - 01-10-2010, 03:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB