fatal error after upgrade

after upgrading to 7.1 i get the following

Fatal error: Call to a member function isAvatarSearchAllowed() on a non-object in /home/ultcmd08/public_html/connectionsbyfaith.com/templates/base/scripts/BxBaseBrowse.php on line 847

any ideas?

Quote · 31 Jan 2013

anyone???

Quote · 1 Feb 2013

You have custom changes on your site and we can't help in anyway until we get more info. Post the line of codes around 847.

so much to do....
Quote · 1 Feb 2013

try this to see if its a database problem.  

open /inc/classes/bxdoldb.php  and set false to true. 

define( 'DB_FULL_DEBUG_MODE', false );

it's at the top of the page.  

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 1 Feb 2013

i looked at line 847 it is the default code that comes with boonex. 

i think it might have something to do with the members online mod they have on the home page but i could be wrong.

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 1 Feb 2013

 

i looked at line 847 it is the default code that comes with boonex. 

i think it might have something to do with the members online mod they have on the home page but i could be wrong.

 i disabled all the modules that were not boonex to see if that was an issue, does not seem to make a differance

Quote · 3 Feb 2013

 

try this to see if its a database problem.  

open /inc/classes/bxdoldb.php  and set false to true. 

define( 'DB_FULL_DEBUG_MODE', false );

it's at the top of the page.  

 it was set to true, i changed it to false, same result either way

Quote · 3 Feb 2013

i have an sql back up from before the upgrade was done, will it make my problems worse uploading that back up to the upgraded site?

Quote · 3 Feb 2013

yes it will because you have 7.1.0 files now and the 7.1 code will be looking for tables that are not in the backup.

You would need a file set from 7.0.9 to match the database backup.  

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 3 Feb 2013

 

yes it will because you have 7.1.0 files now and the 7.1 code will be looking for tables that are not in the backup.

You would need a file set from 7.0.9 to match the database backup.  

 if i loaded a clean copy of 7.0.9 over the 7.1 and then the db backup would that work?

Quote · 3 Feb 2013

Hi,

Could you please run this query on your phpmyadmin 'SELECT * FROM  `sys_options` WHERE `Name` =  'sys_member_info_thumb;' and post the result here?

http://www.ebboonex.com - Boonex Module Development
Quote · 3 Feb 2013

 

if i loaded a clean copy of 7.0.9 over the 7.1 and then the db backup would that work?

 This should work as long as there are no 3rd party modules you installed that need code.

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 3 Feb 2013
 
 
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.