Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Blog
This discussion has been closed.
Comments
...extensions//Blog...
Notice: Undefined index: Draft in /home/lookhere/public_html/forum/library/Framework/Framework.Class.SqlBuilder.php on line 251
A fatal, non-recoverable error has occurred
Technical information (for support personel):
Error Message
An error occurred while retrieving discussions.
Affected Elements
DiscussionManager.GetDiscussionList();
The error occurred on or near: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '= '0' and t.CategoryID <> 1 and t.Active = '1' and (cb.Blocked = '0' or cb.Block' at line 1
Mean anything to anyone?
Notice: Undefined index: Draft in /home/lookhere/public_html/forum/library/Framework/Framework.Class.SqlBuilder.php on line 251
A fatal, non-recoverable error has occurred
Technical information (for support personel):
Error Message
An error occurred while retrieving discussions.
Affected Elements
DiscussionManager.GetDiscussionList();
The error occurred on or near: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '= '0' and t.CategoryID <> 1 and t.Active = '1' and (cb.Blocked = '0' or cb.Block' at line 1
Instructions can be found here.
Sorry I couldn't resist, too much wine with dinner tonight!
I'll shut up now and go back for dessert!
Posted: Thursday, 13 September 2007 at 6:28PM
Notice: Undefined index: CssClass in .../themes/people_banner.php on line 5
Is by adding these lines to the .htaccess file:
RewriteRule ^extension/category/([0-9]+)$ extension.php?CategoryID=$1 [QSA,L] RewriteRule ^extension/category/([0-9]+)/$ extension.php?CategoryID=$1 [QSA,L] RewriteRule ^extension/discussion/([0-9]+)$ extension.php?DiscussionID=$1 [QSA,L] RewriteRule ^extension/discussion/([0-9]+)/$ extension.php?DiscussionID=$1 [QSA,L] RewriteRule ^extension/([0-9]+)/([0-9]+)$ extension.php?CategoryID=$1&page=$2 [QSA,L] RewriteRule ^extension/([0-9]+)/([0-9]+)/$ extension.php?CategoryID=$1&page=$2 [QSA,L]
Assuming you're using friendly urls
one person asked if it is for admin only. I have forgotten whether i made it for admins only or every member.
I'll have to look at the code again
will get back to this