Quote:
Originally Posted by thincom2000
Just to let you know, I managed to get this working on 3.6.4
I'm not positive if all the bugs are gone, but at least I can view and edit the blogs now.
In journal.php, find:
PHP Code:
$vbulletin->journal_opt = unserialize($vbulletin->journal_opt);
$setting =& $vbulletin->journal_opt;
Replace with:
PHP Code:
// $vbulletin->journal_opt = unserialize($vbulletin->journal_opt);
// $setting =& $vbulletin->journal_opt;
Haha, was that simple or what? I stopped getting database errors on my main page with this quick fix.
|
this isn't my code though but that removes your settings. i.e. turning it on or off, how many blogs are on index. everything in your journal admin cp will not take affect.
3.6.x brought table changes to datastore, which is causing the errors. Your fix will break the modification even more.