• Resolved saadi1988

    (@saadi1988)


    Hello. i want to install wordpress, but after upload files and set mySQL , it show this error on loading setup:

    ` Fatal error: Uncaught Error: Call to undefined function get_bloginfo() in /home/vol14_6/epizy.com/epiz_23533269/htdocs/wp-includes/class-wp-locale.php:231 Stack trace: #0 /home/vol14_6/epizy.com/epiz_23533269/htdocs/wp-includes/class-wp-locale.php(112): WP_Locale->init() #1 /home/vol14_6/epizy.com/epiz_23533269/htdocs/wp-includes/load.php(936): WP_Locale->__construct() #2 /home/vol14_6/epizy.com/epiz_23533269/htdocs/wp-includes/wp-db.php(1569): wp_load_translations_early() #3 /home/vol14_6/epizy.com/epiz_23533269/htdocs/wp-includes/wp-db.php(1557): wpdb->db_connect(true) #4 /home/vol14_6/epizy.com/epiz_23533269/htdocs/wp-includes/wp-db.php(592): wpdb->db_connect() #5 /home/vol14_6/epizy.com/epiz_23533269/htdocs/wp-includes/load.php(409): wpdb->__construct(‘epiz_23533269’, ‘123456’, ‘epiz_23533269_d…’, ‘sql310.byetclus…’) #6 /home/vol14_6/epizy.com/epiz_23533269/htdocs/wp-settings.php(106): require_wp_db() #7 /home/vol14_6/epizy.com/epiz_23533269/htdocs/wp-config.php(89): require_once(‘/home/vol14_6/e…’) #8 /ho in /home/vol14_6/epizy.com/epiz_23533269/htdocs/wp-includes/class-wp-locale.php on line 231

    What i must do?

    • This topic was modified 5 years, 9 months ago by saadi1988.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Dion

    (@diondesigns)

    There are two issues here. The first is that you have something wrong in your database credentials in wp-config.php. Please check the credentials you added and verify that they are correct.

    The second is a bug in WordPress that will only occur with a RTL language, and if wp_load_translations_early() is called before wp-includes/general-template.php is loaded (such as when initially connecting to the database).

    The WP bug will not allow you to see the error message with a RTL language. If you cannot fix the problem without seeing the error message, I suggest loading WordPress with the default English language so the error message will be displayed. You can then use Google Translate on the contents of the message, or you can post it here.

    At first, make sure which version of WordPress you are using. If you are doing this on the live server, you need to contact the hosting provider because they might familiar with this issue.

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘error before wordpress installing’ is closed to new replies.