I have students who build Joomla websites as part of their training and something super weird happened to one of them:
she got error 1146 and it said that the table 'assets' doesn't exist in the DB.
At first I couldn't believe that the table didn't exist so I looked for other solutions, but eventually when I looked in the DB it hit me that the table 'assets' is called now 'asset'

After changing the table name it all went back to normal. puuh!
this was the exact error message: Table 'XXX.xxx_assets' doesn't exist SQL=SELECT b.rules FROM ja1fq_assets AS a LEFT JOIN ja1fq_assets AS b ON b.lft <= a.lft AND b.rgt >= a.rgt WHERE (a.name = 'com_content') GROUP BY b.id, b.rules, b.lft ORDER BY b.lft
Since it is shocking and since I don't understand why it happened and therefore can't help her from repeating the error I wanted to ask here if anyone has had a similar problem and can help me get some insight to the cause.
general background: before the error she didn't do anything strange. one thing that she said was that at a certain point at her work she was asked to purge the cahce. afterwards she still worked well and only today this error occurred.
she has of course installed several plugins, modules and components during the time she was working in the site, but nothing next to the problem, so I didn't want to list them all here...
hope anyone will have an idea!
thanks a lot!
nils