Change insync folder location in Linux

Before carrying out this operation. Please make sure that you have everything synced and quit insync. The command show below has to be passed in the terminal. For windows there is preference menu in the systray. For Linux you can follow these steps: 1. Copy the /home//Insync directory to the new location. 2. Execute “insync … Continue reading “Change insync folder location in Linux”

Suppress strict standards errors in Joomla

If you are getting too many strict standards errors in Joomla then there is a very easy way to suppress these kinds of error. Just open configuration.php file which is in the root of the Joomla installation. Open that file and find the line [sourcecode language=”php”] public $error_reporting = ‘default’ [/sourcecode] change this line to … Continue reading “Suppress strict standards errors in Joomla”