Help: Fatal error: Call to undefined function __() in … \file\ on line 11

  • Unknown's avatar

    Hello can someone help me figure out this problem? im trying to install wordpress on WAMP Windows Server,i’ve already did the Configuration (wp-config.php),now when i try to install wordpress this error shows:

    ?php // ** MySQL settings ** // define(‘DB_NAME’, ‘wordpress’); define(‘DB_USER’, ‘root’); define(‘DB_PASSWORD’, ”); define(‘DB_HOST’, ‘localhost’); define(‘DB_CHARSET’, ‘utf8’); define(‘DB_COLLATE’, ”); // You can have multiple installations in one database if you give each a unique prefix $table_prefix = ‘wp_’; // Only numbers, letters, and underscores please! // Change this to localize WordPress. A corresponding MO file for the // chosen language must be installed to wp-content/languages. // For example, install de.mo to wp-content/languages and set WPLANG to ‘de’ // to enable German language support. define (‘WPLANG’, ‘fr_FR’); define(‘WP_POST_REVISIONS’,false); /* That’s all, stop editing! Happy blogging. */ define(‘ABSPATH’, dirname(__FILE__).’/’); require_once(ABSPATH.’wp-settings.php’); ?>
    Fatal error: Call to undefined function __() in D:wampwwwwp-adminincludesfile.php on line 11

  • Unknown's avatar

    You did not specify a blog address or reason for posting when you created this topic.

    This support forum is for blogs hosted at WordPress.com. If your question is about a self-hosted WordPress blog then you’ll find help at the WordPress.org forums.

    If you don’t understand the difference between WordPress.com and WordPress.org, you may find this information helpful.

    If you forgot to include a link to your blog, you can reply and include it below. It’ll help people to answer your question.

    This is an automated message.

  • Unknown's avatar

    If you are working with WAMP then you should take the friendly supportbot’s’ advice and make friends over at WordPress.ORG.

  • The topic ‘Help: Fatal error: Call to undefined function __() in … \file\ on line 11’ is closed to new replies.