please help me. while im installing the forum, after i click install it shows me a fatal error in line 60 in structure.php !! this is the code of line 60
if ($CategoryExists) { $CategoryModel = new CategoryModel(); $CategoryModel->RebuildTree(); unset($CategoryModel); }
Is there a place where unfinished plugins are published so we can use them anyway? I'll be happy to help with the testing of these plugins as long as they don't have any security issues
How's that for timing? Also, you can switch to the 'unstable' branch on the GitHub repository for the bleeding edge of development. http://github.com/vanillaforums/Garden
Comments
this is the code of line 60
if ($CategoryExists) {
$CategoryModel = new CategoryModel();
$CategoryModel->RebuildTree();
unset($CategoryModel);
}
How's that for timing?