Lycky, it's a test site for testing upgradingFatal error: Call to undefined method ContentOperations::get_instance() in /..../lib/classes/class.CmsObject.php on line 281

I have made clean 1.10 installs on this box without problems.
What can I do?
Lycky, it's a test site for testing upgradingFatal error: Call to undefined method ContentOperations::get_instance() in /..../lib/classes/class.CmsObject.php on line 281
I looked at this line of code, which is in a one line function. It's job is to load and return the ContentOperations class instance (singleton). This class is loaded via the autoloader.Fatal error: Call to undefined method ContentOperations::get_instance() in /..../lib/classes/class.CmsObject.php on line 281
Code: Select all
stack_trace(); echo '<br/><br/>';
Code: Select all
/var/www/retiro3/lib/autoloader.php:82 - GetContentOperations
- cms_autoloader
/var/www/retiro3/lib/classes/class.CmsObject.php:391 - spl_autoload_call
/var/www/retiro3/include.php:161 - GetSmarty
/var/www/retiro3/install/upgrade.php:22 - require_once
Fatal error: Call to undefined method ContentOperations::get_instance() in /var/www/retiro3/lib/classes/class.CmsObject.php on line 282
Anyway, I skipped that step and the fresh install works./www/.../ is a directory
Fatal error: Call to undefined method ContentOperations::get_instance() in /var/www/retiro3/lib/classes/class.CmsObject.php on line 281
Code: Select all
#Path to document root. This should be the directory this file is in.
$config['root_path'] = '/var/www/oldsite'