Well here's hoping someone can point me in the right direction to fix this problem. I'm trying to upgrade my site from Joomla 2.5.28 to 3.3 but CB seems to be getting in the way
Prior to the upgrade I made sure I was running Joomla 2.5.28, CB 2.06 and all the CB plugins where up to 2.06. Then I used all the tools to ensure all CB DB fields where up to date. After updating everything CB was working fine under J2.5.28.
But now after upgrading to J3.3 am getting the following errors.
On the frontend
Fatal error: Call to a member function getCfg() on a non-object in <span>/</span>home<span>/</span>.....site/components/com_comprofiler/admin.comprofiler.controller.php on line 59
On the admin site, the error only occurs when I access the CB component menu and then I get a similar error.
Fatal error: Call to a member function getCfg() on a non-object in <span>/</span>home<span>/</span>.....administrator/components/com_comprofiler/admin.comprofiler.controller.php on line 60
The line in question is this
require_once $_CB_framework->getCfg( 'absolute_path' ) . '/components/com_comprofiler/comprofiler.html.php';
So I think I am getting tripped up on this absolute path.
I note in the error message ir refers to "on a non-object in <span>/</span>home<span>/</span>"
but when I go to edit the file from my Cpanel I note the file location starts with "/home2"....
Could this be causing the problem with the absolute path and if so any tips on how to fix it?