I have try ocmod extensions installing opencart 2.0 now onwards ocmod extensions are working well but vqmod used already installed extension stopped. i mean not working. if i clear or disable ocmod exntesion then vqmods all pluging working.
I think we have remove vqcache or give them permission to re create then this problem will be resolving.
if further still issue then problem with extension try other or contact extension developer.
Related
I'm using the webdrivermanager(Java) and I think is configured (pom.xml), because Chrome and IE are working. Only FireFox is showing this menssage "No configuration setting found for key 'wdm.geckoDriverVersion'"
*The exemple works to.
So, Boni or other member can help me with this problem?
Thanks.
EDIT:
I have this error only with PhantomJs and FireFox. The code is the same(examples git). First I thought that would be the POM but Chrome and IE are working. Thanks for your support.
https://i.stack.imgur.com/KJOnO.png
https://i.stack.imgur.com/at3qm.png
It seems that the library used by WebDriverManager for configuration (com.typesafe.config) is not able to find the properties file for some reason. As of WebDriverManager 1.5.0, this file name is webdrivermanager.properties.
In any case, I would use the latest version of WebDriverManager and try again.
I tested the TYPO3 extension secure_downloads on development site, and it worked fine. When I installed it with identical settings on the production server, which uses HTTPS, it failed to generate the secure links.
This is under TYPO3 6.2 LTS, and version 2.0.3 of the extension.
I thought that the extension https_enforcer might be an issue, but the problem persists after removing that.
Thank you.
In the extension configuration, you can force the HTTPS by configuring
Parsing | Domain [basic.domain]
to the full https://example.com/
While that setting is supposedly "not needed for internal (relative) links," it is needed if you want to always use a secure connection.
I am having issue with value picker of extension library. When i use java file exitlib/pickers/SimplePicker.java system shows following errors.
i) SampleDataUtil cannot be resolved
ii) The import exitlib.SampleDataUtil cannot be resolved
I have gone through a thread on internet that in application properties advanced tab i have to check following 2 options
com.ibm.xsp.extlib.library
com.ibm.xsp.extlibx.library
but these options are not available to me. Can anybody guide me where I am having issue in implementing extension library.
Thanks in advance
It sounds like things are possibly not installed correctly....
Try tell http osgi ss com.ibm.xsp.extlibx on the server console to see if it is resolved.
If not, the installation hasn't worked correctly on the server.
Another option is you haven't installed in designer?
The below is a good reference for installing on both server and client
http://www.tlcc.com/admin/tlccsite.nsf/pages/extension-lib
I'm trying to install Nwazet Commerce with Orchard 1.7.2.
Suddenly, nothing happens. No new menus, no errors, nothing in the logs, nothing. It is just as if I hadn't installed it.
Before you ask... yes I've enabled the modules.
I can't find even a single scrap of documentation. What is supposed to happen? I would expect to see some extra menus or something on my dashboard or perhaps some extra content types, but there's nothing.
Help please :-|
You can't. The current version in the source repository is only compatible with the 1.x branch. See https://bitbucket.org/bleroy/nwazet.commerce/issue/20/update-to-17
I have a version for 1.7.2 unfortunately I don't know what fork it was from so I don't know what bugs or issues were included.
I found it in my saved orchard files and tested quickly you will get the admin options.
Download available here
I use Orchard 1.7.1, wanting to install E-commerce module.
I have downloaded the latest Nwazet.Commerce source code from bitbuket.
And I placed it in Modules folder.
Open WebMatrix. Click Admin.. There is not any menu being added.
ps.I have installed "Contrib.SecuredSocketLayer"
Question:
1.Should I change Orchard version?
2. Which way is the best to install module that has dependencies.
3. Which part controls Admin part in Orchard.. It confused me a lot.
Thanks.
I expected the same problem, I fix it in the code:
Missing reference for module Nwazet.Commerce : Orchard.MediaPicker
and you need to add "using Orchard.MediaPicker.Fields;" in file ShoppingCartController.cs
For me it fix the problem.