• Resolved aureagle

    (@aureagle)


    Here is the problem

    Supercaptcha writes the code:

    <img src=’http://localhost/wpt/wp-content/plugins/super-capcha/super-captcha.php?sid=bc0cb87fb6ac4f28b162abe90f1e8a66&img=1′&gt;

    to show the captcha image.

    But wp-contents/plugins/supercache…. etc. etc. doesn’t exists according to apache because apache has .htaccess overwrite rules to follow.

    So, super captcha can only work on single site wordpress and not a multisite.

    I hope the programmer fixes this soon! 🙂

    Though when I installed the plugin on my multisite it even blocked me from getting in… so I had to go personal with it 😛

    I could have fixed the problem, but I have some problems of my own to address at the moment! I know there are awesome guys out there to do this one!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author leewells

    (@leewells)

    Hi aureagle,

    SuperCATPCHA works great in multi-site mode. You can see it in action here:

    http://vraul.com

    The image is generated from the relative domain, it is not hard-coded. As for the hard-coded part, it pulls the wordpress definition, WP_PLUGIN_DIR (or something like that) which changes dynamically per-site.

    Super Captcha was not designed however, to work across sites in multiple login forms. This will most likely break Super-CAPTCHA because it tries to validate the actual login form to provide more security.

    Hope that helps!

    Hello!

    Could you please help me with Super CAPTCHA?

    I have the problem that I can not even turn it on because the following is written at the top of the admin page:

    Fatal error: Cannot redeclare getpage() (previously declared in /home/zakate/public_html/blog.zakate.hu/wp-content/plugins/fb-status-updater/inc-fb-status-functions.php:50) in /home/zakate/public_html/blog.zakate.hu/wp-content/plugins/super-capcha/functions/main.php on line 488

    Did I do something wrong? How could I fix this to make it work?

    thank you in advance!

    Plugin Author leewells

    (@leewells)

    Hi Zakate,

    Looks like FB-Status-Updater is conflicting with our plugin library.

    We currently use getPage (and have been using it for a while now) as a page switching mechanism.

    You can disable one or the other plugins to resolve the issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Super Captcha doesn't work on Multisite’ is closed to new replies.