• Resolved eclev91

    (@eclev91)


    On the linked page, if you scroll down the registration form, you’ll find a captcha field.

    On moving the site to our new server, the captcha has begun only half working. You can see the image background renders fine, but not the text.

    Don’t see anything in the debug log. PHP info is temporarily available via https://staging.oregoncprtraining.com/info.php.

    Anything stick out that might be causing this? Missing extensions?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter eclev91

    (@eclev91)

    The issue is that I’m using Bedrock by Roots, which moves around some WordPress directories a bit. You’re using the PLUGINDIR constant for determining your plugin directory, which has been deprecated. You should be using something like plugin_dir_path instead.

    Plugin Author Franky

    (@liedekef)

    I’m guessing you’re using an older version of EME then. I switched to plugin_dir_path some releases ago already.

    Thread Starter eclev91

    (@eclev91)

    Ack, yep. Forgot I was running a slightly older version. Updated, testing, we’re square. Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Catpcha only half working’ is closed to new replies.