vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   RPG Integration Hack (https://vborg.vbsupport.ru/forumdisplay.php?f=102)
-   -   QUestion in FAQ (https://vborg.vbsupport.ru/showthread.php?t=80901)

asianboi 05-02-2005 10:40 PM

QUestion in FAQ
 
I know you have stated the solution to the problem below, but somehow I do not understand your solution. Please help me

Your Solution
Quote:

eh?
Well then, all you have to do is delete the "AND type = 'post'", then it will go away.
But I really suggest to upgrade to the latest version, as this query appears to come from an outdated and unsupported version.
Can you tell me which file to edit?




PHP Code:

Database error in vBulletin 3.0.7:

Invalid SQL
    
SELECT
        post
.*, post.username AS postusernamepost.ipaddress AS ip,
        
user.*, userfield.*, usertextfield.*,
        
userfield.field5 AS rpgname,
        
user.ma AS uma,user.hp AS uhp,user.pp AS upp,user.ap AS uap,
        
rpg_items_user.*,
        
rpg_battle_stats.*,
        
rpg_race.name AS rpgracename,
        
rpg_race.alignment AS rpgalignmentname,
        
rpg_class.name AS classname,
           
rpg_class.folder AS classfolder,
        
rpg_element.name AS elename,
        
rpg_clan.title AS clantitle,

        
icon.title as icontitleicon.iconpath,
        IF(
displaygroupid=0user.usergroupiddisplaygroupid) AS displaygroupid
        
,avatar.avatarpathNOT ISNULL(customavatar.avatardata) AS hascustomavatarcustomavatar.dateline AS avatardateline
        
,
        
NOT ISNULL(deletionlog.primaryid) AS isdeleted,
        
post_parsed.pagetext_htmlpost_parsed.hasimages
        
    FROM post 
AS post
    LEFT JOIN user 
AS user ON(user.userid post.userid)
    
LEFT JOIN userfield AS userfield ON(userfield.userid user.userid)
    
LEFT JOIN rpg_items_user AS rpg_items_user ON(rpg_items_user.userid=user.userid)
    
LEFT JOIN rpg_battle_stats AS rpg_battle_stats ON(rpg_battle_stats.userid=user.userid)
    
LEFT JOIN rpg_class AS rpg_class ON(rpg_class.id=user.rpgclass)
    
LEFT JOIN rpg_element AS rpg_element ON(rpg_element.elementid=user.element)
    
LEFT JOIN rpg_clan AS rpg_clan ON(rpg_clan.clanid=user.clan)
    
LEFT JOIN rpg_race AS rpg_race ON(rpg_race.raceid=user.rpgrace)
        AND 
rpg_race.alignmentid=user.alignment

    LEFT JOIN usertextfield 
AS usertextfield ON(usertextfield.userid user.userid)
    
LEFT JOIN icon AS icon ON(icon.iconid post.iconid)
    
LEFT JOIN avatar AS avatar ON(avatar.avatarid user.avataridLEFT JOIN customavatar AS customavatar ON(customavatar.userid user.userid)
    
LEFT JOIN deletionlog AS deletionlog ON(deletionlog.primaryid post.postid AND type 'post')
    
LEFT JOIN post_parsed AS post_parsed ON(post_parsed.postid post.postid)
    
WHERE post.postid 5064

mysql error
Column'type' in on clause is ambiguous

mysql error number
1052 


Revan 05-03-2005 05:31 AM

Well the edit should be done to the same file in which you are recieving the error, IIRC showthread.php

asianboi 05-03-2005 12:22 PM

thanks works like a charm in showpost.php


All times are GMT. The time now is 12:27 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01433 seconds
  • Memory Usage 1,749KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete