i want to upgrade my joomla version with viruemart component - joomla2.5

I want to update/upgrade my joomla version and virtue-mart component as well.now my joomla version is 1.5.26 and my virtue-mart component version 1.1.9 and i want to convert into joomla 2.5 and virtue-mart latest version 2.0.6.
But main problem is that i want to update/upgrade joomla and virtue-mart with data.(like users,product,category,orders etc..) i have wonder many site also virtue-mart official site. I have found many solution but when i fallow all the instructions and doing my local machine. then old data f virtue-mart will remove but i want to hold old data and update/upgrade on new version.
So please help me .

Upgrade your J1.5 site with Jupgrade, which creates a duplicate site in a new directory, then follow the process here to upgrade VirtuMart.
If you find that your VirtuMart Data still hasn't migrated, it's fairly easy to export those tables through PHPmyadmin and import them to the J2.5 database. Then you should be able to run the VirtuMart upgrade installation.

Related

Update Hash to HMAC-SHA-512

I am trying to use a payment module in OpenCart version 2.0.1.1, and I need to update our Hash to HMAC-SHA-512, so the checkout page authorizes successfully.
I just donĀ“t know how to change the hash and where exactly I can do this.
We use Plesk, with PHP 7. The domain is www.didikong.de
The payment module is WireCard Checkout Page version 1.2.0.
So this wirecard generates a Fingerprint, which is encrypted via HMAC-SHA-512. And our website uses SSL.
Thanks in Advance.
I am really not sure if the version 1.5.2 of opencart-wcp was still compatible with 2.0.1.1 but I would try that first. There was a client library update between 1.2.0 and 1.5.2 in which the algorythm was updated. If you don't have a test system where you could try it out just check the changes in the client lib. More in particular look into the /system/library/wirecard/vendor/wirecard/checkout-client-library/library/WirecardCEE/QPay/FrontendClient.php file and see if the setHashAlgorithm is using the WirecardCEE_Stdlib_Fingerprint::HASH_ALGORITHM_HMAC_SHA512 constant. If not, just change it to the mentioned constant and you should be good to go. If you get any errors regarding some missing things consider updating the /system/library/wirecard/vendor/wirecard/checkout-client-library/library/WirecardCEE/Stdlib/Client/ClientAbstract.php to the newest version.

How to check Which version is installed of Web form for marketer in Sitecore 8

How I can check for WFFM version that have installed in Sitecore 8.
I was checking in List of Package inside Data/Packages folder . Is this correct way to do this ?
That's one of the options, but it's not necessarily correct. One can upload a package to that folder but never install it.
You can also check WFFFM dlls in the bin folder and see their version.
And maybe the most reliable way: login to Sitecore Desktop, change database to core and in Content Editor find /sitecore/system/packages/installation history node. There should be a list of all packages which are installed in your Sitecore application including their versions.
Look in the sitecore general log at application startup, all dlls are listed including version numbers.
I found one more way All Application ==> System ==> License detail ,there i found the version of WFFM.

Upgrade Opencart 1.5.x to 2.2.x

I have a old version opencart made in 1.5.6.4 version of opencart, I wanted the latest version of opencart,
I tried to follow the documentation given by opencart upgrade instructions but when I tried that, I followed many errors and unable to login to admin page so many undefined errors appear on the site.
Is there any safe way to upgrade the opencart website without having any errors and losing data?
It is hard to say how to upgrade opencart to latest version because opencart released new version opencart 2.2.0.0 where many bugs have fixed and is complete new features and also comes with different appearance and responsive in nature, so it would be good idea to upgrade to latest opencart. But the problem is : if you do not have good knowledge of PHP, you will face lots of errors and challenges. So it is always advisable to hire a PHP developer for upgrading your opencart 1.5.x to 2.2.x latest , you can find this post useful which describes why and how you should upgrade your opencart
http://templatecinderella.com/upgrade-opencart-1-5-x-to-opencart-2-2-x-version.html

Update Sitecore and SIP together?

I currently have the task of updating a Sitecore Instance 6.6 with SIP 3.2. The target is reaching Sitecore 7.0, so we can use Item Buckets.
The problem is when I update Sitecore to 7.0, it doesn't work with SIP 3.2, because assembly references doesn't match anymore and Sitecore 7.0 runs on .NET 4.5, where SIP 3.2 runs on .NET 3.5. So the Sitecore Backend does not work anymore and I cannot update the SIP.
If I update the SIP to 4.0 (which works with Sitecore 7.0) before updating the Sitecore Instance to 7.0, I get a similar problem.
Any idea what I can do to update both together? Or is there another way of achiving Sitecore 7.0 with SIP 4.0?
I would recommend uninstalling SIP first. You can achieve this is via removing the code files and configs from the solution manually - you can try leaving the Sitecore Items there as they shouldn't cause issues.
It will be helpful to redownloading the SIP package, unzip to see the files and view which files and configs it contains, then remove those from your solution.
A simpler way if you have Sitecore Rocks is to create an Anti-package - https://www.sitecore.net/nl-be/learn/blogs/technical-blogs/trevor-campbell/posts/2013/02/28-days-of-sitecore-rocks-package-management-part-1.aspx
Once you have removed SIP, complete your upgrade of Sitecore and confirm your site serves correctly afterwards.
Then its a matter of installing the correct version of SIP for the version of Sitecore 7 you have upgraded to. This will mitigate the issue of assemblies being different versions.
I would recommend backing up your databases before the upgrade as best practice but to also retrieve any SIP Item you may later need.

Joomla is not install in windows 7?

i am installing joomla 2.5 in my computer in 4th step after filling all the information like username, password and database name when i click on next button the process is going continue its not going 5th step.i am using wamp server
Please help me.
I hope the database that you entered does not exist. So Joomla may be taking to time to create the database and associated tables. Create a database for joomla and try again.
Hope my suggestion help. Thank you :-)
Please make sure that all the services of wamp has been started.
I too had the same problem while installing Joomla over WAMP on windows 7. I tried many ways, but didn't find a way out. So what I essentially did was took off WAMP and installed AppServ. But then also I had a small hickup, as the latest version of AppServ comes with PHP 6.x and had the same problem... So I installed AppServ 2.5.10 (REF: http://www.appservnetwork.com/modules.php?name=News&file=article&sid=46) and everything went fine.
Hope this helps...
Note: Can you please confirm which version of PHP are you using with WAMP.. I have read somewhere (but not 100% sure) that latest version of PHP supports only MySQLi database type and not MySQL anymore (regarding step 4 of joomla installation)