It is highly recommended that you have another firewall protecting your network or server before, or immediately after, disabling firewalld. Pre-Flight Check These instructions are intended specifically for stopping and disabling firewalld CentOS 7. I’ll be working from a Liquid Web Self Managed CentOS 7 server, and I’ll be logged in as root. Disable Firewalld To Full Article…
Search the Wiki
Enable or Disable SELinux
From the command line, you can edit the /etc/sysconfig/selinux file. This file is a symlink to /etc/selinux/config. The configuration file is self-explanatory. Changing the value of SELINUX or SELINUXTYPE changes the state of SELinux and the name of the policy to be used the next time the system boots. [root@host2a ~]# cat /etc/sysconfig/selinux # This file controls the state of SELinux on Full Article…
Disable X-Frame-Options on apache
See X-Frame-Options header on error response You can simply add following line to .htaccess Header always unset X-Frame-Options
Fixing “no input file specified” error with .htaccess or php.ini
This error usually occurs on hosting, because of the way they have PHP installed. Method 1: If you are using Virtualmin, you should change the PHP script execution mode, the default mode is "FCGId (run as virtual server owner)". You should change it to "Apache mod_php (run as Apache's user)". After changing the execution mode, Full Article…
Quick Tip: Create Folders and Subfolders in Bulk Using a Text File
Anyone who has needed to create a large number of folders in Windows knows this is a tedious task. Simplify your creation by typing a list of the folder names in a text document, and get a program to do all the manual work. The first thing you need to do is type a list Full Article…
SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘e.visibility’ in ‘where clause’
SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘e.visibility’ in ‘where clause’ Sounds quite a catastrophic error in Magento, but it seems to be quite common in “responsive magento themes”. Quick fix for this is to ensure the following are set – Use Flat Catalog Category = NO Use Flat Catalog Product = NO You find Full Article…
Dummy credit card numbers
Dummy credit card numbers Have you ever neede dummy credit card numbers for testing purposes? Well, here you have unlimited with card numbers! Just refresh this page to get 10 new card numbers for each vendor. Perfect for testing with PayPal sandbox etc… Mastercard 5184056094730073 5297892201376721 5230645345718822 5353155356623458 5532587306222847 5252797360705367 5546986608892600 5513793320718538 5232893682943730 5150288121329518 VISA 16 Full Article…
How to show pending payment order on front-end
This will be a very quick tutorial today but I bet that it’s helpful to you. As you know, some orders have status of pending payment and by default, Magento doesn’t show them on frontend. It makes customers unable to view details of their orders. However, you can configure to display these orders on frontend Full Article…
Error! Some required system tools when trying to apply Magento patches via SSH
I have been trying to apply some Magento patches via SSH (SUPEE-5344 and SUPEE-1533) from the Magento Community Edition download page (https://www.magentocommerce.com/products/downloads/magento/) I am running in a SSH session: sh PATCH_SUPEE-1533_EE_1.13.x_v1-2015-02-10-08-18-32.sh but keep getting the following error: Error! Some required system tools, that are utilized in this sh script, are not installed: Tool(s) "patch" is(are) missed, please install it(them). I have Full Article…