2014-09-02, 02:49 PM
I had an earlier build on my local site, where I had already set up usergroups and permissions and all the other stuff.. I just needed the forums, groups, forumpermissions tables but when I rebuilt the cache ALL the forums show even the ones hidden from public when I'm a guest.
I can't even find the forumpermission rebuild option:
http://i.imgur.com/6J0dTWY.png
Any idea?
Hmm, my old forum the mybb_datacache has 30 rows while the new one has 24...
K well, I ran this query and now my cache works. Yay me!
INSERT INTO wlsite_mybb.mybb_datacache (title, cache)
SELECT title, cache
FROM wlsite_mybbold.mybb_datacache t1
WHERE title NOT IN (SELECT title FROM wlsite_mybb.mybb_datacache)
Sorry for the thread!
I can't even find the forumpermission rebuild option:
http://i.imgur.com/6J0dTWY.png
Any idea?
Hmm, my old forum the mybb_datacache has 30 rows while the new one has 24...
K well, I ran this query and now my cache works. Yay me!
INSERT INTO wlsite_mybb.mybb_datacache (title, cache)
SELECT title, cache
FROM wlsite_mybbold.mybb_datacache t1
WHERE title NOT IN (SELECT title FROM wlsite_mybb.mybb_datacache)
Sorry for the thread!