I am brand-new to OpenCart and this is my first installation attempt so please bear with me.
I am attempting a clean install on a new domain (no existing files or folders). I have followed the install instructions in the OC help documentation to the letter but when I try to open the domain, the following code is returned in my browser window:
Code: Select all
'!'); } if (method_exists($model, $method)) { $output = call_user_func_array(array($model, $method), $args); } else { throw new \Exception('Error: Could not call model/' . $route . '!'); } // Trigger the post events $result = $registry->get('event')->trigger('model/' . $route . '/after', array_merge(array(&$route, &$output), $args)); if ($result) { return $result; } return $output; }; } }
My Steps:
1. Upload the install folder from the downloaded OC zip file to the root folder of my domain.
2. Create the MySQL database and user name
3. Open domain in browser.
I would be really grateful if anyone could explain where I went wrong.
Thank you,
Beemerang