• Rejestracja
vBHELP.pl - polskie wsparcie vBulletin
  1. #1
    t3qil4all jest nieaktywny Stały bywalec
    Dołączył
    May 2008
    Posty
    157
    Przydatne posty
    5

    Domyślnie The Forums database has encountered a problem

    Witam przekonwentowałem dzisiaj forum z Phpbb przemo do vB 3.6.8.Na oko wszystko działa.. ale mi jako adminowi nie zliczyło postów.. w profilu... oprócz tego po kliknięciu w:

    Kod php:
    Znajdź wszystkie postyktórych autorem jest DANY UZYTKOWNIK 
    wyskakuje:

    Database error
    The Forums database has encountered a problem.
    Please try the following:

    * Load the page again by clicking the Refresh button in your web browser.
    * Open the globalsat.nazwa.pl home page, then try to open another page.
    * Click the Back button to try another link.

    The globalsat.nazwa.pl forum technical staff have been notified of the error, though you may contact them if the problem persists.

    We apologise for any inconvenience.


    Kod:
    Database error in vBulletin 3.6.8:
    
    Invalid SQL:
    
    			SELECT post.postid, post.title AS posttitle, post.dateline AS postdateline,
    				post.iconid AS posticonid, post.pagetext, post.visible, post.attach,
    				IF(post.userid = 0, post.username, user.username) AS username,
    				thread.threadid, thread.title AS threadtitle, thread.iconid AS threadiconid, thread.replycount,
    				IF(thread.views=0, thread.replycount+1, thread.views) as views, thread.firstpostid,
    				thread.pollid, thread.sticky, thread.open, thread.lastpost, thread.forumid, thread.visible AS thread_visible,
    				user.userid
    
    				,pdeletionlog.userid AS pdel_userid, pdeletionlog.username AS pdel_username, pdeletionlog.reason AS pdel_reason
    				,tdeletionlog.userid AS tdel_userid, tdeletionlog.username AS tdel_username, tdeletionlog.reason AS tdel_reason
    
    				
    				
    			FROM post AS post
    			INNER JOIN thread AS thread ON(thread.threadid = post.threadid)
    
    			LEFT JOIN deletionlog AS tdeletionlog ON(thread.threadid = tdeletionlog.primaryid AND tdeletionlog.type = 'thread')
    			LEFT JOIN deletionlog AS pdeletionlog ON(post.postid = pdeletionlog.primaryid AND pdeletionlog.type = 'post')
    
    			
    
    			LEFT JOIN user AS user ON(user.userid = post.userid)
    			
    			WHERE post.postid IN(7415, 14756, 14649, 14641, 14621, 14587, 14586, 14582);
    
    MySQL Error  : Illegal mix of collations (latin2_general_ci,IMPLICIT) and (latin1_swedish_ci,IMPLICIT) for operation 'if'
    Error Number : 1267
    Date         : Monday, May 19th 2008 @ 06:22:47 PM
    Script       : http://globalsat.nazwa.pl/sat/search.php?searchid=28
    Referrer     : http://globalsat.nazwa.pl/sat/member.php?find=lastposter&f=37
    IP Address   : 83.22.75.169
    Username     : Black_Tabus
    Classname    : vb_database

    co z tym zrobic? z góry dziekuje za odpowiedź



  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

    MySQL Error : Illegal mix of collations (latin2_general_ci,IMPLICIT) and (latin1_swedish_ci,IMPLICIT) for operation 'if'
    Error Number : 1267

    Mamy tutaj problem z błędnym połączeniem systemem rozpoznawania znaków.
    A wziąłeś najpierw odchudziłeś phpby przemo od wersji phpbb?

    Jeśli potrzebujesz pomocy - mogę zaoferować swoją prywatną pomoc
    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ą"


  3. #3
    t3qil4all jest nieaktywny Stały bywalec
    Dołączył
    May 2008
    Posty
    157
    Przydatne posty
    5

    Domyślnie pomoc

    witam a ile kosztowała by panska pomoc?? moge wydać 15pln jesli miesci sie w tym zakresie to prosze o kontakt na gg: 9062402


Podobne wątki

  1. Usunięcie forums & threads z linków
    By mati009988 in forum Pytania i problemy
    Odpowiedzi: 1
    Ostatni post / autor: 27.06.2010, 11:32
  2. Błąd database, problem.
    By MarcoPJA in forum Konwersje
    Odpowiedzi: 4
    Ostatni post / autor: 16.06.2010, 09:31
  3. Odpowiedzi: 1
    Ostatni post / autor: 07.02.2010, 23:53
  4. The database has encountered a problem.
    By brattanek in forum Pytania i problemy
    Odpowiedzi: 2
    Ostatni post / autor: 05.06.2009, 16:00
  5. [Problem] Database error
    By djkaka in forum Pytania i problemy
    Odpowiedzi: 3
    Ostatni post / autor: 28.08.2008, 12:28
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