Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the responsive-lightbox domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/amirul/public_html/wp-includes/functions.php on line 6114

Deprecated: version_compare(): Passing null to parameter #2 ($version2) of type string is deprecated in /home/amirul/public_html/wp-content/plugins/elementor/core/experiments/manager.php on line 132
Tutorial Archives - Amiruldin's Blog

CURL fix for PHP7 on CloudLinux 6 & 7

If your website is down due to one of the following error it means you haven’t apply the CURL fix;

PHP Warning: PHP Startup: Unable to load dynamic library '/opt/cpanel/ea-php70/root/usr/lib64/php/modules/curl.so' - libnghttp2.so.14: cannot open shared object file: No such file or directory in Unknown on line 0

or

CURL is not installed or is disabled on your server and it is required for WHMCS to run

Here is a fix to the problem and it is really simply to be applied;

CURL fix for PHP7 on CloudLinux 6/7CloudLinux 6

yum update ea-libcurl

CloudLinux 7

yum update libnghttp2-devel

My WHMCS website were down for almost 2 days because of this bug. I had to downgrade my PHP to 5.6 for a temporary solution before CloudLinux actually released a fix. I hope everyone else are not having the same problem as I did.

Soure: CloudLinux Blog

How to Change CIMBClicks Transaction Limit

UPDATE: Please refer to Cara Ubah Had Transaksi CIMBCliks for the updated guide on how to change the transaction limit.

Previously, I posted about how to change Maybank2u transaction limit. In this post, it is going to be for CIMBClicks and it is slightly easier.

Of course, you need to be logged in to your CIMBClicks account. Once you’re in, hover your mouse to “Settings” and click on “Clicks Transaction Limit”.

Continue reading “How to Change CIMBClicks Transaction Limit”

How to Change Maybank2u Transaction Limit

If you happen to need to increase your Maybank2u transaction limit be it for a 3rd party transfer or even for instant interbank transfer, here is how to do it.

Once you’re logged in to your m2u account, click on “Accounts & Banking”. Then from the left panel, click “Transfers”.

Scroll down a little bit and you’ll find “Transaction Limit Maintenance”, click it to proceed.

Continue reading “How to Change Maybank2u Transaction Limit”

How to start playing around with Linux

If you have only heard of Linux or its’ distributions such as CentOS, RedHat, Ubuntu and many others; but you have never use one before and you wish you have a machine that you could install it and start experiencing the power of Linux yet you only have one PC running Windows; you are reading the right post right now.

Firstly, download the latest version of VirtualBox; in this tutorial, we are going to install the platform package for Windows hosts.

Continue reading “How to start playing around with Linux”