How to check the latest patch version applied to magento?
Magento latest patch version need to check will use below commands. It will show entire list of patch in your project.
Runned the command in your putty.
grep -F '|' app/etc/applied.patches.list|cut -f 2,1 -d'|'
Another options
Goto App/etc folder and find the file name as "applied.patches.list"...
Follow Me:
Follow @codingslover
Monday, 6 February 2017

Npm node js can't find package.json
The most important things in your package.json are the name and version fields. Those are actually required, and your package won't install without them. The name and version together form an identifier that is assumed to be completely unique. Changes to the package should come along with changes to the version.
npm --version
npm install express
npm init -y
More reference:
https://docs.npmjs.com/files...
Friday, 28 October 2016
Friday, 7 August 2015

Differences between InnoDB and MyISAM
In MySQL, major difference of InnoDB and MyISAM are given below. MyIsam is supporting the table level locking in database. But InnoDB is supporting the row level locking in the database. MyIsam is supporting the FULL TEXT SEARCH functionality and InnoDB also supporting the FULL TEXT SEARCH after MySQL Version of 5.6.4.
MyISAM Engine :
1. It supporting Table-level...
Subscribe to:
Posts (Atom)

Recent Posts
Popular Posts
Categories
- Apache Server (1)
- Api Integration (1)
- Browsers (6)
- CSS and CSS3 (2)
- Fedex (1)
- Html and Html5 (3)
- Javascript (1)
- JQuery (1)
- JSON and JSONP (2)
- Magento (1)
- Mysql and SQL (4)
- Nodejs (3)
- Php (16)
- ReactJS (2)
- technology (6)
- WebP (1)
- Webpack (2)
Profile
Followers
Copyright © 2025
Codingslover Programming Blog, Tutorials, jQuery, Ajax, PHP, MySQL | Powered by Blogger