I have been adding modules to my 1.0.8.20 test site and everything seemed to be going well. With testing everything was good. I came back to do a bit more about an hour later and now when updating a product I am getting a fatal error page with nothing on the page and no source code to see. All I have is red text in the top left corner of the page saying [PHOENIX FATAL]
Looking in the error logs all I can see is the following
[11-Apr-2023 19:13:56 Europe/London] PHP Warning: DB: [1054] Unknown column 'products_metaphone' in 'field list' from <UPDATE products_description SET products_metaphone = 'KRNPLS' WHERE products_id = 7 AND language_id = 1> in /home/####/####/####/includes/system/versioned/1.0.8.1/database_core.php on line 44
Line 44 in just the following
Code: Select all
trigger_error($line, E_USER_WARNING);
To be honest I have no idea when this error started as I was not adding anything that I thought would affect the admin area. It was working fine as I had been adding and removing test products. I am sure that when I have been adding new modules I have been adding any sql that is also required. All other areas of the admin seem to be working fine.
I have searched for products_metaphone in these forums but cannot see anything.
Anyone have a way of finding out what is actually causing this error.