To jest tylko wersja do druku, aby zobaczyć pełną wersję tematu, kliknij TUTAJ
phpBB2 by Przemo
Support forów phpBB2 modified by Przemo

Ogólne - Problem z forum gtao.pl

kesemdi - 16-04-2017, 14:43
Temat postu: Problem z forum gtao.pl
Otóż forum gtao.pl chodzi normalnie lecz gdy chce wejść w jakiś wątek/temat ładuje się długo po czym wyswietla się na stronie takie coś


Couldn't obtain topic beers

DEBUG MODE

SQL Error : 2013 Lost connection to MySQL server during query

select p1.post_id as post_id_sec, b.*, u1.username as beer_poster, u2.user_id, u2.user_beers_src, u2.user_beers_scr_arch, u2.user_beers_dst, u2.user_beers_dst_arch, u1.user_level, u1.user_jr, p2.poster_id as poster_id_sec, t.topic_id as topic_id_sec, f.forum_id as forum_id_sec from phpbb_posts p1 left join phpbb_beers b ON b.post_id = p1.post_id left join phpbb_posts p2 ON p2.post_id = b.post_id left join phpbb_topics t ON t.topic_id = b.topic_id left join phpbb_forums f ON f.forum_id = b.forum_id left join phpbb_users u1 ON u1.user_id = b.beer_src left join phpbb_users u2 ON u2.user_id = p1.poster_id where p1.topic_id = 110838 or b.beer_src = 83689 or b.beer_dst = 83689

Line : 225
File : functions_beermod.php

shanonWEB - 16-04-2017, 15:54

Mi osobiście sprawnie ładuje tematy, ale według komunikatu powinieneś zwiększyć czas odpytywania. Znajdziesz to w phpmyadmin lub napisz do hostingu.
Odpowiada za to:
Kod:
wait_timeout


Poradnik -> http://stackoverflow.com/...-out-so-quickly



Powered by phpBB modified by Przemo © 2003 phpBB Group