Dear Peter,
I have a website where cache cleaner does not work.
I receive the following error: Cache could not be cleaned
I saw in another post in the forum that you suggest to use this parameter:
/administrator/index.php?cleancache=1
If I do this, I receive this error: 1142 SELECT command denied to user 'gr*****_user'@'localhost' for table 'bak'
I do not have a bak table in my database. *username has been hidden for security purposes.
Can you give me (super) admin and (s)ftp access so I can take a look?
You can use the 'Confidential information' button in the forum editor to hide sensitive information.
The error is caused by a table you have called '..._content.bak'.
There is something in Joomla itself that throws an error when asking info about a table that has a period in the name.
I recommend you change the table name to use an underscore instead: '..._content_bak'.