So i installed this extension on my OC V 2.0.1.0
http://www.opencart.com/index.php?route ... load_id=38
Now i get this error:
Page:
Fatal error: Class 'Request' not found in /public_html/index.php on line 112
Admin:
Fatal error: Class 'Request' not found in /public_html/admin/index.php on line 94
http://www.opencart.com/index.php?route ... load_id=38
Now i get this error:
Page:
Fatal error: Class 'Request' not found in /public_html/index.php on line 112
Admin:
Fatal error: Class 'Request' not found in /public_html/admin/index.php on line 94
What is getting a fatal error? The whole site? or just the invoice? have you followed the read me and pressed the refresh in extension> Modification?
Opencart sites I am currently working on:
http://www.cablecafe.co.uk
http://www.exclusivelygorgeous.co.uk/
I have fixed it, but now i face a bigger obstacle 
Added to startup.php to fix the errors.
require_once(DIR_SYSTEM . 'library/request.php');
require_once(DIR_SYSTEM . 'library/response.php');
require_once(DIR_SYSTEM . 'engine/front.php');
but now the theme i had installed causes problems and i cant get into the admin page.
When visiting the admin page:

What is the value in the OC database to change the default theme?

Added to startup.php to fix the errors.
require_once(DIR_SYSTEM . 'library/request.php');
require_once(DIR_SYSTEM . 'library/response.php');
require_once(DIR_SYSTEM . 'engine/front.php');
but now the theme i had installed causes problems and i cant get into the admin page.
When visiting the admin page:

What is the value in the OC database to change the default theme?
In the oc_setting table there is a record:nanidev wrote:What is the value in the OC database to change the default theme?
value of field 'code' is 'config'
value of field 'key' is 'config_template'
value of field 'value' is 'default'
Though, I'm not sure if resetting this value manually only will be enough to change the template.
Thanks, the page is running now.hzsolt86 wrote:In the oc_setting table there is a record:nanidev wrote:What is the value in the OC database to change the default theme?
value of field 'code' is 'config'
value of field 'key' is 'config_template'
value of field 'value' is 'default'
Though, I'm not sure if resetting this value manually only will be enough to change the template.
But it says the admin page does not exist, i also turned off seo urls.
Who is online
Users browsing this forum: No registered users and 11 guests