Ok after downloading the datafiles 5 times and uploading them and exporting and importing the database multiple times I cannot figure out why I am getting this error.
if ( $admin ) { require_once(dirname(__FILE__) . '/lib_functions.php'); add_action('activate_'.$plugindir.'/cforms.php', 'cforms_init'); add_action('admin_head', 'cforms_options_page_style'); add_action('admin_menu', 'cforms_menu'); add_action('init', 'download_cforms'); } } add_filter('wp_head', 'cforms_style'); add_filter('the_content', 'cforms_insert',10); ?>
Warning: Cannot modify header information - headers already sent by (output started at /home/mfsperfo/public_html/wp-content/plugins/contactforms/cforms.php:16) in /home/mfsperfo/public_html/wp-includes/pluggable.php on line 390
Im at a total loss. I have never had more trouble moving a script in my life... please help.