Closed (fixed)
Project:
Hidden
Version:
5.x-2.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
6 Oct 2007 at 17:24 UTC
Updated:
18 Oct 2007 at 12:20 UTC
I get the error message after adding a comment.
user warning: Table 'baza7239.hidden_filters' doesn't exist query: _hidden_filter_content_test SELECT hfid, filter, type, hits FROM hidden_filters WHERE enabled=1 ORDER BY weight DESC in /var/www/mysite.net/includes/database.mysql.inc on line 172.
I added a filter, but the error still shows after adding comment
I have a prefix in db... Is it a teason?
Comments
Comment #1
Andrzej7 commentedYes, it's prefix
I've chcnged:
for
The error stopped
Comment #2
ekes commentedSorry. It's the missing {} around the table name in the query.
Corrected for -dev and cvs.