Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted December 31, 20231 yr Hi mates, after upgrading to latest and greatest 4.7.14 I see one error in our log: Error (1054) Unknown column 'chart_timescale' in 'ipb_core_saved_charts': changeColumn ["core_saved_charts","chart_timescale",{"name":"chart_timescale","type":"ENUM","length":null,"decimals":null,"values":["hourly","daily","weekly","monthly","none"],"allow_null":true,"default":null,"comment":"","unsigned":false,"auto_increment":false}] The error was thrown at this step of the upgrade: .../admin/upgrade/?controller=upgrade&key=abcdef&mr=16&_=1704058060594 Any ideas on why we got this error? Apart of that the forum looks fine after upgrade. Happy New Year btw. 🥳 Thanks, Thomas Edited December 31, 20231 yr by Thomas P
January 1, 20241 yr Go to Support section in the ACP and tell us what saying part named Database. Any issues?
January 1, 20241 yr Author Hi, no issues identified. Apart of the a.m. error message all sections are clear without issues... BR
January 1, 20241 yr 20 hours ago, Thomas P said: Error (1054) Unknown column 'chart_timescale' in 'ipb_core_saved_charts': changeColumn ["core_saved_charts","chart_timescale",{"name":"chart_timescale","type":"ENUM","length":null,"decimals":null,"values":["hourly","daily","weekly","monthly","none"],"allow_null":true,"default":null,"comment":"","unsigned":false,"auto_increment":false}] Can you check the database for the chart_timescale field to see if it is present in the core_saved_charts table? Because the error messages inidicates that it's missing.
January 1, 20241 yr It's "standard" fields from that table (based on core schema.json) and if the DB checker didn't find anything wrong then he must have this field in that table. Edited January 1, 20241 yr by DawPi
January 2, 20241 yr Author Thank you guys, checked as you suggested and yes: It was there. And verified via support ticket, as well - so we are good. 🙂 Thanks again, appreciated. Thomas