Forums

[resolved] [Plugin: reCAPTCHA Form] Headers already sent error (10 posts)

  1. birkoffsjunk
    Member
    Posted 5 months ago #

    1.0.1 works fine, however on upgrade to 1.1 I'm getting lots of header already sent errors... I've had a look and I can't seem to see what the problem is (can't see any white spaces).

    My Plug-in List:
    Advertising Manager (v. 3.4.7) by Scott Switzer, Martin Fitzpatrick.
    Akismet (v. 2.2.4) by Matt Mullenweg.
    All in One SEO Pack (v. 1.5.7) by Michael Torbert.
    AnyFont (v. 0.7.1) by Ryan Peel.
    Extended Comment Options (v. 2.5) by Mark Kenny.
    Google Analytics for WordPress (v. 2.9.3) by Joost de Valk.
    List Pages Shortcode (v. 1.0) by Aaron Harp.
    My Page Order (v. 2.8) by froman118.
    NextGEN Gallery (v. 1.3.3) by Alex Rabe.
    No Disposable Email (v. 2.2) by Joe's Web Tools.
    One Click Plugin Updater (v. 2.4.10) by Janis Elsts.
    Page Links To (v. 1.8) by Mark Jaquith.
    Plugins list (v. 1.0) by Davide Benini.
    reCAPTCHA Form (v. 1.1.1) by Gatt Design.
    Sociable (v. 3.3.1) by Joost de Valk.
    WordPress.org One-Click Install (v. 1.2.2) by Viper007Bond.
    Wordpress Automatic Upgrade (v. 1.2.5) by Keith Dsouza.
    WordPress Database Backup (v. 2.2.2) by Austin Matzko.
    Wordpress Download Monitor (v. 3.1.4) by Mike Jolley.
    WordPress Hashcash (v. 4.3) by Elliott Back.
    WordPress Mobile Edition (v. 3.1) by Crowd Favorite.
    WP-reCAPTCHA (v. 2.9.6) by Jorge Peña.
    WP-Slimbox2 (v. 0.9.7.1) by Greg Yingling (malcalevak).
    WP-Sticky (v. 1.50) by Lester 'GaMerZ' Chan.

  2. gattdesign
    Member
    Posted 5 months ago #

    At what point do you get these errors?

    Also I noticed in your plugin list you've got down "reCAPTCHA Form (v. 1.1.1) by Gatt Design." - I've not released a version 1.1.1 (yet)?

    Can you try uninstalling the plugin and reinstalling 1.1 from the WP plugins section, do the problems still occur?

  3. birkoffsjunk
    Member
    Posted 5 months ago #

    Yeah, that was just me trying to adjusting the version on 1.0.1 to see if wordpress would stop bugging me to upgrade (it is version 1.0.1) sorry for that confusion.

    btw this is a development install using XP SP3, XAMPP Lite 1.7.1, WP 2.8

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\wp28\htdocs\wp-content\plugins\recaptcha-form\gd-recaptcha.php:1) in C:\wp28\htdocs\wp-content\plugins\wordpress-automatic-upgrade\wordpress-automatic-upgrade.php on line 121

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\wp28\htdocs\wp-content\plugins\recaptcha-form\gd-recaptcha.php:1) in C:\wp28\htdocs\wp-content\plugins\wordpress-automatic-upgrade\wordpress-automatic-upgrade.php on line 121

    Warning: Cannot modify header information - headers already sent by (output started at C:\wp28\htdocs\wp-content\plugins\recaptcha-form\gd-recaptcha.php:1) in C:\wp28\htdocs\wp-content\plugins\anyfont\lib\php4\class.image.php on line 115

    Warning: Cannot modify header information - headers already sent by (output started at C:\wp28\htdocs\wp-content\plugins\recaptcha-form\gd-recaptcha.php:1) in C:\wp28\htdocs\wp-content\plugins\anyfont\lib\php4\class.image.php on line 116

    Warning: Cannot modify header information - headers already sent by (output started at C:\wp28\htdocs\wp-content\plugins\recaptcha-form\gd-recaptcha.php:1) in C:\wp28\htdocs\wp-content\plugins\anyfont\lib\php4\class.image.php on line 117

    Warning: Cannot modify header information - headers already sent by (output started at C:\wp28\htdocs\wp-content\plugins\recaptcha-form\gd-recaptcha.php:1) in C:\wp28\htdocs\wp-content\plugins\anyfont\lib\php4\class.image.php on line 118

    Warning: Cannot modify header information - headers already sent by (output started at C:\wp28\htdocs\wp-content\plugins\recaptcha-form\gd-recaptcha.php:1) in C:\wp28\htdocs\wp-content\plugins\anyfont\lib\php4\class.image.php on line 119

    Warning: Cannot modify header information - headers already sent by (output started at C:\wp28\htdocs\wp-content\plugins\recaptcha-form\gd-recaptcha.php:1) in C:\wp28\htdocs\wp-content\plugins\anyfont\lib\php4\class.image.php on line 120

  4. gattdesign
    Member
    Posted 5 months ago #

    What happens if you disable or remove the AnyFont plugin (seeing as that keeps getting mentioned in your error output) and then try installing the GD reCAPTCHA plugin?

  5. birkoffsjunk
    Member
    Posted 5 months ago #

    Disabling AnyFont, Wordpress Automatic Upgrade does get rid of some errors but that's just hiding the effect not the cause... When disabling any plug-in I'm getting this error:

    Warning: Cannot modify header information - headers already sent by (output started at C:\wp28\htdocs\wp-content\plugins\recaptcha-form\gd-recaptcha.php:1) in C:\wp28\htdocs\wp-includes\pluggable.php on line 865

    I'm sure it'll be something silly... just can't see it yet.

  6. birkoffsjunk
    Member
    Posted 5 months ago #

    Found it...

    recaptcha-form/gd-recaptcha.php

    <?php

    Wasn't visible in Notepad2, saw it in the Wordpress Editor... will test it out again on another development copy.

    Evidently not visible here either...

  7. birkoffsjunk
    Member
    Posted 5 months ago #

    Yup that's it, hidden character (windows for you)

  8. gattdesign
    Member
    Posted 5 months ago #

    Hmm well I use Notepad++ here, so I might compare v1.0.1 and v1.1 - sounds like the encoding/character set must have changed.

    Thanks for letting me know, when I've sorted it I'll replace the current v1.1 with one without the encoding problem!

  9. gattdesign
    Member
    Posted 5 months ago #

    Just checked, the older version was UNIX/ANSI and the new one is UNIX/UTF-8 - I'll get it changed post haste! :-)

  10. nabtron
    Member
    Posted 1 month ago #

    when you get error, the first file being mentioned is the one causing the error, simply remove the extra lines or spaces in it before <?php and after ?> and it will fix

    this might help:

    http://tech.nabtron.com/wordpress-plugin-error-warning-session_start-function-session-start-cannot-send-session-cache-limiter-headers-already-sent-output-started-at/525/

Reply

You must log in to post.

About this Topic