• Rejestracja
vBHELP.pl - polskie wsparcie vBulletin
  1. #1
    Awatar pesclub
    pesclub jest nieaktywny Stały bywalec
    Dołączył
    Sep 2011
    Posty
    307
    Przydatne posty
    1

    Domyślnie Problem z Bazzą przy vB_Tournaments+Ladders_v4.5.0

    Coś nie może połączyć się z bazą danych lub jakiś błąd jest mnie wiem pomoże ktoś
    problem.jpg


    Kod:
    Database error in vBulletin 4.1.3:
    
    Invalid SQL:
    
    			SELECT players.*, players.userid AS userid
    			, user.avatarrevision AS avatarrevision, avatar.avatarpath AS avatarpath, NOT ISNULL(customavatar.userid) AS hascustom, customavatar.dateline AS avatardateline, customavatar.width AS avwidth, customavatar.height AS avheight, user.username AS username
    			, userfield.*, usertextfield.* , players.rank AS rank
    		FROM portaltmnt_ladder_players AS players
    		LEFT JOIN portaluser AS user ON (players.userid = user.userid) LEFT JOIN portalavatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN portalcustomavatar AS customavatar ON(customavatar.userid = user.userid) 
    		 LEFT JOIN userfield AS userfield ON (user.userid = userfield.userid) LEFT JOIN usertextfield AS usertextfield ON (usertextfield.userid = user.userid) 
    		WHERE players.lid=2 
    			AND players.active=1
    			
    		ORDER BY 
    			players.group ASC,
    			players.xp DESC,
    			players.wins DESC,
    			players.draws DESC,
    			players.loses ASC,
    			
    			players.totalpoints DESC,
    			players.pointsagainst ASC;
    
    MySQL Error   : Table 'pesclube_portal.userfield' doesn't exist
    Error Number  : 1146
    Request Date  : Thursday, January 12th 2012 @ 04:48:23 PM
    Error Date    : Thursday, January 12th 2012 @ 04:48:24 PM
    Script        : http://pesclub.eu/ladders.php?do=view&id=2
    Referrer      : http://pesclub.eu/competitions.php
    IP Address    : 178.37.4.93
    Username      : admin
    Classname     : vB_Database
    MySQL Version : 5.1.49-3-log
    Ostatnio edytowane przez pesclub ; 12.01.2012 o 16:52



  2. #2
    Awatar WoG
    WoG
    WoG jest nieaktywny vB Specialist
    Dołączył
    Feb 2008
    Posty
    2 812
    Przydatne posty
    298
    Wpisów
    1

    Domyślnie

    Kod:
     Table 'pesclube_portal.userfield' doesn't exist
    Nie istnieje tabela userfield.
    Z poważaniem,
    WoG

    Ty też możesz pomóc spolszczać vBulletin 5: GitHub.com
    "Rozczarowanie spowodowane niską jakością pamięta się długo po przeminięciu radości spowodowanej niską ceną"


Chmurka.pl

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67