Fatal error: Cannot redeclare reorder_cat() hatasının çözümü : phpBB2 Plus Destek
burada yazıklanlar çok işime yaradı-yarıyor. hataları düzeltiyorum fakat bir yerde takıldım.
Aldığım hata: Fatal error: Call to undefined function posting_gen_topic_types() in
/home/zahmet/public_html/posting.php on line
1353
Posting.php nin 1353. satırı bu şekilde:
$topic_type_toggle = posting_gen_topic_types($forum_id, $post_data['topic_type']);
Ben bu satırı
$topic_type_toggle = "posting_gen_topic_types($forum_id, $post_data['topic_type'])";
olarak değiştirdim ve şu hatayı aldım:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in
/home/zahmet/public_html/posting.php on line
1353
Nasıl bir düzenleme yapmalıyım?