[Help]Problem with Joomla Magazine 3.0 and Joomla 1.5
Submitted by jarod1981 on Thu, 2008/08/21 - 07:51
Hello,
I have install Joomla Magazine 3.0 on my Joomla 1.5.6, but when I open settings in Admin Component, I see this error:
Warning: require_once(/home/jarod/public_html/administrator/components/com_magazine/utf8/native/strlen.php) [function.require-once]: failed to open stream: No such file or directory in /home/jarod/public_html/libraries/phputf8/utf8.php on line 52
Fatal error: require_once() [function.require]: Failed opening required '/home/jarod/public_html/administrator/components/com_magazine/utf8/native/strlen.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/jarod/public_html/libraries/phputf8/utf8.php on line 52
How Can I resolve these mistakes?
Is it compatible with Joomla 1.5.x, right?
Thanks

what is on this line
what is on this line 52?
please post the content...
This is the code: if (
This is the code:
if ( !defined('UTF8_STRLEN') ) {
if ( function_exists('mb_strlen') ) {
mb_internal_encoding('UTF-8');
require_once UTF8 . '/mbstring/strlen.php';
} else {
require_once UTF8 . '/native/strlen.php'; (Line 52)
I had this exact issue. It
I had this exact issue. It means that mbstring php module needs to be installed on the server. I did by using WHM. You add the module in Main >> Software >> Apache Update >> 6. Exhaustive Options List.
Post new comment