Post by adibranch » Sat Aug 11, 2018 12:03 am

Hi all, having an issue with upgrading from 3.0.1.1 to 3.0.2.0

I'm uploading the new folders, running the install, everything goes fine and then i'm getting an error here...

Fatal error: Call to a member function get() on a non-object in /home/rivertemp/public_html/storage/modification/system/engine/router.php on line 47

That section of that file relates to Journal2. Any ideas?

Code: Select all

		/* Journal2 Theme modification */
		if (defined('HTTP_OPENCART')) {
			self::$IS_INSTALLER = true;
		} else if (defined('VERSION')) {
			global $config;
			self::$IS_OC2 = version_compare(VERSION, '2', '>=');
			if (file_exists(DIR_APPLICATION . 'model/journal2/journal2.php')) {
				require_once DIR_APPLICATION . 'model/journal2/journal2.php';
			}
			self::$IS_ADMIN = defined('JOURNAL_IS_ADMIN');
			self::$IS_JOURNAL = $config->get('config_template') === 'journal2' || $config->get('theme_default_directory') === 'journal2';
		}

		require_once(DIR_SYSTEM . 'journal2/startup.php');
		/* End of Journal2 Theme modification */

		while ($action) {
			$action = $this->execute($action);
		}

New member

Posts

Joined
Tue Jul 11, 2017 12:48 am

Post by adibranch » Sat Aug 11, 2018 12:06 am

Ignore, i needed to also update the journal2 files. Now working.

New member

Posts

Joined
Tue Jul 11, 2017 12:48 am
Who is online

Users browsing this forum: No registered users and 174 guests