1 (edited by 2012-09-27 17:52:15)

Topic: Comment form broken

Hello from Germany,

I installed cutenews today and have a problem with comment form as you can see here:

http://dcsubaru.de/wrc/news.php?subaction=...amp;ucat=1&

How can I solve it?

Thanks Basti

EDIT: Just noticed that there still is a topic who deals with this problem.. how can I delete this one?

Re: Comment form broken

In the file ./inc/options.php try after the line
$value = $_REQUEST['edit_'.$name];
paste the line

$value = (ini_get('magic_quotes_gpc')) ? stripslashes($value) : $value;

Best regards,
CN Support team

Re: Comment form broken

Hello from Germany,

I installed cutenews today and have a problem with comment form as you can see here:

http://dcsubaru.de/wrc/news.php?subaction=...amp;ucat=1&

How can I solve it?

Thanks Basti

EDIT: Just noticed that there still is a topic who deals with this problem.. how can I delete this one?


Well I am not able to resolve this issue, but I will be waiting for its other replies.

Re: Comment form broken

In the file ./inc/options.php try after the line
$value = $_REQUEST['edit_'.$name];
paste the line

$value = (ini_get('magic_quotes_gpc')) ? stripslashes($value) : $value;

Thanks, I'll try this out when I get home.
Removing all instances of \" from the template file seemed to fix the issue for me, but this might be a better solution.


Also, anyone want to ban this Donovan spammer?