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 - Telepolis.pl nie działa jak należy.

sp6huk - 23-10-2009, 23:51
Temat postu: Telepolis.pl nie działa jak należy.
Witam. Mam problem z ładowaniem serwisu telepolis.pl, ładuje się bardzo wolno (ok.1 minuta), i tylko główna strona. Jeżeli chcę przejść do podstron serwisu pojawia się taki komunikat

Kod:
phpBB by Przemo : Critical Error

Error creating new session

DEBUG MODE

SQL Error : 2006 MySQL server has gone away

INSERT INTO phpbb_sessions (session_id, session_user_id, session_start, session_time, session_ip, session_page, session_logged_in, session_admin) VALUES ('b75b4527825f971b9c51172e7fde0d1c', -1, 1256248711, 1256248711, '52a018fc', 0, 0, 0)

Line : 443
File : sessions.php


Gdzie leży problem ? U mnie czy providera ?

Bucu - 23-10-2009, 23:56

U providera. Chwilowo serwer mysql nie jest dostepny.

Btw u mnie dziala ok ;]

PS. zmien swoj podpis, i poczytaj regulamin forum.

sp6huk - 23-10-2009, 23:59

Tylko ,że ten problem występuje już gdzieś od 2 M-cy ;] Jak napisałem do providera to stwierdził ,że z jego stronu jest wszystko w porządku. Ale jeżeli mówisz ,że to po stronie provider to muszę go pomęczyć.
Bucu - 24-10-2009, 00:04

http://bogdan.org.ua/2008...error-2006.html

Cytat:
Two most common reasons (and fixes) for the MySQL server has gone away (error 2006) are:
Server timed out and closed the connection. How to fix: check that wait_timeout variable in your mysqld’s my.cnf configuration file is large enough. On Debian: sudo nano /etc/mysql/my.cnf, set wait_timeout to at least 600 seconds (you can tweak/decrease this value when error 2006 is gone), then sudo /etc/init.d/mysql restart. I didn’t check, but the default value for wait_timeout might be around 28800 seconds (8 hours).
Server dropped an incorrect or too large packet. If mysqld gets a packet that is too large or incorrect, it assumes that something has gone wrong with the client and closes the connection. You can increase the maximal packet size limit by increasing the value of max_allowed_packet in my.cnf file. On Debian: sudo nano /etc/mysql/my.cnf, set max_allowed_packet to to something like 64M (you can tweak/decrease this value when error 2006 is gone), then sudo /etc/init.d/mysql restart.

sp6huk - 24-10-2009, 00:07

Dzięki wielkie za pomoc Bucu


Powered by phpBB modified by Przemo © 2003 phpBB Group