Title: [Plugin: Register Plus] Fix for simple captcha
Last modified: August 19, 2016

---

# [Plugin: Register Plus] Fix for simple captcha

 *  Resolved [slsdoug](https://wordpress.org/support/users/mspc/)
 * (@mspc)
 * [17 years ago](https://wordpress.org/support/topic/plugin-register-plus-fix-for-simple-captcha/)
 * Here is a fix for simple captcha:
 * in register-plus.php put
    session_start(); as the 2nd line (right after <?php)
 * Do NOT put session_start(); in wp-login.php
 * Doug DePrenger
    [http://www.smartlabsoftware.com](http://www.smartlabsoftware.com)

Viewing 10 replies - 1 through 10 (of 10 total)

 *  [Whitegoodshelp](https://wordpress.org/support/users/washerhelp/)
 * (@washerhelp)
 * [17 years ago](https://wordpress.org/support/topic/plugin-register-plus-fix-for-simple-captcha/#post-1079878)
 * Can you explain why, as the instructions say to put <?php session_start(); ?>
   in wp-login which appeared to work OK?
 *  [silver-wolf21](https://wordpress.org/support/users/silver-wolf21/)
 * (@silver-wolf21)
 * [17 years ago](https://wordpress.org/support/topic/plugin-register-plus-fix-for-simple-captcha/#post-1079888)
 * mspc, thanks for the suggestion. I had tried the other way (editing the wp-login.
   php) and was still coming up with the captcha being invalid when trying to register.
   I did this, and it worked.
 *  [orbalon](https://wordpress.org/support/users/orbalon/)
 * (@orbalon)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/plugin-register-plus-fix-for-simple-captcha/#post-1079897)
 * Thanks MSPC, That worked for me too. Washerhelp, I assume you are using WP 2.6?
   I’m using 2.7.1 and I would guess silverwolf21 is too.
 *  [jockoe](https://wordpress.org/support/users/jockoe/)
 * (@jockoe)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/plugin-register-plus-fix-for-simple-captcha/#post-1079906)
 * Superb! I had given up on Simple Captcha awhile ago. This fixed it for me. Thanks.
 *  [dmexs](https://wordpress.org/support/users/dmexs/)
 * (@dmexs)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/plugin-register-plus-fix-for-simple-captcha/#post-1079909)
 * Does anybody have Register Plus working on WordPress 2.8. I have it installed
   but when my initial setup didn’t go so well I just assumed it was incompatible..
 *  [precisi0n](https://wordpress.org/support/users/precisi0n/)
 * (@precisi0n)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/plugin-register-plus-fix-for-simple-captcha/#post-1079917)
 * It works okay for me on 2.8.1, although my css is ignored when using Safari or
   Firefox.
 *  [nyliferocks](https://wordpress.org/support/users/nyliferocks/)
 * (@nyliferocks)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/plugin-register-plus-fix-for-simple-captcha/#post-1079924)
 * Not showing for me on 2.8.1
 *  [dwbaylor](https://wordpress.org/support/users/dwbaylor/)
 * (@dwbaylor)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-register-plus-fix-for-simple-captcha/#post-1079931)
 * The code shown as <?php session_start(); ?> does not work because the use of “?
   >” tells the browser to to quit looking for more PHP code.
 * By using “<?php session_start();” the browser will just accept it as another 
   line of PHP code.
 * Also, “<?php” may already be present, in which case you just need to add “session_start();”
   somewhere after that. The “<?php” tells the broswer where to start looking for
   PHP code.
 * Hope that helps.
 *  [jakobwa](https://wordpress.org/support/users/jakobwa/)
 * (@jakobwa)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/plugin-register-plus-fix-for-simple-captcha/#post-1079938)
 * Thank you!!!!
 *  [leonmckee](https://wordpress.org/support/users/leonmckee/)
 * (@leonmckee)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/plugin-register-plus-fix-for-simple-captcha/#post-1079960)
 * Still works as of WP 2.9.2
 * Leon McKee

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘[Plugin: Register Plus] Fix for simple captcha’ is closed to new replies.

 * 10 replies
 * 11 participants
 * Last reply from: [leonmckee](https://wordpress.org/support/users/leonmckee/)
 * Last activity: [16 years, 3 months ago](https://wordpress.org/support/topic/plugin-register-plus-fix-for-simple-captcha/#post-1079960)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
