admin

| Joined: 02/10/07 | | Posts: 367 | | Online Tag: | |
User is Online |
Posted: 07-04-08 07:29 PM | |
Not quite sure why I used the mb_strtolower() function instead of strtolower()...
Anyways, the problem is highly likely because your PHP version is old, mb_strtolower is a function only in PHP 4.3 . I'll change it to the strtolower, so others don't have the problem in the final version.
In the meanwhile, you can open up "admin.php" and search/replace this - "mb_strtolower" with "strtolower". (without the quotations) That should fix the problem. :)
|