sCapcha Image doesn't show
-
The capthca images all of a sudden were not showing up anymore, after working for over 2 weeks. I deactivated the plugin, but then when logging out the following errors were displayed (there were several more of the same errors, just referencing different lines).
Warning: Cannot modify header information – headers already sent by (output started at /home/jaris/public_html/wp-content/themes/leaf/functions.php:77) in /home/jaris/public_html/wp-login.php on line 380
Warning: Cannot modify header information – headers already sent by (output started at /home/jaris/public_html/wp-content/themes/leaf/functions.php:77) in /home/jaris/public_html/wp-includes/pluggable.php on line 697
The captcha was on my buddypress register page but after deactivating/reactivating the plugin it doesn’t show up at all.
I assume when I originally added the plugin I must have added the code below to one of my php files, but I can’t seem to find it.
<?php
if ( function_exists ( &array ( ‘RandomCaptchaSpam’, ‘wpmulogin_form’ ) ) ) :
echo( $RandomCaptchaSpam->wpmulogin_form( ) );
endif;
?>
Finally, after totally uninstalling/reinstalling the plugin it again gives me an error:
Warning: Cannot modify header information – headers already sent by (output started at /home/jaris/public_html/wp-content/themes/leaf/functions.php:77) in /home/jaris/public_html/wp-includes/pluggable.php on line 876
- The topic ‘sCapcha Image doesn't show’ is closed to new replies.