Fatal error: Call to undef func: utf8_decode()
-
Greetings everyone,
I have setup a working MySQL DB and wordpress on my windows laptop, however now that I am trying to get the same thing on my Linux box, I am running into problems.
When I goto http://<serverIP>/wordpress/wp-admin/install , first I get a BOAT load of errors at first:
Database error: [Table ‘wordpress.wp_options’ doesn’t exist]
SELECT option_name, option_value FROM wp_options
So I scroll to the bottom where the main “Let’s Go!” link is. I run through Step 1 (The boss monster is apparently winning…), Step 2 seems to go through fine, however it finds the address of WP as: http://<internal IP>/wordpress
I assume I can leave it like that, because I have tried http://localhost/wordpress and IP and I get to the same result.
So I click to go to Step 3 and I get this:
Fatal error: Call to undefined function: utf8_decode() in /var/www/html/wordpress/wp-includes/functions-formatting.php on line 113
And this is where I get terribly confused as I had no problems under Windows, which in itself is a miracle, however I’m deeply confused. 🙂
———————–
EDIT:
Incidentally, it’s PHP Version 4.3.4, WP Latest, and apache2 on MDK10.
The topic ‘Fatal error: Call to undef func: utf8_decode()’ is closed to new replies.