How do I know my X-Cart website version is 4.5 - x-cart

I updated my X-Cart from 4.4.2 to 4.5 .
But after updated it, version number is not showing on Admin panel.
Is there anyway to check is my X-Cart is exactly 4.5 ?

You can find out the version of your X-Cart installation using one of the following links:
X-Cart's files version:
http://[your_site_URL]/[xcart_dir]/VERSION
X-Cart's database version:
http://[your_site_URL]/[xcart_dir]/include/version.php
for example:
http://demo.x-cart.com/demo_goldplus/VERSION
http://demo.x-cart.com/demo_goldplus/include/version.php

Related

How to fix new chrome driver's exception - WebDriverException: Message: invalid argument: value must be a non-negative integer

I am running a test case that I have been running for months.
Yesterday I updated Chrome to the latest release (75.0.3770.100), also I downloaded the compatible version of chrome driver (75.0.3770.90). After these updates, I tried to run the same test case and I get the following exception:
"WebDriverException: Message: invalid argument: value must be a non-negative integer"
How can I manage/fix that?
Is there any workaround?
I am using python 2.7, selenium version 3.5.0, and robot framework version 3.0.2.
I have managed to fix the issue by upgrading selenium version to 3.9.0
I had the same issue when I have updated my recent webdrivers along with the browsers but the IDE was still on old version and some plugins were outdated.
The issue was resolved once I have updated the IDE (in my case I use Pycharm).
One more thing try to make sure that your project Interpreter set correctly to Python environment something like below:
Python 2.7 (venv) ~/venv/bin/python

How to upgrade a standalone Jetty installation on Windows?

This is somewhat embarrassing, but I'm totally lost when it comes to upgrading from Jetty 9.2 to 9.4. 9.2 was installed two years ago using jetty-9.2.0-setup-package.zip. The file contained commons-deamon and more so that the install could be done using command
create-jetty-dist.bat d:\jetty9 Jetty9 80 50001 D:\etc\gateway NO
Now I've downloaded the latest version from https://www.eclipse.org/jetty/download.html]1 - jetty-distribution-9.4.14.v20181114.zip - but, I cannot figure out how to upgrade the installation. Mostly I find docs about Maven and update the POM, but the installation is standalone and no Maven. There is a Chapter 36. Upgrading Jetty about upgrading - but still does not help much
All my Google-skills does not help either.
I have not found the guts yet to simply replace the folder
D:\jetty9\jetty
Maybe I do overthink and the solution is that simple. But still it keeps bugging me that I cannot seem to find an install file for 9.4 like I did for 9.2
I did overthink - is was almost only to replace the 9.2 distribution folder with the 9.4. But for the service to be reconfigured and also to ensure that all changes from 9.2 to 9.4 was implemented me and my colleague had to do:
Edit the .bat file that came with the jetty-9.2.0-setup-package to support 9.4
Off course change the reference for all 9.2 to 9.4 distribution in the script
9.2 used "logging", 9.4 uses "console-capture"
9.2 used "jetty.port", 9.4 uses "jetty.http.port"
Copy the 9.4 distribution file to the folder where the .bat-file is to be found in the setup-package
Then we sc delete jetty9 the service and ran the script.
In short, that was what we needed to do.

Jython 3 stable version

What is the latest stable version of Jython? I prefer a new version hopefully v3.x
Is it still recommended to use Jython 2.7.0 Final Released (May 2015)
What is Jython 3 sandbox? Is this a official/recommended one?
In Wikipedia it says about v.2.7.1 released in July 2017. Where can I download this version? (if this is the recommended latest one)
Use this link to download the 2.7.1 version:
You should definitely NOT use the newcomers which aren't stable for production purposes. You can follow guys from their dev team for all info regarding releases.

Redmine BitNami 'DL is deprecated, please use Fiddle'

(This question is not duplicated, already asked question is for Ruby)
Actually I am trying to install Redmin on windows.
to achieve this I am using Bitnami, and following these installation instructions
easyredmine
I have reached to step 4 where I have to run bundle command but I am getting error
DL is deprecated, please use Fiddle
Now how can I override this and what I am missing?
I was using ruby two versions, 1.9 and later install 2.0. I was assuming I am using 2.0 but when I check I was using 1.9 so 2.0 solve my problem.
Thanks you all

Phonegap, Cordova, xCode 4.4 and Mountain Lion

Yesterday I cleaned my hard drive and I updated my OSX to Mountain Lion. I installed xCode 4.4, and after, I downloaded and installed the PhoneGap 2.0.
The problem is that I can't create projects using the template of Cordova Project... like I usually do before...
Does anybody know where is the problem?
Thanks!!!
Read this guide
http://docs.phonegap.com/en/2.0.0/guide_getting-started_ios_index.md.html#Getting%20Started%20with%20iOS
The template method for creating projects has changed in PhoneGap 2.0 I believe.
Check this tutorial as the official one is outdated
http://iphonedevlog.wordpress.com/2012/09/24/phonegap-2-1-0-in-mac-os-x-mountain-lion-10-8-from-download-to-ios-app-store/