| Integration with phpBB 2.0.6
hi,
i found that integration instruction to phpBB now clearly understood.
have a problem to integrate with my current database phpBB 2.0.6
when i login i got this message MySQL error reported!
Script: install
Query: SELECT groupid, groupname, cpaccess FROM phpbb_usergroups
Result: Table 'databasename.phpbb_usergroups' doesn't exist
Database handle: Resource id #12
while i check my phpBB forum it should be phpbb_user_groups not phpbb_usergroups
and also got this error message MySQL error reported!
Script: index
Query: SELECT userid,username,email,password,usergroupid,offset FROM phpbb_users WHERE userid='-1'
Result: Unknown column 'userid' in 'field list'
Database handle: Resource id #7
and i check it should be user_id not userid in my phpBB database
where should i change this in reviewpost file...
thanks
|