I am using Opencart version 3.0.3.3. I uploaded Export/Import tool. While exporting products and categories I am getting an issue saying:
Trying to access array offset on value of type int
What can I try to resolve this?
Use Version 4.9 of the Export/Import tool which will support newer PHP versions.
Related
I am planning to migrate site core 6.5 to site core 8.1. So here i am using below dlls sample
Sitecore.nexus
Sitecore.NVelocity
Sitecore.Analytics
Sitecore.Marketing.Wildcards and etc.
While i am doing POC i got understand Sitecore.Marketing.Wildcards is changed because of vast changes in Rules Engine.I figured out by compile time errors in my code after code has setup with sitecore 8.1. So i planned for another work around.
My question is how can I find a way to discover deprecated or changed functions from one version to another version of site core migrations? I'm trying to fgire this out before I dive into development.
The best way is to go through the release notes and find what is changed.
https://dev.sitecore.net/Downloads/Sitecore%20Experience%20Platform/Sitecore%2081/Sitecore%20Experience%20Platform%2081%20Initial%20Release/Release%20Notes
For example, on the release notes for Sitecore 8.1 on above link, you will find certain deprecated features, functionality, framework like SPEAK 1.1 framework etc. So with every release, some features or components may get deprecated and you need to fix the code break due to this.
I want to use multi file upload extension in opencart
I have tried the extension
http://www.opencart.com/index.php?route=extension/extension/info&extension_id=21861&filter_search=image%20upload&filter_license=0
But it is giving version compatible error. My opencart version is 2.0.3.1 is there any other extension to upload multiple images
Or any modification in this version
Looks like the extension you are using does not support your Opencart version (2.3.0.1)
It's a good practice to always check for OpenCart extension compatibility before installing it. I did a little research and here are few extensions which will help you upload multiple images.
Also check extension http://www.opencart.com/index.php?route=extension/extension/info&extension_id=8221&filter_search=image%20upload&filter_license=0
I hope this helps you.
Earlier we were using Lucene version 2.3.1.3(Sitecore version 6.5) everything working fine but now we have upgraded to sitecore version 7.0(Initial release) and now we are using Lucene version 3.0.3.0 dll in project.
But now we are not able to compile project because of errors in code file.
Does that means Lucene version 3.0.3.0 dll doesn't support code written in Lucene version 2.3.1.3(Sitecore version 6.5)
Thanks
Upgrading from Sitecore 6.x to 7.0 needs some adjustments in code to get everything work again.
Which error do you get? I also had a specific error regarding lucene dll when compiling after the upgrade but this error was only caused by a wrong assembly redirect in the web.config.
In fact, the search API changed completely and if you made an upgrade to 7.0 it is recommended to update your search logic to the possibilities are now available in 7.0 like LINQ support and so on. Search is much more comfortable now in sitecore 7 and it is really worth taking a closer look at the changes. They took a lot of the advanced database crawler module like dynamic fields (they are now called computed fields) and much more and added it to the sitecore 7 standard search api.
I would like to use newer version of Apache POI with ColdFusion 10 than the one with which it ships, as I need to access some of the newer functionality.
I have tried swapping ColdFusion's Apache POI JAR files for the newer versions but this causes some of the built in ColdFusion spreadsheet functionality to break.
Is it possible to load in the newer version for use in my code but leave ColdFusion's version untouched so that the built in spreadsheet functionality still works?
I know it is possible to specify a custom Java load path in CF10 but if I try and load in a newer version of a library which has already been loaded for use by ColdFusion will this cause a clash?
It is possible to use Mark Mandel's JavaLoader (https://github.com/markmandel/JavaLoader) to use a newer version of Apache POI with ColdFusion 10 without affecting CF's built in spreadsheet functionality.
I used version 3.11-beta2 of Apache POI because this does not depend on dom4j.jar which seems to be problematic.
I used JavaLoader instead of CF10's built-in ability to load JARs because this allows me to access ColdFusion's older version of Apache POI using createObject() whilst accessing the newer version stored in my webroot using the JavaLoader method server[application.JavaLoader].create().
I am new to joomla and I am searching for simplified Chinese translation pack for jomsocial 2.4. There are some simplified Chinese language packs on the net but they are not compatible to the jomsocial 2.4. I am using joomla version 2.5.6.
Thanks in advance.
There isn't one as of present. You can find the latest progress here though - as the translations get done this page will get updated as well.
Also on a unrelated note you should upgrade your Joomla version to 2.5.8 as 2.5.8 contained a important security fix