Headers and client library minor version mismatch in opencart - opencart

I am new to opencart. I just migrate my all files from localhost to live server and facing with "headers and client library minor version mismatch " this issue.
please find browse domain- "www.ratandeepsarees.com"
Thanks.

Related

ColdFusion FarCry CMS Installation Issue

We tried to install FarCry 7.2.11 on ColdFusion along with MSSQL version 2017 and we chose the FarCry bare bone, but got an issue at the final step of installation.
An error occurred on executing the query
All the bare bone tables where already created. We couldn't find the issue and tried with Lucee server and we could make it to the Login page. But when we clicked login button an error occurred as follows.
The FarCry folder was put in ROOT folder in C:/Lucee.
Could anyone please get the actual FarCry installation doc or kindly provide us a better solution to solve the error.

Trying to add CXF3.1.11 to eclipse Web Service runtime but getting "Missing CXF jar: please select the CXF Home Directory"

Trying to add CXF3.1.11 to eclipse Web Service runtime but getting
Missing CXF jar: please select the CXF Home Directory.
Tried adding extra "apache-cxf-3.1.11-src" to the path of "C:\Program Files\Apache\apache-cxf-3.1.11-src\" as suggested in one of the posts but did not work. Also notice that my bin folder is located in "C:\Program Files\Apache\apache-cxf-3.1.11-src\distribution\src\main\release" but bin does not has any jar instead lib folder has a file named WHICH_JARS
Eclipse is actually looking for a specific jar file and is unable to find it. You appear to have downloaded the CXF source code and not the binary distribution located here (well it's 2.X) but thats likely still not going to help you much as apparently Eclipse seems to be looking for a possibly old CXF 2.X version (it does show Window->Preferences->Web Services->CXF 2.x Preferences) as I added the binary version of apache-cxf-3.1.6 and it found the run time but couldnt locate the jar though they are there. I then tried the linked binary version above, again the runtime is found but I still the error "Missing CXF jar: please select the CXF Home Directory."
So in short (well long) and to answer your question though I dont believe it will help - you'd need to build the source code you downloaded. Sorry I cant be of more help. These people had a similar problem Missing cxf jar: Please select the cxf home directory and were able to solve it but it appears somethings changed in the latest versions of eclipse or possibly apache?

Class 'ZipArchive' not found in opencart

I am getting an error "Class 'ZipArchive' not found in opencart" whenever i am trying to export from server.
It works fine from loacl system
what is the exact problem can anyone tell me ?
In server: php version 5.5.32
In local: php version 5.5.9
STEP 1:
Go to Cpanel - PHP Pear Packages - Find PHP Extension - Search for zip.
Install the zip extension found.
STEP 2:
Go to Cpanel - Select PHP Version - Tick the zip Option - Save.
Now try to upload the .ocmod.zip file. Should work now.
Worked for me.
It worked for me too this morning. From Cpanel I went to Select PHP version, and then checked the zip extension before I installed Opencart 3.02.
Enable the extension zip.so extension, by adding the following line of code to your server php.ini file:
extension=zip.so
This problem is raised due to some server configuration.
If you are on linux server you need to add zip archive module in php version.
cpanel -> Select PHP version -> check zip module in this page

Can't Find Upgrade Patch for phpMyAdmin

phpMyAdmin on my server is giving me a message
A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is 4.1.7, released on 2014-02-09.
My tech support at MycPadmin.com cannot find the exact patch for the cpanel current version - WHM 11.40.1 (build 11).
Can you please tell me where to find this patch. Thank you.
Since your hosting provider is using a packaged version distributed by cPanel, you can either download the official phpMyAdmin source and install it manually out side of the existing phpMyAdmin installation, or you can wait for cPanel to provide an update.
As an aside, phpMyAdmin provides a specific way for other packages that include phpMyAdmin (like cPanel in this case) to suppress that warning, and it's probably an oversight that they don't. In the meantime, you could also turn off the warning by editing your config.inc.php and adding the line $cfg['VersionCheck'] = false;

How do I install Jetty WTP Server Adapter for Eclipse 3.5?

Currently I am attempting to install the Jetty WTP Server Adapter for Eclipse 3.5 and get the following errors:
An error occurred while collecting items to be installed session context was:(profile=epp.package.jee,phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Collect, operand=, action=).
No repository found containing: osgi.bundle,org.mortbay.jetty.serveradaptor,1.0.4
No repository found containing: org.eclipse.update.feature,org.mortbay.jetty.serveradaptor,1.0.4
To install, I attempt to add a new server runtime, click 'Install Additional Server Adapters' and follow the wizard I get when I click on the Generic Jetty Server Adapter that eventually loads. I've had this error in all the RCs up to this point, but currently the active RC is RC4.
I also found the 'Download additional server adapters" route to adding the Jetty (and Glassfish) server adapters failed, with the same dependency issues as the Original Poster.
Downloading the .jar and copying it into the 'plugins' dir of my Eclipse install idd not work. The Jetty server adapter was still not a recognised installed plugin.
I had to go to "Help->Install New Software->Add..." and enter the http://www.webtide.com/eclipse site manually. Then I could see the Jetty adapter, and install it successfully. It seems to have installed into the eclipse/plugins/ rather than copied a .jar file into eclipse/plugins.
This may be what the poster on 2 Jul was trying to say, but it wasn't very clear.
I don't know why, but the "download additional server adapters" dialog hasn't worked for me once with Eclipse 3.5, the install always fails with dependency issues.
I also found I had to manually install all the WST Adapter items to get around failed dependencies, for example:
"Web, XML and Java EE Development->JST Server Adapters", "WST Server Adapters"
and also the "Database Development" items. I'm not sure which were required.. when I'd installed everything that looked likely, all my dependency issues were resolved when installing the Glassfish and Jetty server adapters from their update sites.
There's a new (official!) Jetty WTP Plugin to support Jetty 7.x and 8.x: http://wiki.eclipse.org/Jetty_WTP_Plugin
The problem could be resolved installing the JST Server UI before the Jetty Server Adapter. It is a current bug (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=321663).
That way you can install it either as a plugin or in the servers view.
I think you need org.mortbay.jetty.serveradaptor.1.0.4.jar to install jetty adapter, download from http://www.webtide.com/eclipse , put it in plugins of eclipse.
Hope the answer could help you.