I did not have Max error reporting turned on first time, but the update stops at the same place every time, I guess same thing happens every time. Now 3rd time.
I have since last try:
* uninstalled all 3pd CB plugins,
* disabled all remaining CB plugins,
* disabled all other component´s plugins and modules that in any way connects to CB.
I got exactly the same result at the 3rd update attempt.
The forst lines of warnings (as mentioned in my previous posts) point to the following code, but the installation should not stop on warnings?
Code:
// We alias these classes for faster loading and also so that instanceof is true:
class_alias( '\CB\Database\Table\ComprofilerTable', 'moscomprofiler' );
class_alias( '\CB\Database\Table\FieldTable', 'moscomprofilerFields' );
class_alias( '\CB\Database\Table\FieldValueTable', 'moscomprofilerFieldValues' );
class_alias( '\CB\Database\Table\ListTable', 'moscomprofilerLists' );
class_alias( '\CB\Database\Table\MemberTable', 'moscomprofilerMember' );
class_alias( '\CB\Database\Table\PluginTable', 'moscomprofilerPlugin' );
class_alias( '\CB\Database\Table\TabTable', 'moscomprofilerTabs' );
class_alias( '\CB\Database\Table\UserTable', 'moscomprofilerUser' );
class_alias( '\CB\Database\Table\UserReportTable', 'moscomprofilerUserReport' );
My guess is the last row of warnings and errors causes the installation to stop:
Code:
Fatal error: Call to a member function translateToCurrentLanguage() on null in C<span>:</span><span>\</span>xampp\htdocs\2528\libraries\CBLib\CBLib\Language\CBTxt.php on line 135
I really dont understand this??? There is only one language installed, DEFAULT language. sv-se is removed, and checked the lang folders are deleted too.
Only en-GB is in installed in Joomla too.
What does the installer try to do with CBTxt.php?
And another question; is it better practice to update CB before migrating Joomla?