CB 1.81
Joomla 2.56
php 5.3
Just upgraded to 1.81 and start seeing these errors:
500 internal server error
Logs show the following:
xxx.org/index.php/briefcase/my-messages
PHP Fatal error: Call to a member function NameQuote() on a non-object in /hermes/bosweb/web091/b911/ipg.xxxxx/yyyy/administrator/components/com_comprofiler/plugin.foundation.php on line 55
plugin.foundation.php on line 55: the bold part looks like the problem
$cleanedANDpubAccess .= ' AND ' . $_CB_database->NameQuote( 'language' ) . ' IN ( ' . $_CB_database->Quote( $_CB_framework->getCfg( 'lang_tag' ) ) . ', ' . $_CB_database->Quote( '*' ) . ', ' . $_CB_database->Quote( '' ) . ' )';
Any help, please!