I done update and getting this error now

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.

25 Jan 2012

actually i was able to resolve it. I had premium group installed so just reinstalled it and all good

25 Jan 2012

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
25 Jan 2012

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

http://indiag.com/forum/

Can someone guide on it please

29 Jan 2012

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!

29 Jan 2012

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


Fatal error: Call to a member function getRow() on a non-object in /home/xxxx/public_html/inc/utils.inc.php on line 421

17 Feb 2012

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

20 Feb 2012

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....
20 Feb 2012

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
Request parameters:

Array
(
    [mode] => view_message
    [messageID] => 355
    [sase_kidsProtect] => 1
    [skin] => biggi
    [style] => styles3
    [memberID] => 3069
    [memberPassword] => 7c257a08e50436ca0a7e926a02fb232c1ada4a6a
)
21 Feb 2012

All that stuff below the words Debug Backtrace is not needed. What is needed is the actual error that appears ABOVE those words.

But it appears to be just Database Connect Failed which indicates dolphin cannot connect to the database at all. Which either means the database server went down for a short time or in the case of when this exact message is happening frequently could indicate the host is limiting the number of connections to the database and they are being exceed which is common among some inexpensive shared hosting providers.

I would talk to your host about your database connection limits. See what your allowed and if they have any logs indicating it's being exceeded.


https://www.deanbassett.com
21 Feb 2012

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

25 Feb 2012

Same here

26 Aug 2015

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
26 Aug 2015

 

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
26 Aug 2015

 

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 

26 Aug 2015

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
26 Aug 2015

Locked now.

Nothing to see here
26 Aug 2015
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.