|
PHPBB 2 -> MyBB stuck looping users
|
|
02-19-2012, 06:16 PM
Post: #11
|
|||
|
|||
RE: PHPBB 2 -> MyBB stuck looping users
Ok, you will need to revert MyBB to a backup from before you ran the merge system (I hope this was a test run as instructed!) and do the following:
Edit merge/boards/phpbb2/users.php Change: PHP Code: $query = $this->old_db->simple_select("users", "COUNT(*) as count"); To: PHP Code: $query = $this->old_db->simple_select("users", "COUNT(*) as count", "user_id > 0"); And that should fix it. Let me know if it doesn't. Also [Issue #1953] CodeWeavers - CrossOver: Windows Compatibility on Macintosh and Linux ![]() Doesn't like unsolicited PMs |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)
Search
Member List
Calendar
Help

RE: PHPBB 2 -> MyBB stuck looping users ![[Image: Advocate_125.png]](http://media.codeweavers.com/pub/crossover/marketing/link_banners/Advocate_125.png)

