piper, it seems that something is wrong with "webtemplatequery" table. The installation may not be successfully completed for some reason or the table may become corrupted later. So let's check this:
First get this script, edit the first few lines and upload it to your server:
https://vborg.vbsupport.ru/showthrea...threadid=38262 (If you dont have any tool to run SQL queries). Then run the script and run this query:
select id,name,query,noresulttext,tablerow from webtemplatequery order by id;
Tell me what it returns back, if any..If it returns that table is corrupted, apply this command:
REPAIR TABLE webtemplatequery;
If it says table does not exist, run installation script one more time..