Folks,
I am attempting to upgrade my website to CB 2.0. Each time i attempt the CB2.0 Extension Manager install, I get the white screen of death. I've turned on Debug System and Error Reporting to Maximum. The following is the message that displays to the screen:
KExceptionFailure | Fatal Error
Call to a member function translateToCurrentLanguage() on a non-object
.../libraries/CBLib/CBLib/Language/CBTxt.php:135
130 {
131 if ( $languageKeys == '' ) {
132 return $languageKeys;
133 }
134
135 $translated = static::$self->translateToCurrentLanguage( $languageKeys, $englishString, $args );
136
137 if ( static::$self->mode == 0 ) {
138 return $translated;
139 }
140
Additionally, the browser tab shows "Error 500 - Internal Server Error".
What is interesting is that if I go back into the Extension Manager and install a second time, it completes successfully. I don't want to assume here I have a clean install. Any thoughts on this issue and how I can get it to do a clean install on the first try?
Thanks,
Joe