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?
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? |
anyone??? |
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.... |
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 |
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 |
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 |
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 |
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? |
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 |
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? |
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 |
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 |