What's on line 187 of BxGroupsTemplate.php in your files? I looked at mine and don't have a line 187 on my clean install.
What's on line 187 of BxGroupsTemplate.php in your files? I looked at mine and don't have a line 187 on my clean install. |
actually i was able to resolve it. I had premium group installed so just reinstalled it and all good |
There is no "parseCategories" function in the Groups by default, there is "reparseCategories" function instead. It maybe that you have some modification which added this function in the default Dolphin files. Rules → http://www.boonex.com/terms |
yes, i was able to update and resolve it fully. I am also getting error at forum.. Please see this Fatal error: Call to a member function getRow() on a non-object in /home/indiagco/public_html/inc/utils.inc.php on line 421 Can someone guide on it please |
Always helpful to include what is on that line of code that the error msg refers to, as you've already seen modules & code changes to fix problems tend to make everyone's files a lil different. And you probably want to remove your cpanel admin name from the error message for security sake! |
hi i was travelling so could not see to it. see file as attached $aRealRecipient = $GLOBALS['MySQL']->getRow("SELECT * FROM `Profiles` WHERE `Email`='" . process_db_input($sRecipientEmail, BX_TAGS_NO_ACTION, BX_SLASHES_NO_ACTION) . "' LIMIT 1"); if ($aRealRecipient && 1 != $aRealRecipient['EmailNotify'])
error coming is Error
Database connect failed
|
hi can you please review and advise some resolve to this. This can can generate at my site www.indiag.com when you and login |
enable the database debug in inc/classes/BxDolDb.php and change this define( 'DB_FULL_DEBUG_MODE', false ); to this define( 'DB_FULL_DEBUG_MODE', true ); and than post the error you get so much to do.... |
Debug backtrace: Array ( [1] => Array ( [file] => /home/xxxx/public_html/inc/classes/BxDolDb.php [line] => 82 [function] => error [class] => BxDolDb [type] => -> [object] => BxDolDb Object ( [error_checking] => 1 [error_message] => [host] => localhost [port] => [socket] => [dbname] => xxxxx_community [user] => ***** [password] => ***** [link] => [current_res] => [current_arr_type] => 1 [oParams] => [oDbCacheObject] => [_error] => ) [args] => Array ( [0] => Database connect failed [1] => 1 ) ) [2] => Array ( [file] => /home/xxxxx/public_html/inc/classes/BxDolDb.php [line] => 58 [function] => connect [class] => BxDolDb [type] => -> [object] => BxDolDb Object ( [error_checking] => 1 [error_message] => [host] => localhost [port] => [socket] => [dbname] => xxxxx_community [user] => ***** [password] => ***** [link] => [current_res] => [current_arr_type] => 1 [oParams] => [oDbCacheObject] => [_error] => ) [args] => Array ( ) ) [3] => Array ( [file] => /home/xxxx/public_html/inc/db.inc.php [line] => 25 [function] => BxDolDb [class] => BxDolDb [type] => -> [object] => BxDolDb Object ( [error_checking] => 1 [error_message] => [host] => localhost [port] => [socket] => [dbname] => xxxxx_community [user] => ***** [password] => ***** [link] => [current_res] => [current_arr_type] => 1 [oParams] => [oDbCacheObject] => [_error] => ) [args] => Array ( ) ) [4] => Array ( [file] => /home/xxxx/public_html/inc/classes/BxDolAlerts.php [line] => 20 [args] => Array ( [0] => /home/xxxxx/public_html/inc/db.inc.php ) [function] => require_once ) [5] => Array ( [file] => /home/xxxx/public_html/inc/header.inc.php [line] => 177 [args] => Array ( [0] => /home/xxxxx/public_html/inc/classes/BxDolAlerts.php ) [function] => require_once ) [6] => Array ( [file] => /home/xxxx/public_html/mail.php [line] => 21 [args] => Array ( [0] => /home/xxxx/public_html/inc/header.inc.php ) [function] => require_once ) ) Called script: /mail.php Array ( [mode] => view_message [messageID] => 355 [sase_kidsProtect] => 1 [skin] => biggi [style] => styles3 [memberID] => 3069 [memberPassword] => 7c257a08e50436ca0a7e926a02fb232c1ada4a6a ) |
All that stuff below the words Debug Backtrace is not needed. What is needed is the actual error that appears ABOVE those words. https://www.deanbassett.com |
yes, that a help I worked with webhost and they increased there connections per session to 50.. so its now resolved. Now second issue i see is when i use site, say sent invite to members via http://indiag.com/m/fbook/invite/ and once done, then it goes to http://indiag.com/m/fbook/home and shows me profile of http://indiag.com/NeMo under http://indiag.com/m/fbook/home even though I am logged in as any user Can't figure out issue. Also in member section at top, I see {MemberNick} instead of member. I tried to compile language but its not helping thanks for your help |
Same here |
You will have a much better chance of getting responses if you start a new thread and describe your issue. Most people dont read these old threads when they get bumped. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
You will have a much better chance of getting responses if you start a new thread and describe your issue. Most people dont read these old threads when they get bumped. This. And you may not have the same issue, so the solution may not apply. Please open a new thread and provide as much information as possible. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Same here have you look to this site www.indiag.com and when you change design templates 3 makes eror templates dont mach with the version what he have now and yess its a very old post |
Now this 3 year old thread has 4 different problems going on. Boonex REALLY needs to auto-lock old threads. PLEASE don't hijack other peoples threads and don't bump old threads. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Locked now. Nothing to see here |