PDA


View Full Version : /links not appearing and showing a DB error...


AlfonsoC
09-01-2004, 05:39 PM
Installed the files, followed up to word all the instructions and everything seemed fine, but...

When firing to links directory an error appears and this is the e-mail who I receive it.


Database error in vBulletin 3.0.3:

Invalid SQL:
SELECT
userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid,
language.phrasegroup_adv_links AS phrasegroup_adv_links,
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) INNER JOIN language AS language ON (language.languageid = IF(user.languageid = 0, 1, user.languageid))
WHERE user.userid = 1

mysql error: Unknown column 'language.phrasegroup_adv_links' in 'field list'

mysql error number: 1054

Date: Wednesday 01st of September 2004 04:24:19 PM
Script: http://www.fotoforum.info/links/index.php



Any suggestions?

Brian
09-01-2004, 05:50 PM
It looks like you didn't run the install file.

AlfonsoC
09-01-2004, 05:59 PM
It looks like you didn't run the install file.

Done it... seems to install lots of new phrases. In fact, there's 135 on the phrase manager under the vBadvanced Links directory section and 112 on the vBadvanced Links directory CP sections.

AlfonsoC
09-01-2004, 06:06 PM
Doh! Sorry Bryan.... links_config.php was pointing to the wrong instance of the forums (the one I use for testing and is a fresh install, without vbadvanced links).

My apologies for disturbing you with silly failures. :)

Brian
09-01-2004, 06:07 PM
No problem. Glad you got it figured out. :)