MARCO1 |
12-15-2009 09:30 AM |
Quote:
Originally Posted by Vaupell
(Post 1930806)
Downloaded / tagged / installed and uninstalled.
when trying to make some of my forum sections viewable to the public it promts sql error.
so gonna try either a later vb version, or a later version of this..
but rated 5 stars cause this is great, ewen though i cant use it :D
Code:
Database error in vBulletin 4.0.0 Release Candidate 2:
Invalid SQL:
UPDATE forum SET
title_clean = 'Main Forum',
title = 'Main Forum',
description_clean = 'General forum, for general chit chat.',
description = 'General forum, for general chit chat.',
link = '',
displayorder = 1,
parentid = 1,
daysprune = -1,
defaultsortfield = 'lastpost',
defaultsortorder = 'desc',
showprivate = 0,
newpostemail = '',
newthreademail = '',
### Bitfield: forum.options ###
options = IF(options & 8, options - 8, options),
options = IF(options & 16, options - 16, options),
options = IF(options & 32, options - 32, options),
options = IF(options & 32768, options - 32768, options),
options = IF(options & 8192, options - 8192, options),
options = IF(options & 4, options, options + 4),
options = IF(options & 1, options, options + 1),
options = IF(options & 2, options, options + 2),
options = IF(options & 16384, options, options + 16384),
options = IF(options & 256, options - 256, options),
options = IF(options & 64, options, options + 64),
options = IF(options & 128, options, options + 128),
options = IF(options & 512, options, options + 512),
options = IF(options & 1024, options, options + 1024),
options = IF(options & 2048, options, options + 2048),
options = IF(options & 4096, options, options + 4096),
options = IF(options & 65536, options, options + 65536),
options = IF(options & 131072, options - 131072, options),
styleid = 0,
imageprefix = '',
password = '',
MARCO1_forumnocontent = '1'
WHERE forumid = 2;
MySQL Error : Unknown column 'MARCO1_forumnocontent' in 'field list'
Error Number : 1054
Request Date : Tuesday, December 15th 2009 @ 12:58:59 AM
looks like it didnt create the colum "MARCO1_forumnocentent" dureing install..
|
:D
Yes, that's correct the Mod doesn't installed completely in your forum
This may have some conflicting Mods with this Mod try to disable all other Mods that's do the same job "hide" (Hide links,attachments ..etc) then re-install the Mod again
Thanks Vaupell for your reply :)
|