Veritabanı Hatası: MySQL server has gone away
Dosya: /home/alanadı/public_html/Sources/Subs.php
Satır: 2600
Satır 2600 şu şekilde :
2595 // Load the smileys in reverse order by length so they don't get parsed wrong.
2596 if (($temp = cache_get_data('parsing_smileys', 480)) == null)
2597 {
2598 $result = db_query("
2599 SELECT code, filename, description
2600 FROM {$db_prefix}smileys", __FILE__, __LINE__);
2601 $smileysfrom = array();
2602 $smileysto = array();
2603 $smileysdescs = array();
2603 while ($row = mysql_fetch_assoc($result))
2604 {İşin ilginç kısmı Bu hatayı sadece bir konuyu değiştirip kaydet dediğimde alıyorumDiğer konularda hiç bir problem yok