Status: offline

heretic

Forum User
Newbie
Registered: 11/16/05
Posts: 3
Quote by Robin: OK here we go again.
First of all I read all your posts very carefully.

So we eventually got to the bottom of the problem.
When anybody will experience the issue with comments that's the issue described below.
To summarize, the issue is with the additional line of code that is added to the lib-common.php after installing TinyMCE editor.
Text Formatted Code
header ("Location: " . str_replace ( '&', '&', $url) );



 

Comments by and large work the only thing that doesn't work is the Reply button and this applies to all layouts with TinyMCE editor installed plus the additional line in lib-common.php.

And last but not least, sorry to say but this thread is the good example of How-NOT-to report a problem.
You should state in the very first post that you installed TinyMCE, etc. But I guess by the time you found out there was a problem with comments you forgot about TinyMCE.
Thanks to our discussion here I've just found that there are problems with comments on my site now


Try changing the line to
Text Formatted Code
header ("Location: " . str_replace ( '&', '&', $url) );



 


heretic

Edit due to format problems with &. My mistake not checking.

Status: offline

Robin

Forum User
Full Member
Registered: 02/15/02
Posts: 725
Quote by heretic:
Try changing the line to
Text Formatted Code
header ("Location: " . str_replace ( '&', '&', $url) );
 



Dear heretic
That worked perfectly
So with TinyMCE installed, comments are working again. I mean the reply button

Thanks again for your tip

Robert
Geeklog Polish Support Team

Page navigation