I just installed OC 2.0. I have a theme installed on it. When trying to activate the Bestseller and Latest modules from the admin, I get the following error in the admin interface:
Notice: Undefined variable: registry in /home/valappil/public_html/duprime.com/admin/index.php on line 91
Fatal error: Call to a member function set() on a non-object in /home/valappil/public_html/duprime.com/admin/index.php on line 91
The lines 89-91 in index.php are as follows:
Code: Select all
require_once(DIR_SYSTEM . 'library/themeoptions.php');
$theme_options = new ThemeOptions($config->get('config_template'), $store, $theme);
$registry->set('theme_options', $theme_options);
Thanks,
Tom