Ticket #6092 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

Warning: mb_internal_encoding() [function.mb-internal-encoding]: Unknown encoding ""

Reported by: DD32 Assigned to: anonymous
Priority: normal Milestone: 2.5
Component: Administration Version: 2.5
Severity: normal Keywords: has-patch
Cc:

Description

Warning: mb_internal_encoding() [function.mb-internal-encoding]: Unknown encoding "" in .../dd32/wp-settings.php on line 359

Displayed at the top of the installer on a fresh install checked out 5 minutes ago.

I used the web wp-config generator, wp-config doesnt seem to contain anything interesting.

Attachments

6092.diff (0.7 kB) - added by tenpura on 03/04/08 13:41:39.
Use UTF-8 if get_option('blog_charset') is empty.
6092-2.diff (492 bytes) - added by tenpura on 03/04/08 19:07:14.

Change History

03/04/08 13:41:39 changed by tenpura

  • attachment 6092.diff added.

Use UTF-8 if get_option('blog_charset') is empty.

03/04/08 13:50:01 changed by tenpura

  • keywords changed from needs-patch to has-patch.

03/04/08 17:12:28 changed by ryan

Also need to make sure blog_charset has a valid encoding.

03/04/08 19:07:14 changed by tenpura

  • attachment 6092-2.diff added.

03/04/08 19:10:25 changed by tenpura

How is 6092-2.diff? It checks validity of blog_charset and sets UTF-8 if invalid.

03/04/08 19:11:19 changed by mdawaffe

03/04/08 19:25:02 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [7157]) Fallback to UTF-8 if not valid mb_internal_encoding. Props tenpura. fixes #6092