The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
![]()
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.
|
#12
|
||||
|
||||
![]()
Then ask over on vb.com for the query to run to create the table or look in the install script for the query.
|
#13
|
|||
|
|||
![]()
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
|
#14
|
||||
|
||||
![]()
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) ) ; |
#15
|
|||
|
|||
![]()
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 !
|
#16
|
||||
|
||||
![]()
Keeping in mind that it's only an estimate and not a guarantee on how fast they will or are able to fix it. 90 minutes is pretty good response time though.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|