
08-16-2007, 06:32 AM
|
|
|
Join Date: May 2007
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by DJDarknez
OK, here we go...
I'm trying the install, but hitting a bit of a block.
I uploaded the files, adjusted the config.php file, and tried to run the installer (again). Got the 1060 error, which resembles this:
Database error in vBulletin 3.6.8:
Code:
Invalid SQL:
ALTER TABLE `usergroup` ADD `grpspermissions` INT(10) UNSIGNED DEFAULT 0 NOT NULL;
MySQL Error : Duplicate column name 'grpspermissions'
Error Number : 1060
Date : Wednesday, August 15th 2007 @ 11:30:24 PM
Script : http://www.earthprowlers.com/groups/tools/grps_installer.php
Referrer :
IP Address : .
Username : .
Classname : vb_database
A quick search through this thread showed that since it was already installed, this part seemed to be done. Alrighty then. I installed the product via the AdminCP. Set the GRPS to active "parallel to forums" to yes since I have my forums in the root dir.
I went to .com/groups and viewing the source got me this:
Code:
Database error in vBulletin 3.6.8:
Invalid SQL:
SELECT
userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid,
language.phrasegroup_grps AS phrasegroup_grps,
language.phrasegroup_global AS phrasegroup_global,
language.options AS lang_options,
language.languagecode AS lang_code,
language.charset AS lang_charset,
language.locale AS lang_locale,
language.imagesoverride AS lang_imagesoverride,
language.dateoverride AS lang_dateoverride,
language.timeoverride AS lang_timeoverride,
language.registereddateoverride AS lang_registereddateoverride,
language.calformat1override AS lang_calformat1override,
language.calformat2override AS lang_calformat2override,
language.logdateoverride AS lang_logdateoverride,
language.decimalsep AS lang_decimalsep,
language.thousandsep AS lang_thousandsep
FROM user AS user
LEFT JOIN userfield AS userfield ON (user.userid = userfield.userid)
LEFT JOIN usertextfield AS usertextfield ON (usertextfield.userid = user.userid) LEFT JOIN language AS language ON (language.languageid = IF(user.languageid = 0, 1, user.languageid))
WHERE user.userid = 1;
MySQL Error : Unknown column 'language.phrasegroup_grps' in 'field list'
Error Number : 1054
Date : Wednesday, August 15th 2007 @ 11:31:11 PM
Script : http://www.earthprowlers.com/groups/
Referrer :
IP Address :
Username :
Classname : vb_database
A quick search through this thread those that "1054" means I have to run the installer...which gives me an SQL error...
halp?
|
Don't expect to get any help, unless you're willing to pay through the nose.
I think it's time to either fork another branch, or start a new project.
|