mudassar788 wrote:Fatal error: Cannot redeclare generate_smilies() (previously declared in /home/board/public_html/includes/functions_posting.php:22) in /home/board/public_html/includes/functions_posting.php on line 112
For some reason, generate_smilies() looks to be declared twice in your viewtopic.php (functions_posting.php is included twice). So try the following trick:
Code: Select all
OPEN
includes/quick_reply.php
FIND
include($phpbb_root_path . 'includes/functions_posting.' . $phpEx);
REPLACE WITH
// include($phpbb_root_path . 'includes/functions_posting.' . $phpEx);
01jackedZ wrote:ok i used the install instructions and i dont know what im doing wrong now. Here are the instructions that the install instructions gave me:
Since I see "Advanced Quick Reply" title in your edits, I guess you've confused between different MODs' topics

You're using another quick reply MOD (Advanced Quick Reply), but not Quick reply for phpBB3 MOD.