Page 1 of 1
Search found 10 matches
Re: I need advice debugging VQMOD/OCMOD Conflicts
Oops, sorry. I forgot to say, It is 2.2.0.
I was referring to the debug system where you put the ocmod xml file in system folder.
Is there any way of determining or controlling the order that mods run when effecting the same file?
- Mon Jan 30, 2017 12:16 pm
- Replies 5
- Views 8198
Re: I need advice debugging VQMOD/OCMOD Conflicts
Ernie, That was an amazing reply, thank you! So from what you said my understanding is that the OCMOD process runs first and creates file in system cache. Then the VQMOD process runs and will use the cached OCMOD file and then create the VQMOD cache file. So during execution OpenCart checks VQMOD ca...
Jump to post- Mon Jan 30, 2017 9:29 am
- Replies 5
- Views 8198
I need advice debugging VQMOD/OCMOD Conflicts
I have taken over a site that has around 20 VQMOD running and about another 10 OCMOD inside the system folder. From some comments I read on another thread, placing the OCMOD inside the system folder makes it run in debug mode. This alters the execution order somehow and generates some output to a lo...
Jump to post- Mon Jan 30, 2017 8:01 am
- Replies 5
- Views 8198
Re: Admin login form targets HTTP instead of HTTPS
I changed system/config/default.php and system/config/admin.php to site_ssl = true and now it works.
I find it weird that this is undocumented and couldn't find anything on this by googling but it seems to have done the trick.
- Sat Dec 10, 2016 12:50 am
- Replies 5
- Views 5791
Re: Admin login form targets HTTP instead of HTTPS
I ran debugging session. On controller there is a value:
$this->url->ssl->false
Anyone know the correct place to set it to true?
- Sat Dec 10, 2016 12:01 am
- Replies 5
- Views 5791
Re: Admin login form targets HTTP instead of HTTPS
The issue is the forms target is "http://domain.com/admin/index.php?route=common/login". .htaccess rules are applied by apache on requests, as far as I am aware it doesn't rewrite the actual HTML. All the config.php constant values point to HTTPS. That is: //HTTP define('HTTP_SERVER', 'htt...
Jump to post- Fri Dec 09, 2016 9:13 pm
- Replies 5
- Views 5791
Admin login form targets HTTP instead of HTTPS
I have defined HTTPS in my config for both frontend and admin. Everything seems fine apart from the admin login form. Its action is pointed to the HTTP instead of HTTPS. If I enable HTTP admin to login then switch to HTTPS everything is fine but when I define HTTPS everywhere the login form still po...
Jump to post- Fri Dec 09, 2016 8:35 pm
- Replies 5
- Views 5791
Re: Images not showing after product import
Thanks for replies.
There was an issue with the paths in database using encoded character. I updated them and now it works.
- Wed Nov 30, 2016 6:25 pm
- Replies 3
- Views 798
Images not showing after product import
I used the free import/export extension to export all products and then re-import them. It seems to have worked and I copied the image folder across to new server. In the database the image paths are all like "catalog/dir/image.jpg". In the admin none of the images seem to be set when I vi...
Jump to post- Wed Nov 30, 2016 4:31 pm
- Replies 3
- Views 798
Modules not being tracked
I have just taken over an opencart 2.2 installation and I am trying to get to grips with everything that is currently there. I am told the installation has been heavily modified but there is only 1 modification showing in the admin panel. The webspace is a bit of a horror show. I think someone had i...
Jump to post- Fri Nov 18, 2016 9:28 am
- Replies 1
- Views 249
Search found 10 matches