![]() |
I dont get it?
Quote:
|
It looks like a problem with the table pmtext. Can you read your pms on your site? Have you tried to optimize/repair that table?
|
Quote:
|
In your admin cp > maintenance > repair/optimize tables.
It looks to me like your pmtext table was dropped. What did you do just prior to having this problem? |
Quote:
|
Yep, it looks like your pmtext table was dropped. It got dropped somehow... you need to find out how or it may happen again.
i don't know what the query is to add it again. You should ask over on vb.com for it. |
Would it work if i re-installed the vB? or is it nothing to do with that?
|
Well, the pmtext table does get installed when you install vb. I'm really not sure if you can just run the upgrade script and have it appear since I have never had to do this.
Again, I'll say that you need to figure out how it was dropped or it may happen again. |
I just re-installed vB done absolutly nothing, How can i find how it dropped?
|
So, you reinstalled vB and then it was dropped? It sounds like you didn't do all the steps in the installation correctly if the table wasn't created.
|
Nope it didnt change anything :L
|
Then ask over on vb.com for the query to run to create the table or look in the install script for the query.
|
I did a support thing on vb.com and its been a hour at 11 mins, The response thing said 23 mins last time i checked :P
|
CREATE TABLE pmtext (
pmtextid INT UNSIGNED NOT NULL AUTO_INCREMENT, fromuserid INT UNSIGNED NOT NULL DEFAULT '0', fromusername VARCHAR(100) NOT NULL DEFAULT '', title VARCHAR(250) NOT NULL DEFAULT '', message MEDIUMTEXT, touserarray MEDIUMTEXT, iconid SMALLINT UNSIGNED NOT NULL DEFAULT '0', dateline INT UNSIGNED NOT NULL DEFAULT '0', showsignature SMALLINT UNSIGNED NOT NULL DEFAULT '0', allowsmilie SMALLINT UNSIGNED NOT NULL DEFAULT '1', PRIMARY KEY (pmtextid), KEY fromuserid (fromuserid, dateline) ) ; |
Now all fixed, Thanks to the support over at vB.com took a hour and a half but well worth it. Once again saved the day !
|
Quote:
|
All times are GMT. The time now is 01:43 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|