Hello,
For a week or so I've had the following problem on my SMF: the board can be viewed when logged out, but when logging in the following message appears:
LainaaUnknown column 'c.ID_CAT' in 'on clause'
File: /var/www/(mysitehost)/0/2/(mysitelogin)/forum/Sources/BoardIndex.php
Line: 82
My forum version is 1.0.5 (I would upgrade but I'm afraid the current problem might get worse) and the MySQL version is 5.0.19
When trying to check the tables in phpMyAdmin 2.6.3-pl1, I get:
LainaaProblems with indexes of table `backup_smf_basemessages`
Warning UNIQUE and INDEX keys should not both be set for column `ID_TOPIC`
Warning More than one INDEX key was created for column `ID_MEMBER`
Problems with indexes of table `phpbb_sessions`
Warning PRIMARY and INDEX keys should not both be set for column `session_id`
Problems with indexes of table `smf_basemessages`
Warning UNIQUE and INDEX keys should not both be set for column `ID_TOPIC`
Warning More than one INDEX key was created for column `ID_MEMBER`
Any suggestions?
I don't know much about databases, so I don't know what to do..
Any help would be greatly apreaciated. :)
Upgrade your forum to 1.0.7. That should fix the incompatibility issue with mysql 5.x.x.x.