Websites hosted on Plesk server is not accessible: 504 Gateway Time-out: The timeout specified has expired: [client 0.0.0.0:54] AH01095: Error dispatching request !!!!! Date posted: 10 /10 /2019 Introduction Most importantly, websites hosted on Plesk server is unavailable and often result in 504 Bad gateway error with timeout error specified… Continue Reading Websites hosted on Plesk server is not accessible: 504 Gateway Time-out: The timeout specified has expired: [client 0.0.0.0:54] AH01095: Error dispatching request !!!!!

Can’t locate XSLoader.pm in @INC (@INC contains:/usr/local/lib64/perl5 /usr/local/share/perl5 Date posted: 30/08/2019 Introduction As a result, in the Cpanel server as Perl could not recognize that dependency was installed. Additionally, for instance it will arise problems getting to install correctly using Cpanel’s easyapache. Error exposed: Solution and Fix: Threads at Cpanel.net… Continue Reading Can’t locate XSLoader.pm in @INC (@INC contains:/usr/local/lib64/perl5 /usr/local/share/perl5

How to Install / Update WordPress Automatically Without Using FTP Date published: 21/08/2019 Introduction In many circumstances, you are not able to update/upgrade your WordPress and plugins to a newer version without providing your FTP connection information. This is the most common issue whereby the WordPress system can’t write to your /wp-contentfolder… Continue Reading How to Install / Update WordPress Automatically Without Using FTP

Websites hosted on Plesk server often results with 502 Bad Gateway Introduction Most importantly, websites are unavailable and often result in 502 Bad gateway in the Plesk server. Root cause A request cannot be processed by the proxy server because of insufficient buffer size. In the log files /var/log/nginx/error.log Consequently, in… Continue Reading Websites hosted on Plesk server often results with 502 Bad Gateway

Fixed:Your PHP installation appears to be missing the MySQL extension which is required by WordPress. Date posted: 18/06/2019 Introduction To clarify that this error is more annoying after migration from easyapache 3 to easyapache 4. As a result we will get this error on all of our wordpress sites. Solution… Continue Reading Fixed:Your PHP installation appears to be missing the MySQL extension which is required by WordPress.

Bootstrap – Modals Date posted: 16/05/2019 Introduction Modal component is used to display popup window on the current page. which is used to provide important information to the user Button or a link is used to trigger the modal window. Example of BS3 code: Output: Thanks for using pheonix solutions. You… Continue Reading Bootstrap – Modals

How to Install Go on CentOS – 7 Date Posted: 15/05/2019 Introduction Go, often referred to as golang is a ultra modern open source programming language created by Google. In day today life, many popular applications such as , Docker, Kubernetes and Hugo, are written in Go language. In this… Continue Reading How to Install Go on CentOS-7

How to decompile android application Date : 02/05/2019 Prerequisite 1.Initially, download apktool via this link. http://ibotpeaches.github.io/Apktool/install/ However, you can also use command line to install it. 2.Therefore, download java decompiler in .jar format preferably than any other OS oriented packages. http://jd.benow.ca/ 3. Most importantly, download dex2jar via this the link.… Continue Reading How to get source code of any android application

How to use push,pull,commit in android studio. Date: 26 /04/2019 Prerequisite Enable Version Control in android studio. Remote repository configured with your project. Account in git lab. Step 1:Push command Every Git project should have a remote or central repository where other developers can collaborate on the project from anywhere… Continue Reading How to use push,pull,commit in android studio.

HOW TO USE TRANSFORM PROPERTY IN CSS Date posted :11/04/2019 In this tutorial we are going to see about how to use transform properties in CSS. TRANSFORM ROTATION The rotation created by rotate(). If the values is positive, the movement will be clockwise . If negative, it will be counter-clockwise.… Continue Reading HOW TO USE TRANSFORM PROPERTY IN CSS