Store Front Contact Us Projects Blog PHP Tutorials Community Forums Support Downloads Client Area Homepage
Insane Visions
Insane Visions - Top Navigation

Welcome Guest!. Please Login or Sign-Up to use some features of Insane Visions

Insane Visions :: Viewing Topic - Trouble editing the "game systems" field in AdaptCMS 1.3 Beta
Home > AdaptCMS Lite    



rmonton




Joined: 07/03/08
Posts: 4
Online Tag:




User is Online
Posted: 07-04-08 12:43 PM

When I try to change the defualt game systems on "http://www.webxprs.com/amigamania/cms/admin.php?view=edit_field&id=33"

I received the following error...

Fatal error: Call to undefined function: mb_strtolower() in /web/htdocs/www.webxprs.com/home/amigamania/cms/admin.php on line 2371






admin




Joined: 02/10/07
Posts: 369
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. :)







Insane Visions - Footer