Skip to content

codeinitiator

We <3 people who code

  • magento1
  • wordpress
  • magento 2
  • drupal 8
Install/Uninstall Magento 2 Extensions

How To Install/Uninstall Magento 2 Extensions

April 9, 2020April 13, 2020gurcharansingh

  Install Magento Extension Via Admin Web Setup Wizard In this tutorial, we will learn how to Install/Uninstall Magento 2 Extensions via the admin panel. There is also another method to install the extension command line by using Magento commands that we will discuss in another post. In order to enhance the features and functionality […]

magento 2
switch PHP version

How to Switch PHP Version on an Ubuntu 18.04

April 2, 2020April 13, 2020gurcharansingh

  Introduction In this post, we will illustrate how to switch PHP version from 7.2 to 5.6 to enable you to run your projects smoothly with the help of just one command.   Prerequisites Ubuntu 18.04 operating system Web server. A non-root user with sudo privileges. Have 2 different versions of PHP installed on your […]

php, ubuntu

Get magento version with command line

November 25, 2019January 22, 2020gurcharansingh

With the help of the below command, you can check the Magento 1 version in command line.  

magento1 Leave a comment

Go to last commit in GIT

November 4, 2019gurcharansingh

Below command will move your code to previous commit git reset –hard HEAD@{1}

magento1 Leave a comment

How to completely remove Donations Ultimate extension

October 22, 2019gurcharansingh

DELETE FROM `eav_attribute` WHERE `attribute_code` = ‘donation_available’; DELETE FROM `eav_attribute` WHERE `attribute_code` = ‘donation_default’;

magento1 Leave a comment

magento 1 clear cache command line

October 22, 2019gurcharansingh

I have resolved the issue by myself with the following solution: Login to your server and run the below command from your magento root directory: php -r ‘require “app/Mage.php”; Mage::app()->getCacheInstance()->flush();’ Above command flush your magento 1 cache. I suggest when change magento project folder then run above command

magento1 Leave a comment

Executing cron tasks manually in Magento

October 22, 2019December 3, 2019gurcharansingh

For example, we have this cron task on a config.xml file of a specific module: we can create a new script that loads and executes that cron task like this (create a script.php file and put something like this inside): The last step would be running this script manually (php script.php).

magento1 Leave a comment

How to disable compilation in Magento 1

October 15, 2019December 3, 2019gurcharansingh
magento1 Leave a comment

magento 1 create admin user programmatically

October 10, 2019December 3, 2019gurcharansingh
magento1 Leave a comment

How to print raw sql query in Magento 1

September 26, 2019gurcharansingh
magento

Posts navigation

← Older posts

Recent Posts

  • How To Install/Uninstall Magento 2 Extensions
  • How to Switch PHP Version on an Ubuntu 18.04
  • Get magento version with command line
  • Go to last commit in GIT
  • How to completely remove Donations Ultimate extension

Recent Comments

  • gurcharansingh on Using Docker I get the error: “SQLSTATE[HY000] [2002] No such file or directory”

Archives

  • April 2020
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • May 2019
  • March 2019
  • October 2018
  • March 2018
  • December 2017
  • October 2017
  • August 2017
  • June 2017
  • February 2017
  • January 2017
  • December 2016
  • November 2016
  • October 2016
  • September 2016
  • August 2016
  • July 2016
  • June 2016
  • May 2016
  • October 2015
  • September 2015
  • August 2015
  • June 2015
  • May 2015
  • April 2015
  • March 2015

Categories

  • ajax
  • angular 2
  • bootstrap
  • docker
  • drupal
  • drupal 8
  • facebook
  • git
  • javascript
  • jquery
  • magento
  • magento 2
  • magento1
  • php
  • phpmyadmin
  • silverstripe
  • stripe
  • symfony
  • twitter
  • ubuntu
  • woocommerce
  • wordpress
  • yii2

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Proudly powered by WordPress | Theme: Radiate by ThemeGrill.