1
Can anyone tell me if this is signifigant or not. I have been troubleshooting some module errors and my knowledge in sql queries is less then spectactular.
I ran a query in phpMyAdmin and here are the results.
Problems with indexes of table `xoops_banner`
Warning PRIMARY and INDEX keys should not both be set for column `bid`
Problems with indexes of table `xoops_bb_posts`
Warning More than one INDEX key was created for column `topic_id`
Problems with indexes of table `xoops_bb_topics`
Warning PRIMARY and INDEX keys should not both be set for column `topic_id`
Problems with indexes of table `xoops_block_instance`
Warning PRIMARY and INDEX keys should not both be set for column `instanceid`
Problems with indexes of table `xoops_newblocks`
Warning PRIMARY and INDEX keys should not both be set for column `bid`
Problems with indexes of table `xoops_priv_msgs`
Warning More than one INDEX key was created for column `to_userid`
Problems with indexes of table `xoops_ranks`
Warning More than one INDEX key was created for column `rank_min`
Problems with indexes of table `xoops_users`
Warning PRIMARY and INDEX keys should not both be set for column `uid`
Warning More than one INDEX key was created for column `uname`
Problems with indexes of table `xoops_xcgal_pictures`
Warning More than one INDEX key was created for column `aid`
Problems with indexes of table `xoops_xoopspoll_log`
Warning More than one INDEX key was created for column `poll_id`
XOOPS Community Support