• Rejestracja
vBHELP.pl - polskie wsparcie vBulletin
Strona 2 z 2 PierwszyPierwszy 12
  1. #11
    Marek jest nieaktywny Banned
    Dołączył
    May 2008
    Przegląda
    Where my hat is
    Posty
    0
    Przydatne posty
    26

    Domyślnie

    Samo wyłączenie nie zawsze wystarcza. Należy całkowicie usunąć mod - tzn odinstalować i usunąć ewentualne manualne korekty kodu jakie były wprowadzane podczas instalacji tego moda.



  2. #12
    trocek jest nieaktywny Użytkownik
    Dołączył
    Oct 2009
    Posty
    33

    Domyślnie

    Cytat Zamieszczone przez trocek Zobacz posta
    kolory bylo dodawane przed mod - wylaczylem go i ten blad sie juz nie pojawia pozostaly jeszcze te 2 pozostale

    Kod:
    LEFT JOIN usertextfield AS usertextfield ON (usertextfield.userid = user.userid) LEFT JOIN avatar AS avatar ON (avatar.avatarid = user.avatarid) LEFT JOIN customavatar AS customavatar ON (customavatar.userid = user.userid) LEFT JOIN customprofilepic AS customprofilepic ON (user.userid = customprofilepic.userid) LEFT JOIN sigpic AS sigpic ON (user.userid = sigpic.userid) LEFT JOIN usercsscache AS usercsscache ON (user.userid = usercsscache.userid)LEFT JOIN userlist AS userlist1 ON (userlist1.relationid = user.userid AND userlist1.type = 'buddy' AND userlist1.userid = 1)LEFT JOIN userlist AS userlist2 ON (userlist2.userid = user.userid AND userlist2.type = 'buddy' AND userlist2.relationid = 1)
    
    WHERE user.userid = 29;
    
    MySQL Error : MySQL server has gone away
    Error Number : 2006
    Request Date : Monday, October 26th 2009 @ 02:36:17 PM
    Error Date : Monday, October 26th 2009 @ 02:36:21 PM
    Script : 
    Referrer : 
    IP Address : 93.105.158.61
    Username : trocek
    Classname : vB_Database
    MySQL Version :

    Kod:
    Database error in vBulletin 3.8.3:
    
    Invalid SQL:
    
    SELECT
    user.username, (user.options & 512) AS invisible, user.usergroupid,
    session.userid, session.inforum, session.lastactivity, session.badlocation,
    IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid, infractiongroupid
    
    FROM session AS session
    LEFT JOIN user AS user ON(user.userid = session.userid)
    
    WHERE session.lastactivity > 1256566173
    
    ORDER BY username ASC;
    
    MySQL Error : MySQL server has gone away
    Error Number : 2006
    Request Date : Monday, October 26th 2009 @ 03:24:33 PM
    Error Date : Monday, October 26th 2009 @ 03:24:33 PM
    Script : 
    Referrer : 
    IP Address : 93.105.158.61
    Username : trocek
    Classname : vB_Database
    MySQL Version :
    o te 2
    tak jak pisalem tamten blad nie pokazuje sie juz, tylko te 2 wyskakuja jeszcze


  3. #13
    Awatar Max
    Max
    Max jest nieaktywny There's something in the Air ...
    Dołączył
    Jan 2008
    Posty
    4 775
    Przydatne posty
    252
    Wpisów
    13

    Domyślnie

    MySQL Error : MySQL server has gone away
    Zwiększ wartość wait_timeout w pliku my.cnf .


  4. #14
    Marek jest nieaktywny Banned
    Dołączył
    May 2008
    Przegląda
    Where my hat is
    Posty
    0
    Przydatne posty
    26

    Domyślnie

    Cytat Zamieszczone przez trocek Zobacz posta
    tak jak pisalem tamten blad nie pokazuje sie juz, tylko te 2 wyskakuja jeszcze
    Są to w dalszym ciągu błędy powiązane z grupami użytkowników, co sugeruje że modyfikacja nie została poprawnie odinstalowana.


  5. #15
    trocek jest nieaktywny Użytkownik
    Dołączył
    Oct 2009
    Posty
    33

    Domyślnie

    dzieki Max jeszcze raz napialem mejla do admina hostingu w odp dostalem
    Kod:
    Sądzę, że problem wynika z czegoś innego. Serwer mysql znajduje się
    na osobnej maszynie, dlatego też jako nazwę hosta należy używać adresu
    IP: 62.146.68.174 zamiast standardowego "localhost".
    szkoda ze nie mowia o tym przy zakladaniu konta :|


Strona 2 z 2 PierwszyPierwszy 12

Podobne wątki

  1. Odpowiedzi: 1
    Ostatni post / autor: 02.08.2010, 08:21
  2. Parse error: syntax error, unexpected T_STRING in...
    By xsebax in forum Pytania i problemy
    Odpowiedzi: 1
    Ostatni post / autor: 25.02.2010, 21:54
  3. Parse error: syntax error, unexpected ';'
    By bugses in forum Pytania i problemy
    Odpowiedzi: 0
    Ostatni post / autor: 15.10.2009, 21:40
  4. Odpowiedzi: 1
    Ostatni post / autor: 17.05.2009, 12:27
  5. Error
    By Flangerious in forum Pytania i problemy
    Odpowiedzi: 2
    Ostatni post / autor: 06.02.2009, 17:19
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