Fatal error: Call to undefined method BxSoundsSearch::checkMemAction() in /home/numismil/public_html/modules/boonex/sounds/classes/BxSoundsSearch.php on line 235
Is anyone familiar with this error. It comes up on personal profiles.
Fatal error: Call to undefined method BxSoundsSearch::checkMemAction() in /home/numismil/public_html/modules/boonex/sounds/classes/BxSoundsSearch.php on line 235 Is anyone familiar with this error. It comes up on personal profiles. |
What build of dolphin do you use ? PS: If possible do not write me personally, please try to ask on the forum first |
7.0 |
I just did a quick check for you and that function is defined in BxBaseSearchResultSharedMedia.php class. BxTemplSearchResultSharedMedia is derived from BxBaseSearchResultSharedMedia.php class. So open your BxSoundSearch.php class and make sure it extends this class BxTemplSearchResultSharedMedia i.e. you should see the following twi lines: bx_import('BxTemplSearchResultSharedMedia'); Thanks Armaan Facebook, Twitter & Instagram Combo - http://bit.ly/1h5CarP |
hi BxSoundSearch.php file which is the path? I did not solve my problem with your guidance. |