MyBB Community Forums

Full Version: [Installing] Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I get this error on your newest build of 1.6, build 1600

Theme Insertion

Loading and importing theme and template file...

MyBB Internal Error

MyBB has experienced an internal error and cannot continue.

Error Type:
Warning (2)
Error Message:
mb_strtoupper() [function.mb-strtoupper]: Unknown encoding "(null)"
Location:
File: inc/functions.php
Line: 4321
Backtrace:
File Line Function
/inc/class_error.php 206 errorHandler->output_error
[PHP] errorHandler->error
/inc/functions.php 4321 mb_strtoupper
/inc/db_mysqli.php 708 my_strtoupper
/admin/inc/functions_themes.php 773 DB_MySQLi->simple_select
/admin/inc/functions_themes.php 247 update_theme_stylesheet_list
/install/index.php 1675 import_theme_xml
/install/index.php 189 insert_templates

Please contact the MyBB Group for support.

Please help Huh
Hmm try to download fresh download from Mybb.com not from some other site. And try again. Bu
Delete all MyBB files from your host and upload new files. Be sure u uploaded everything!
Firstly, only ever download from mybb.

Also, it says it's an encoding error, what is you database language set to?
(2010-10-04, 10:41 AM)JovanJ. Wrote: [ -> ]Hmm try to download fresh download from Mybb.com not from some other site. And try again. Bu
Delete all MyBB files from your host and upload new files. Be sure u uploaded everything!

Why does everyone think I got it from somewhere else, I got it from here Undecided

Not sure what the language is for the db Confused

Requirements Check
Requirements
PHP Version: 5.2.9
Supported DB Extensions: MySQL Improved, MySQL, PostgreSQL, SQLite 3
Supported Translation Extensions: Multi-Byte, iconv
PHP XML Extensions: Installed
Configuration File Writable: Writable
Settings File Writable: Writable
Cache Directory Writable: Writable
File Uploads Directory Writable: Writable
Avatar Uploads Directory Writable: Writable
Reupload functions.php from a fresh download, something is wrong with the mb_strtoupper() function.
(2010-10-04, 03:23 PM)Kyuubi Wrote: [ -> ]Reupload functions.php from a fresh download, something is wrong with the mb_strtoupper() function.

Same problem Sad
Is the multibyte component installed on the server??
Try adding the following to the top of your 'inc/functions.php' (of course after <?php).
mb_internal_encoding("UTF-8");