CMS: Wordpress FB Comment Plugin before migration: Facebook Comments SSL Plugin: Really Simple SSL. I have hundreds of pages and thousands comments via FB Comment plugin. After migrating to https/SSL, all share counts and comments are lost. Actually not lost, the comment is there, we just have to call…
To restore database mysql (specially INNODB database) from folder is quietly easy. Follow this steps from SSH with root privilege: Setup mysql with small vserver from Digital Ocean (or vultr, linode, etc) with Ubuntu 16.04: apt-get update apt-get upgrade apt-get install mysql-server Create database with the same name, same…
Nextcloud is like dropbox, open source, and competitor of owncloud. Based on fact, Nextcloud founded by co-founder Owncloud. Installing Nextcloud in Plesk Onyx is very easy, just like we install Wordpress or others. Create domain or subdomain in Plesk. For easy installation choose Apache instead of Nginx. From PHP Manager…
(Update: This tutorial only suitable for installing Ghost 0.11.x. The better way for install Ghost 1.0.x is using Docker module) Here are steps how to install Ghost with Node.js Extension and Phusion Passenger in Plesk Panel: 1. Make sure Phusion Passenger is active To check,…
How to transfer or migrate large amount of images from Wordpress site to another Wordpress site with easy way? In some conditions, when we could not access website environment with FTP and SSH, webdisk from CPanel is best solution. Case: Wordpress site 1: Hosted with Cpanel with FTP Accesable Wordpress…
(Update: JXcore extension in Plesk has been deprecated and no longer available. Plesk provides new extension for Nodejs and Docker. I wrote update: "How to Install Ghost with Node.js Extension in Plesk Onyx"). Installing Ghost in Plesk 12 panel is easy, just install JXcore Plesk for Node…
Export and import Mysql database with large datas needs alots of time with phpmyadmin. Sometimes failed to import because some errors. Fortunately, there is a simple way to do that, directly from command line with mysqldump. Export Mysql Database Example: I want to export my database: exampledb.sql with username:…
HHVM (HipHop Virtual Machine) is an open-source virtual machine designed for executing programs written in Hack and PHP. HHVM is developed and supported by Facebook. Faster and more secure than PHP 7 (see comparisons between PHP 7 and HHVM). My site is using Joomla 3.4.5 and runs normal…