herşey sorunsuzdu ve çalışıyordu sadece Server değişikliği yaptım ve Forumda bazı şeyler şeyler garipleşti. Örneğin Forumda avatar seçimi yapılamıyor, ve bazı modlarda da hatalar veriyor aşağıdaki gibi :
Photo Albüm Modu'nda Albüm sayfasına gidişte :
İstatistik Modu'nda istatistik sayfasına gidişte :
Photo Albüm Modu'nda Albüm sayfasına gidişte :
Could not query categories list
DEBUG MODE
SQL Error : 1146 Table 'forum.ALBUM_CAT_TABLE' doesn't exist
SELECT c.*, COUNT(p.pic_id) AS count FROM ALBUM_CAT_TABLE AS c LEFT JOIN ALBUM_TABLE AS p ON c.cat_id = p.pic_cat_id WHERE cat_id <> 0 GROUP BY cat_id ORDER BY cat_order ASC
Line : 58
File : album.php
İstatistik Modu'nda istatistik sayfasına gidişte :
Could not update Info Cache
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE module_id = 6' at line 4
UPDATE phpbb_stats_modules SET module_info_cache = 'a:2:{s:16:\"condition_result\";b:1;s:19:\"default_update_time\";i:0;}', module_info_time = WHERE module_id = 6
Line : 121
File : functions_stats.php