soren121 / lightblog

PHP/SQLite blogging platform
GNU General Public License v3.0
2 stars 0 forks source link

mb functions not enabled on some hosts #13

Closed soren121 closed 9 years ago

soren121 commented 9 years ago

From doodle62 on December 22, 2009 12:31:05

What steps will reproduce the problem? 1. Install LightBlog on a server with mb functions disabled.

  1. View the front page. What is the expected output? What do you see instead? What you should see: the front page. What you see: an error, detailed below. What version of the product are you using? On what operating system? 0.9.2 Beta 1, unknown OS If any, please paste the errors given below. undefined function mb_strlen() in Template.php on line 127.

Original issue: http://code.google.com/p/lightblog/issues/detail?id=13

soren121 commented 9 years ago

From doodle62 on December 22, 2009 10:33:01

Fixed in r353 . :)

Status: Fixed

soren121 commented 9 years ago

From richard%...@gtempaccount.com on December 23, 2009 09:50:15

Altered the way that it does it in r358 Implemented the way that Confuser suggested (and seems to make more sense to me!)

soren121 commented 9 years ago

From doodle62 on December 23, 2009 10:06:46

ok, that's fine with me.

Status: Verified