By newms on
Hi, I just installed the UIEForum module and I got the following php error:
Unknown column 'TotalThreadCount' in 'field list' query: UPDATE F_Forums SET TotalThreadCount='1' WHERE ForumID=1 in /mounted-storage/home26b/sub002/sc24054-VVRS/www/includes/database.mysql.inc on line 120.
Does anyone know what is causing this error and how to fix it?
Comments
file an issue
this shoudl not be in the forums bu tin the issue tracker.
--
The news is Now Public | Drupal development: making the world better, one patch at a time. | Wake in the deepest dark of night and hear the driving rain. Reach out a hand and take a paw and go to sleep again.
--
Drupal development: making the world better, one patch at a time. | A bedroom without a teddy is like a face without a smile.
Ditto.
I thought it was just me. I just updated to 4.7 after using multiple betas on the 4.6 branch. Zoro is your man to talk to regarding this, he might already be working on something but I have not been able to contact him.
Thanks guys, I see that
Thanks guys, I see that there is already an issue posted about this. Zoro was working on it up to the middle of November, but said that he was going on two weeks vacation, so he wouldn't be able to work on it until he gets back.
newms
Hey newms, hobo has just
Hey newms, hobo has just pointed me here - I've been getting a whole load of issue-emails lately and not been doing anything about them... I think I'll sit down for a coding session some time soon :)
As for this particular problem, it has to do with the module not updating like it's supposed to (I've found the drupal update-system that was introduced is a load of cack :/ ).
Look in the .update file and you'll see some SQL queries - you can execute the updates manually by running the queries directly into your mysql installation if you want to. That should help until I can fix this particular problem anyway!
Daniel