Mybb error !! HELP - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Webmaster Support (https://www.supportforums.net/forumdisplay.php?fid=36) +---- Forum: Forum Software Help (https://www.supportforums.net/forumdisplay.php?fid=49) +---- Thread: Mybb error !! HELP (/showthread.php?tid=12697) |
Mybb error !! HELP - virus_in_town - 10-11-2010 Hello everyone , after reading alot about Mybb i decided to use it on my site so i installed it ,everything worked like charm but i am getting some errors in Admin area. 1-http://www.my_site_.com/admin/index.php?module=user-users&action=add( I am trying to create new user) Error-- Warning [2] explode() expects parameter 2 to be string, array given - Line: 3640 - File: admin/modules/user/users.php PHP 5.3.1 (Linux) File Line Function [PHP] errorHandler->error /admin/modules/user/users.php 3640 explode /admin/modules/user/users.php 541 output_custom_profile_fields /admin/index.php 483 require Fatal error: Unsupported operand types in /home/my_site_location/public_html/admin/modules/user/users.php on line 3640 I am getting same error when i try use Edit user->Profile ( I only have administrator account on forum yet no other registered users) Any advice? RE: Mybb error !! HELP - DAMINK™ - 10-11-2010 Is this a default install or you have mods already? Its been a while since i have used MyBB but it seems weird its calling module=user I may be wrong there however. Can you do other things on MyBB? Like add forums etc? RE: Mybb error !! HELP - Sam - 10-12-2010 It seems like a MySQL error. Something with your databases, have you changed anything? RE: Mybb error !! HELP - Solidus - 10-13-2010 Upload and overwrite admin/modules/user/users.php. RE: Mybb error !! HELP - virus_in_town - 10-14-2010 I haven't changed anything its default installation with a theme everything is working fine but in that area its giving error. @Jay i uploaded new users.php but same result. RE: Mybb error !! HELP - DAMINK™ - 10-14-2010 Its not mod security is it? From your host i mean? ask them. I dont suspect it is. But might be worth asking them. Its a little weird. Well for me anyway. Not a fan of mybb. RE: Mybb error !! HELP - virus_in_town - 10-14-2010 (10-14-2010, 03:31 AM)DAMINK™ Wrote: Its not mod security is it? I have my dedicated server mate and i guess server config is fine but i will try to ask server admins. Everything is working fine i am first time user of Mybb thats why i like PHPbb lol anyway thanks for looking into this thread. RE: Mybb error !! HELP - Kryptonite - 10-14-2010 What version of MyBB are you using? RE: Mybb error !! HELP - virus_in_town - 10-14-2010 (10-14-2010, 04:09 AM)Trojan1337 Wrote: What version of MyBB are you using? MyBB Version 1.6.0 PHP Version 5.3.1 SQL Engine MySQLi 5.0.91 Server Load 1.5 RE: Mybb error !! HELP - MarkW7 - 10-19-2010 There seems to be a problem in this file; admin/modules/user/users.php Save it locally, open it in an editor and go to Line: 3640 see any immediate problems? |