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
July 2017 - Amiruldin's Blog

Traveloka App is cheaper than the browser version?

Will buying hotel vouchers using traveloka app be cheaper compared to using browser on your PC? From my personal experience, most of the time yes it is cheaper to buy from the mobile application. Below I will show you four examples which three of them having cheaper price on the mobile application compared to the browser version whereas the other one is showing the same price.

City View Hotel Kota Warisan, Sepang

For this deal, buying hotel voucher using Traveloka mobile app will save you over 10% if compared to buying the voucher from the browser. But I’ve also seen cheaper rate from other application for this hotel so don’t forget to compare with other competitor as well. Continue reading “Traveloka App is cheaper than the browser version?”

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