Welcome Guest, Not a member yet? Register   Sign In
Message: Undefined property: ::$input or $uri
#3

[eluser]Unknown[/eluser]
For the people who have the same problem

Replacing this
Code:
$_is_loaded[strtolower($class)] = $class;
with this
Code:
$_is_loaded[mb_strtolower($class, 'UTF-8')] = $class;

at system/core/Common.php line 196

solves the problem


Messages In This Thread
Message: Undefined property: ::$input or $uri - by El Forum - 02-06-2011, 09:50 AM
Message: Undefined property: ::$input or $uri - by El Forum - 02-07-2011, 08:54 AM
Message: Undefined property: ::$input or $uri - by El Forum - 01-29-2012, 01:44 PM
Message: Undefined property: ::$input or $uri - by El Forum - 01-29-2012, 05:55 PM



Theme © iAndrew 2016 - Forum software by © MyBB