NancyMckeithen
Member
Posted 9 months ago #
I'm working on a Mac (OS 10.6.8), with a local XAMPP server and when I try to install WordPress, I don't get the WordPress Install page; rather, I get a page of text, with all the server settings. At the bottom is this notation: Fall error: Call to undefined wp() in /Applications/XAMPP/xamppfiles/htdocs/wordpress/wp-blog-header.php on line 14.
Please help! Thanks!
Nancy
download a fresh copy of WordPress and try again, your first download might have been corrupted.
Vladimir Vassilev
Member
Posted 4 months ago #
I had that error when I deleted accidentally some code from wp-config.php
Check if you got the end of the file:
/* That's all, stop editing! Happy blogging. */
/** WordPress absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
define('ABSPATH', dirname(__FILE__) . '/');
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');
?>
That worked for me.