Request or Activity ERROR

Hello lately new error appeared when clicking on requests or activity i get this on the page:

Fatal error: Call to undefined function bx_get() in /home/toottii/public_html/communicator.php on line 53

could not open request page, how could it be fixed and why it appeared.

Quote · 25 Nov 2010

Still no body helped me for this problem ??

Quote · 26 Nov 2010

Did you do an upgrade to 7.0.4? Its possible that you have a mod that is conflicting with the upgrade. You may have to go back through all you mods and see if you had to change any core files. If so, check the upgrade package to see if those files got replaced.

Nothing to see here
Quote · 26 Nov 2010

bx_get is a new function as of dolphin 7.0.3 So we need to know if your doing upgrades to dolphin. If you are, it could be that not all of the files from the patches were uploaded.





https://www.deanbassett.com
Quote · 26 Nov 2010

I did not do any upgrade yet but lately added 2 mods like Facebook Ultimate Module + Photo Tags Module and i asked the owner of these mods who installed them, said that the error is not from the mods. I am still using Dolphin 7.0.0.

Quote · 27 Nov 2010

Well then something has updated your copy of communicator.php

Show us line 53 in communicator.php.

If your still running dolphin 7.0.0 then you should see something line this.

'person_switcher'   => ( isset($_GET['person_switcher']) ) ? $_GET['person_switcher'] : 'to',


If you see this

'communicator_mode' => ( false !== bx_get('communicator_mode') )


Then your copy has been updated to a version not compatable with the version of dolphin your running.

If thats the case then ask these mod authors or check the mods yourself to see if any of them includes a updated copy of that file.

https://www.deanbassett.com
Quote · 28 Nov 2010

 

Well then something has updated your copy of communicator.php

Show us line 53 in communicator.php.

If your still running dolphin 7.0.0 then you should see something line this.

'person_switcher'   => ( isset($_GET['person_switcher']) ) ? $_GET['person_switcher'] : 'to',


If you see this

'communicator_mode' => ( false !== bx_get('communicator_mode') )


Then your copy has been updated to a version not compatable with the version of dolphin your running.

If thats the case then ask these mod authors or check the mods yourself to see if any of them includes a updated copy of that file.

 I have asked who installed the mods and said that it has nothing to do with the communicator

49        // logged member's ID;
50        'member_id' => $iProfileId,

52        // page mode ;
53       'communicator_mode' => ( false !== bx_get('communicator_mode') )
54      ? bx_get('communicator_mode')
55     : '',

 57       // switch the person mode - from me or to me ;
 58       'person_switcher' => ( false !== bx_get('person_switcher') )
 59     ? bx_get('person_switcher')
 60     : 'to',

 61      // type of message's sort ;
 62     'sorting' => ( false !== bx_get('sorting'))
      ?  bx_get('sorting')
      : 'date_desc',

        // contain number of current page ;
        'page' => ( false !== bx_get('page'))
      ? (int) bx_get('page')
      : 1,

     // contain per page number for current page ;
        'per_page' => ( false !== bx_get('per_page'))
      ? (int) bx_get('per_page')
      : 10,

Quote · 29 Nov 2010

I do not know how it happened but it did.

You stated your still running 7.0.0 you also said you did not do any upgrades to dolphin.

Yet the file you just posted some lines from is not from 7.0.0. It's a newer version, either from 7.0.3 or 7.0.4

To fix you need to restore that file from the origional 7.0.0 archive.



https://www.deanbassett.com
Quote · 1 Dec 2010
 
 
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.