So the quick background... Thought the deployment of my site was pushed 4 months out so I decided to upgrade to 9.5, in the middle my client called and told me they wanted the current version up by the end of the month so I deleted all of the 9.5 files, did a fresh install of 9.2.2 and over wrote with my backup of the assets directory.
Everything seemed to be working fine till I tried to make an edit of a TV value through QuickEdit.
Get the following error
MODx encountered the following error while attempting to parse the requested resource:
« Execution of a query to the database failed - Table 'falkicon_com_-_modx.newheights_modx_' doesn't exist »
SQL: UPDATE newheights_modx_ SET editedon='',editedby='1163227413' WHERE id = '50';
falkicon_com_-_modx is the name of the database and newheights_modx_ is the name of the table prefix. It does not seem to be adding in the table name just database name and prefix. I have tried replacing all of the QuickEdit files from a fresh modx download but no go.
I also tried editing the TVs from the backend and they edit fine. They also populate fine from the front end (correct data is loaded into the edit field). I also tried creating a new TV and editing it and got the same error. Is there some kind of setting somewhere that could have gotten hosed?
Any ideas?