1
What is this?
If i tries to visit any forum in my newbb 1.16 this redirect message appears:
هناك خطأ ما
SELECT t.*, u.name, u.uname, u2.uid, u2.name as last_post_name, u2.uname as last_poster, p.post_time as last_post_time, p.poster_name as last_poster_name, p.icon, p.post_id, p.post_karma, p.require_reply, pt.post_text FROM xps_bb_topics t LEFT JOIN xps_users u ON u.uid = t.topic_poster LEFT JOIN xps_bb_posts p ON p.post_id = t.topic_last_post_id LEFT JOIN xps_bb_posts_text pt ON pt.post_id = t.topic_last_post_id LEFT JOIN xps_users u2 ON u2.uid = p.uid WHERE (p.post_time > 1146357484 OR t.topic_sticky=1) AND t.forum_id = 12 AND t.approved = 1 AND p.approved = 1 ORDER BY t.topic_sticky DESC, p.post_time DESC
"هناك خطأ ما"
means
"An Error Occured"
This happens after doing Optmize With "Optimize 2.14"