Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: 1 ... 11 12 13 14 [15] 16 17 18 19 ... 41   Go Down

Author Topic: Captcha (Visual Confirmation) for comments/registration/reporting/login/ecard  (Read 848138 times)

0 Members and 1 Guest are viewing this topic.

holyworld

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 21
Re: Captcha (Visual Confirmation) for adding comments
« Reply #280 on: October 07, 2007, 10:18:12 pm »

Thanks!

I've removed a pluging called "Contact" which is using Captcha as well.. this might have cause the trouble.

Problem is not solved yet. Now instead of a red cross I do get the word "image".

http://www.unmomento.net/captcha.php

Any hints?

Thanks a lot!

PS1: Is there a way to use the plugin "contact" together with the Captcha plugin? Probably by just changing the order as you suggested..
PS2: The contact plugin by Franzt works fine.. the image is being displayed correctly...

Cheers
« Last Edit: October 07, 2007, 10:28:26 pm by holyworld »
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Captcha (Visual Confirmation) for adding comments
« Reply #281 on: October 07, 2007, 10:42:36 pm »

Your image is corrupted by a plugin that is injecting code to all pages
First of all disable all plugins except CAPTCHA and check if it's working then go ahead and install others and check

Quote
Is there a way to use the plugin "contact" together with the Captcha plugin? Probably by just changing the order as you suggested..
Sure , there shouldn't be a major problem with that
Logged
‍I don't answer to PM with support question
Please post your issue to related board

holyworld

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 21
Re: Captcha (Visual Confirmation) for adding comments
« Reply #282 on: October 08, 2007, 08:47:04 am »

Thanks for the quick response.

--> removed ALL plugins (actually I have done this before as well)

1) Installed V1.9   --> OK
2) installed V2.0 --> OK
3) installed V3.0 --> NOT OK, red cross

reinstalled and still the red cross... no other plugins are installed.. and the Captch plugin is original. The table exists in the DB... 
All customization I have done is based on the normal framework.

right now I have installed V2.0... but would love to switch to V3.0

any other hints where to look?

Thanks!!
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Captcha (Visual Confirmation) for adding comments
« Reply #283 on: October 08, 2007, 08:55:26 am »

just copy captcha.php from v 3.0 to your gallery root and let me know
Logged
‍I don't answer to PM with support question
Please post your issue to related board

holyworld

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 21
Re: Captcha (Visual Confirmation) for adding comments
« Reply #284 on: October 08, 2007, 06:56:48 pm »

done, incl. switched on debug mode.

thanks
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Captcha (Visual Confirmation) for adding comments
« Reply #285 on: October 08, 2007, 10:22:12 pm »

Sorry but you need to create cpg133_plugin_captcha table too
here is the code
Code: [Select]
CREATE TABLE  `cpg132_plugin_captcha` (
  `time` datetime NOT NULL default '0000-00-00 00:00:00',
  `ip_addr` tinytext NOT NULL,
  `code` char(32) NOT NULL default ''
) TYPE=MyISAM COMMENT='Used to store captcha code and user ip';
you should run it under phpmyadmin by selecting your gallery databse
Logged
‍I don't answer to PM with support question
Please post your issue to related board

holyworld

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 21
Re: Captcha (Visual Confirmation) for adding comments
« Reply #286 on: October 09, 2007, 01:51:46 am »

OK, table created successfully!

The capcha.php still return the same text: "image".

hmnn I am really wondering, why V2.0 and the Contact plugin do work.. and V3.0 not...
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Captcha (Visual Confirmation) for adding comments
« Reply #287 on: October 09, 2007, 06:10:39 am »

Pm me
- An admin account of your gallery
- A ftp account
if it's okay with youand I'll take a look at that
Logged
‍I don't answer to PM with support question
Please post your issue to related board

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Captcha (Visual Confirmation) for adding comments
« Reply #288 on: October 09, 2007, 10:49:43 am »

@holyworld: That wasn't (directly) captcha plugin issue
you had an empty line at the very first of themes/unmomento/theme.php and that cause captcha image break
I fixed it for you ;)

This kinds of mistakes may effect some other functionality of gallery as well (ZIP download of favorite)
« Last Edit: October 09, 2007, 10:56:03 am by Sami »
Logged
‍I don't answer to PM with support question
Please post your issue to related board

holyworld

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 21
Re: Captcha (Visual Confirmation) for adding comments
« Reply #289 on: October 09, 2007, 12:34:31 pm »

Indeed it is fixed.. for both issues!!

Thanks a lot for this fantastic help!

Cheers

PS I see now what price has to be payed, when you customize these themes too much!... I had issues as well with Highslide.. but its working now....
Logged

jlove

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 41
Re: Captcha (Visual Confirmation) for adding comments
« Reply #290 on: October 13, 2007, 03:09:18 am »

I tried upgrading from 1.8 to 3.0, and
1. the captcha image didn't show up.
2. I got a critical database error when I tried to log back in. I had to delete the plugin in order to login.
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Captcha (Visual Confirmation) for adding comments
« Reply #291 on: October 13, 2007, 09:32:01 am »

- Enable debug and post actual error (not debug info) here
- Post a link to gallery
Logged
‍I don't answer to PM with support question
Please post your issue to related board

Gianpaolo64

  • Contributor
  • Coppermine newbie
  • ***
  • Offline Offline
  • Posts: 6
    • GB Photo Gallery
Re: Captcha (Visual Confirmation) for adding comments
« Reply #292 on: October 18, 2007, 10:40:41 pm »

I upgraded from 1.7 to 3.0, installation was ok and also plugin is working as expected. There is only a small problem with ecards, if you preview an ecard the "textarea" with the message in the preview is empty. I fixed the problem by adding the following line:
Code: [Select]
$message = get_post_var('message');after
Code: [Select]
case 'ecard.php':
in function captcha_main()
I don't know whether this is the correct way to do it but now it works.

Gianpaolo
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Captcha (Visual Confirmation) for adding comments
« Reply #293 on: October 20, 2007, 12:01:00 pm »

Thanks for pointing that out I'll add it to next version
Logged
‍I don't answer to PM with support question
Please post your issue to related board

jarodsafehouse71

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 49
Re: Captcha (Visual Confirmation) for adding comments
« Reply #294 on: November 04, 2007, 04:06:17 pm »

Hi!

I installed this plugin, but the image verification IMAGE isn't loading. What am I missing here?

http://www.jarodsafehouse.com/mtwscrapbook/displayimage.php?album=lastup&cat=0&pos=0
Logged

Hein Traag

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: nl
  • Offline Offline
  • Gender: Male
  • Posts: 2166
  • A, B, Cpg
    • Personal website - Spintires.nl
Re: Captcha (Visual Confirmation) for adding comments
« Reply #295 on: November 04, 2007, 04:57:39 pm »

Do not forget to put captcha.php at the root of your coppermine.

Quote
3.Copy captcha.php to gallery root
Logged

suwii

  • Coppermine newbie
  • Offline Offline
  • Gender: Female
  • Posts: 14
Re: Captcha (Visual Confirmation) for adding comments
« Reply #296 on: November 05, 2007, 08:19:01 am »

My captcha.php image breaks as well....gallery is http://a-scott.for-fan.org/gallery
here is the debug code:

Removed

really want this to work :( i've uploaded all the other stuff
« Last Edit: November 05, 2007, 08:25:04 am by suwii »
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Captcha (Visual Confirmation) for adding comments
« Reply #297 on: November 05, 2007, 08:21:41 am »

Don't post debug_output unless requested. Posting a link to your gallery might help more.
Logged

suwii

  • Coppermine newbie
  • Offline Offline
  • Gender: Female
  • Posts: 14
Re: Captcha (Visual Confirmation) for adding comments
« Reply #298 on: November 05, 2007, 08:24:18 am »

oh sorry! i just edited my post with the link :)
Logged

suwii

  • Coppermine newbie
  • Offline Offline
  • Gender: Female
  • Posts: 14
Re: Captcha (Visual Confirmation) for adding comments
« Reply #299 on: November 05, 2007, 01:13:54 pm »

sorry i need help asap
haveta always delete it so i can log back in again since the image verification isnt loading so i can't even log into admin panel...
Logged
Pages: 1 ... 11 12 13 14 [15] 16 17 18 19 ... 41   Go Up
 

Page created in 0.027 seconds with 20 queries.