Search found 1 match
- 13. March 2012 19:05
- Forum: Board3 Portal 2.0.x - English Support
- Topic: Error Logs - Portal 2.0.0b1
- Replies: 1
- Views: 5967
Re: Error Logs - Portal 2.0.0b1
I get the same on 3.0.10 Have tried using automod and manual hand installation. Have followed the code and seems to hang here: function utf8_substr($str, $offset, $length = null) { if (is_null($length)) { return mb_substr($str, $offset); } else { return mb_substr($str, $offset, $length); } } In part...