Current time: 05-24-2013, 02:45 AM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PHPBB 2 -> MyBB stuck looping users
02-19-2012, 06:16 PM
Post: #11
Solved: 1 Year, 3 Months, 1 Week, 4 Days, 16 Hours, 27 Minutes, 20 Seconds ago 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
[Image: Advocate_125.png]
Doesn't like unsolicited PMs
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: PHPBB 2 -> MyBB stuck looping users - Dylan M. - 02-19-2012 06:16 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | MyBB | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication