xslt-config not found. Please reinstall the libxslt >= 1.1.0

The error “xslt-config not found. Please reinstall the libxslt >= 1.1.0” is occurred if  libxslt is not installed or due to lower version. I have try many things to solve that error and finally I solved by installing hight version like below. sudo apt-get install libxslt1-dev see no where it is mansion that  you need to install it “libxslt1-dev” but after

Read more

What is WordPress

WordPress is a free and open-source content management system based on PHP and MySQL. To function, WordPress has to be installed on a web server, which would either be part of an Internet hosting service or a network host in its own right.WordPress is most powerful blogging and website content management system (or CMS) in existence today.

Read more

What is Magento

Magento is an ecommerce platform built on open source technology(php/Mysql) which provides online merchants with a flexible shopping cart system, as well as control over the look, content and functionality of their online store

Read more

What is MySQL

MySQL is the world’s most popular open source database. With its proven performance, reliability and ease-of-use, MySQL has become the leading database choice for web-based applications, used by high profile web properties including Facebook, Twitter, YouTube, Yahoo! and many more.

Read more

What is PHP

PHP stends for Hypertext Preprocessor is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.PHP is a server-side scripting language designed primarily for web development but also used as a general-purpose programming language. Originally created by Rasmus Lerdorf in 1994, PHP originally stood for Personal Home Page.

Read more

What is Hello World

Hello World is a simple program that, when run, displays the message: Hello World . Fittingly, the Hello World program has long been the new programmer’s induction into a myriad of programming languages. A “Hello, World!” program is a computer program that outputs or displays “Hello, World!” to a user. Being a very simple program in most programming languages, it

Read more

Magento root@localhost permission denied

If you found error while firing magento 2 commands then it may be problem due to you don’t have execute permission for binaries. To fix it please do following cd to your magento root directory Fire command  chmod u+x bin/magento if above command not working then fire with admin account sudo chmod u+x bin/magento Now check commands it should start

Read more

Magento 2 remove buttons like add,delete back

How to remove magento 2 buttons from grid and forms this->removeButton(‘reset’); $this->removeButton(‘back’); this->removeButton(‘add’); $this->removeButton(‘delete’);

Read more
1 2 3 7