Quote:
Originally Posted by tyteen4a03
Find:
Code:
$quote_list_sql = $db->query_read("SELECT * FROM quote ORDER BY id ASC");
Replace EVERY MATCH with:
Code:
$quote_list_sql = $db->query_read("SELECT * FROM ". TABLE_PREFIX . "quote ORDER BY id ASC");
I think it can be done by changing phrases.
Or you mean different error message for same error?
|
Thanks for the edit, it worked, I get rid of the error but quotes are not showing (it shows only Q#: "" - )
I am reffering to put quotes above all errors forum gives and not on index page as this is too boring. And the benefit to this is it will put a smile on ppl face when they should be not happy of receiving an error or a warning from forum.