Drew’s Daily Deliberations

Archive for July, 2008

MyCaptcha Wordpress plugin issues

I was playing around with the mycaptcha plugin, and had quite the frustraiting experience. Basically, the instructions given are incorrect/incomplete.

On my single.php page, I needed to have the beginning look like this:
<?php session_start() ?>
<! – MyCaptcha ->
<?php if (class_exists(’MyCaptcha’)) {
$MyCaptcha;
$MyCaptcha->initialize();
} ?>
<! – MyCaptcha ->

<?php get_header(); ?>

Otherwise, I was getting various errors including:

Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home

or

Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /htdocs/blog/wp-content/themes/sexyround/single.php:3) in /htdocs/blog/wp-content/plugins/mycaptcha/MyCaptcha.php on line 51

Hope this helps someone… let me know if it does!

Bookmark to:
Add 'MyCaptcha Wordpress plugin issues' to Del.icio.us Add 'MyCaptcha Wordpress plugin issues' to digg Add 'MyCaptcha Wordpress plugin issues' to FURL Add 'MyCaptcha Wordpress plugin issues' to blinklist Add 'MyCaptcha Wordpress plugin issues' to My-Tuts Add 'MyCaptcha Wordpress plugin issues' to reddit Add 'MyCaptcha Wordpress plugin issues' to Feed Me Links! Add 'MyCaptcha Wordpress plugin issues' to Technorati Add 'MyCaptcha Wordpress plugin issues' to Socializer