Are there release notes for 0.9.6.2?
I was looking to find out if anything had changed in the SQL structure and if I actually needed to run the installer or if I could just upload the new manager directory and be done. Anyone know the answer to either question?
Thanks in advance.
Ah I didn’t look in the install folder, just at the top level, my bad. Maybe a README.txt file that gives a quick notification of a few things would be helpful?
Thank you for downloading ModXCMS X.X.X
Updated on [update date]
If upgrading please review changelog file in install folder.. (plus any other reminders to people who are not familiar)
Also in that case I’m getting this error when running the upgrade:
#1283 - Column ’description’ cannot be part of FULLTEXT index
Is this specific to MySQL version? other known issue which can be addressed?
Think i found my problem....
Form MySQL 5.0 docs:
"Although the use of multiple character sets within a single table is supported, all columns in a FULLTEXT index must use the same character set and collation."
I believe mine is mixed as I was changing from a default install swedish_ci to unicode to support multiple languages....
I’ll remove the index, fix the collation then add it back in... does that make sense?