Please Log in or Create an account to join the conversation.
That may be the issue... If you are using the "phpBB Component" (from JoomlaStuff.org / tim-online.nl)
If you are using the "component" version then a diff on tables used and code would be VERY helpful. After 1.0.3 comes out I plan to see about making the connector work with the "phpBB component"
Are you using the "phpBB Component"? or is there still something else to dig into...
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Basically the starting a session is pretty basic. It looks in the "forum" directory that is defined in the parameters... Then is loads the default files from phpBB to get config information and to have access to its session functions (session_begin and session_end IIRC)
Then if it finds a match between the phpBB ID and an allowed active phpBB User ID it starts a session for that ID. At this point no verification of usernames or passwords occur...
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.