[Double post]: Comments not accepted [Double post]: Comments not accepted
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

[Double post]: Comments not accepted

Started by Gephri, April 22, 2008, 11:20:11 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Gephri

I have update CPG and the Stramm mod to the latest.

However when a member creates a comment for a picture it won't get posted and generates the error "You need to type your name and a comment"

Anonymous users are not allowed to post and members (of course) should have their name automatically added to any post.

CPG error references the following line in db_input.php
        if ($msg_author == '' || $msg_body == '') cpg_die(ERROR, $lang_db_input_php['empty_name_or_com'], __FILE__, __LINE__);

Any ideas how to allow members to post comments?