Page 1 of 2

Quick Reply Box disappeared

Posted: 25 Apr 2010, 20:44
by Inner Circle
I´ve got a problem today...
The phpbb3 Quick-Reply Box won´t show anymore and i don´t know why.

I activatet Debug and got the following:

Code: Select all

[phpBB Debug] PHP Notice: in file /viewtopic.php on line 1390: Undefined variable: last_msg
[phpBB Debug] PHP Notice: in file /viewtopic.php on line 1740: Undefined variable: bbcode_status
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4534: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3508)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4536: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3508)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4537: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3508)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4538: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3508)
I have no dea what could caused that :?:

Re: Quick Reply Box disappeared

Posted: 25 Apr 2010, 20:56
by Steve
Thats these lines
here in your file:

Code: Select all

      //Remove smilies code
          $last_msg = preg_replace('#<!\-\- s(.*?) \-\-><img src="\{SMILIES_PATH\}\/.*? \/><!\-\- s\1 \-\->#', '\1', $last_msg);
       
          unset($last_post);
looks like part of a mod, as its not found in a fresh un moddified viewtopic.php file ,what you been trying to install ,related to smilies ?

[edit][/edit] this mod ? > http://www.phpbb.com/community/viewtopi ... ce4ba0dccd

Re: Quick Reply Box disappeared

Posted: 25 Apr 2010, 21:01
by Inner Circle
yeah forgot to mention that... :oops:

I have for a long time installed the BBCode Box for phpbb3 QR and Smiles for phpbb3 QR-Mod and it worked fine until the QR-Box disappeared...

Re: Quick Reply Box disappeared

Posted: 25 Apr 2010, 21:09
by Steve
i edited my post that mod for smilies and bbcodes or a newer version? give me a link to the topic.

Re: Quick Reply Box disappeared

Posted: 25 Apr 2010, 21:15
by Inner Circle

Re: Quick Reply Box disappeared

Posted: 25 Apr 2010, 21:31
by Steve
Undo the smilies mods edits as its only a beta version and see what happens ,also read this
Kber wrote:well it is a high time to lock this topic , will reopen it soon .
regards
or try stokers/and friends suggestions here: http://www.phpbb.com/community/viewtopi ... #p11673755

Re: Quick Reply Box disappeared

Posted: 25 Apr 2010, 21:33
by cisco007
so did you remove that line, or are you going to have it in there because you have it still installed!?

Re: Quick Reply Box disappeared

Posted: 25 Apr 2010, 21:35
by Inner Circle
Steve© » 25 Apr 2010, 21:31 wrote:Undo the smilies mods edits as its only a beta version and see what happens ,also read this
Kber wrote:well it is a high time to lock this topic , will reopen it soon .
regards
or try stokers/and friends suggestions here: http://www.phpbb.com/community/viewtopi ... #p11673755
i removed it and nothing happened and stokers code didn´t work...

Re: Quick Reply Box disappeared

Posted: 25 Apr 2010, 21:50
by Steve
Double check in admin quick reply is enabled for all forums.
OK do the wise thing back up all files associated to the error!
undo all edits associated to both mods you have including any.php files and the quick_reply.html and see what happens.

Re: Quick Reply Box disappeared

Posted: 25 Apr 2010, 22:23
by Inner Circle
Steve© » 25 Apr 2010, 21:50 wrote:Double check in admin quick reply is enabled for all forums.
checked and is activated everywhere
OK do the wise thing back up all files associated to the error!
undo all edits associated to both mods you have including any.php files and the quick_reply.html and see what happens.
done that and still nothing happened...