Problem before the 7.0.2 update

Hi! I made the update of my dolphin site to 7.0.2 (I fallow all the instructions) but now I'm having this error when I try to access my site:

Fatal error: Call to undefined function bx_import() in /home/leandro9/public_html/inc/classes/BxDolPermalinks.php  on line 22

Who can I fix it?

Thanks!!

Quote · 17 Jun 2010

What is on lline 22 in that file.  Do you have mods installed that change some source code of dolphin ?

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 17 Jun 2010

Yes I have a Points system mod installed on my dolphin!

Quote · 17 Jun 2010

ok i do not recall if there is code change in that mod.  Was it just a drop in the modules folder then click install in admin or did you have to change any code ?

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 17 Jun 2010

I've just uploaded the mod on the modules folder and then installed via admin. Thanks!!

Quote · 18 Jun 2010

Hello leandro9000!


If bx_import is undefined then module file doesn't require file inc/utils.inc.php file. Try to add this line of code before bx_import calling:

require_once( BX_DIRECTORY_PATH_INC . 'utils.inc.php' );

Regard

Quote · 18 Jun 2010

Hi LeonidS, thanks for replying! I made this change and I'm getting the same error :(

Quote · 18 Jun 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.