maddmac Posted June 7, 2023 Share Posted June 7, 2023 Getting this error on several admin pages after migrating site to MariaDB. Everything else seems to be ok. Any suggestions on finding where this error is occurring and what to do about it? Thanks in advance Link to comment Share on other sites More sharing options...
BitPoet Posted June 8, 2023 Share Posted June 8, 2023 Do you have the old site still running somewhere? If yes, this query should give you the schema and table with the offending column (if it's in fact a column with that name and not some other issue with SQL syntax): select * from INFORMATION_SCHEMA.columns WHERE column_name = 'index'; 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now