The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Image Problems
I am having a problem! I installed a fresh copy of vbulletin 3.8.7 and I am having problem with avatars and all images not showing up. If I add an image attachment to a thread it won't show up. My avatars also don't show up!
--------------- Added [DATE]1522382242[/DATE] at [TIME]1522382242[/TIME] --------------- Code:
Invalid SQL: SELECT * FROM datastore WHERE title IN ('','options','bitfields','attachmentcache','forum cache','usergroupcache','stylecache','languagecach e','products','pluginlist','cron','profilefield',' loadcache','noticecache','userstats','birthdaycach e','maxloggedin','iconcache','eventcache','mailque ue'); MySQL Error : Table 'xxxxx_forums.datastore' doesn't exist Error Number : 1146 Request Date : Wednesday, March 28th 2018 @ 02:12:06 PM Error Date : Wednesday, March 28th 2018 @ 02:12:06 PM Script : http://xxxxxxx.xxx/ Referrer : IP Address : xxxxxxxxxx Username : Classname : vB_Database MySQL Version : |
#2
|
|||
|
|||
To start, create the datastore table, its missing.
Code:
CREATE TABLE datastore ( title CHAR(50) NOT NULL DEFAULT '', data MEDIUMTEXT, unserialize SMALLINT NOT NULL DEFAULT '0', PRIMARY KEY (title) ); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|