Comment not being accepted Comment not being accepted
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Comment not being accepted

Started by Gephri, March 06, 2008, 08:52:17 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Gephri

Unable to submit comments any longer.  My CPG is config's so members-only can make comments.  When logged in, a member can type into the comment field for a pic - but after hitting enter it triggers the following code for the db_input.php page.

if (defined('DB_INPUT_PHP')) $lang_db_input_php = array(
  'empty_name_or_com' => 'You need to type your name and a comment',



My comment coding on db_input.php is exactly like the CPG current version along with the Stramm v1.4.16

what could be triggering this inability to post comments to any picture in any album, please.

www.superstarstudents.com/gallery/index.php
Member: Snap (case sensitive)
Pass: me

Stramm


Gephri


Stramm

Hmmm, works for me http://www.superstarstudents.com/gallery/displayimage.php?pos=-6092
Also I do not see that this is related to the mod pack at all?

But I've seen a BOM when loading the intermediate image page... you should look for that (  ) in all files you edited and remove it. Happens when you edit a utf8 file with an editor that isn't capable of it.

Gephri

That is strange because I get this problem with all three browsers: FireFox, IE, Opera.  But if you don't see it and it's not related to your mod pack - I'll take my problem elsewhere.  Thanks for looking.

One more thing; can you explain what a BOM is so I can fix.

Thanks again.

Gephri

Are you suggesting that I remove the following from my theme.php file?
<meta http-equiv="content-type" content="text/html; charset={CHARSET}" />

Joachim Müller