Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress

WP Form Data Error

Does anyone know what this means/how to fix it?

Warning: include_once(/nfs/c06/h05/mnt/187587/domains/worldviewexperience.com/html/content/plugins/wordpress-form-manager) [function.include-once]: failed to open stream: No such file or directory in /nfs/c06/h05/mnt/187587/domains/worldviewexperience.com/html/content/plugins/wordpress-form-manager/getcsv.php on line 25

Warning: include_once() [function.include]: Failed opening '' for inclusion (include_path='.:/usr/local/php-5.3.27/share/pear') in /nfs/c06/h05/mnt/187587/domains/worldviewexperience.com/html/content/plugins/wordpress-form-manager/getcsv.php on line 25

Fatal error: Call to undefined function get_option() in /nfs/c06/h05/mnt/187587/domains/worldviewexperience.com/html/content/plugins/wordpress-form-manager/getcsv.php on line 31

1 Answer

Andrew Shook
Andrew Shook
31,709 Points

Yes, the first and second error are caused because your plugin, Wordpress Form Manager, can not find a file called wp-load.php. The last error is that the function definition for get_option() can't be found anywhere in the script, most likely because it is inside the wp-load.php file that wasn't included.