I recently installed WordPress (working fine) and added a few plugins. When I went to create a form using CForms I had this error pop up:
Warning: require_once(wp-blog-header.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/eric/beta.hwchet.com/wp-content/plugins/cforms/js/insertdialog25.php on line 9
Fatal error: require_once() [function.require]: Failed opening required 'wp-blog-header.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/eric/beta.hwchet.com/wp-content/plugins/cforms/js/insertdialog25.php on line 9
I manually verified that the file does, in fact, exist. Why is WP giving me the error?