admin


| Joined: Jul 2008 | | Posts: 379 | | Online Tag: InsanePlayer88 | | Reputation: 0 [+ -] |

User is Offline |
Posted: Jul 04, 2008 - 8: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. :)
|