I have 2 more problems (reports)...
Quote:
INSERT INTO pp_searchids (searchid,userid,searchtype,searchterms,searchdate,cats,name,preview,idlist,numresults,ipaddress,searchtime,date)
VALUES ( [...] )
The query returned with an errorcode of:
Table 'db_forum.pp_searchids' doesn't exist
|
Quote:
DELETE FROM pp_searchids WHERE date < 1181501056
The query returned with an errorcode of:
Table 'db_forum.pp_searchids' doesn't exist
|
Since they both call pp_searchids and there is no such table what can i do?
Can i simply create a table? Will that be enough (and if yes, please, how do i create the table...)? Noob here... :P