Sorry if this has been posted before. I am using phpbb login to authenticate users in wowroster firstly.
Everything has been working fine, but when I began using phpbb login, whenever a user uploads their characterprofiler.lua file, it gives me this error:
Database Error1146: Table 'wowroster.phpbbusers' doesn't exist
SQL:
update phpbbusers u, roster_members m set u.user_from=m.zone where ucase(u.name)=ucase(m.name)
File: lib\dbal\mysql.php
Line: 234
I am also unsure of what is going on with my uniuploader update.php file. I understand that for your primary URL you should link to roster's update.php file, however I do not have one in the root directory of wowroster, nor do I have one in the /roster/admin directory.
At the moment I have it set to www.pwnography.us/roster/update.php and it acts like it's processing fine, however there is no file, nor has there ever been a file, in that directory or the admin directory named update.php. Any explanation as to what's going on with either of these things would be greatly appreciated. Other than those problems everything is working great and I really am enjoying this wonderful tool you've made.