Quick Reply Box disappeared

Support for PhpBB3. Post here to get help with any phpBB3 related issue here
There is no support here! Only Read Access!
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
User avatar
Inner Circle
BBCoder III
BBCoder III
Posts: 107
Joined: 20 Mar 2010, 20:25
Location: Germany
Contact:

Quick Reply Box disappeared

Post 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 :?:
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 803
Joined: 05 Mar 2010, 01:10
Extra Rank: Donator.png
BBCodes: 2000
Favourite BBCode: porn tube
Favourite MOD: Non of Stokers
Location: up your bum
Contact:

Re: Quick Reply Box disappeared

Post 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
NAPWR wrote: Nice, Stoker is Hot
User avatar
Inner Circle
BBCoder III
BBCoder III
Posts: 107
Joined: 20 Mar 2010, 20:25
Location: Germany
Contact:

Re: Quick Reply Box disappeared

Post 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...
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 803
Joined: 05 Mar 2010, 01:10
Extra Rank: Donator.png
BBCodes: 2000
Favourite BBCode: porn tube
Favourite MOD: Non of Stokers
Location: up your bum
Contact:

Re: Quick Reply Box disappeared

Post by Steve »

i edited my post that mod for smilies and bbcodes or a newer version? give me a link to the topic.
NAPWR wrote: Nice, Stoker is Hot
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 803
Joined: 05 Mar 2010, 01:10
Extra Rank: Donator.png
BBCodes: 2000
Favourite BBCode: porn tube
Favourite MOD: Non of Stokers
Location: up your bum
Contact:

Re: Quick Reply Box disappeared

Post 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
NAPWR wrote: Nice, Stoker is Hot
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Quick Reply Box disappeared

Post by cisco007 »

so did you remove that line, or are you going to have it in there because you have it still installed!?
User avatar
Inner Circle
BBCoder III
BBCoder III
Posts: 107
Joined: 20 Mar 2010, 20:25
Location: Germany
Contact:

Re: Quick Reply Box disappeared

Post 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...
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 803
Joined: 05 Mar 2010, 01:10
Extra Rank: Donator.png
BBCodes: 2000
Favourite BBCode: porn tube
Favourite MOD: Non of Stokers
Location: up your bum
Contact:

Re: Quick Reply Box disappeared

Post 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.
NAPWR wrote: Nice, Stoker is Hot
User avatar
Inner Circle
BBCoder III
BBCoder III
Posts: 107
Joined: 20 Mar 2010, 20:25
Location: Germany
Contact:

Re: Quick Reply Box disappeared

Post 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...
Locked