Thursday, 31 December 2015

How to Clone a Git Repository Content to a Given Folder

Source : How to Clone a Git Repository Content to a Given Folder
Published On : December 31, 2015 at 04:44PM
By : Agbonghama Collins

When you clone a Git repository with the git clone command like so:

git clone http://ift.tt/1Omvc6I

The content of the repo will be downloaded or cloned into a WP_List_Table-Class-Plugin-Example (repository name) folder.

This might not be your expected behavior. An example of what your expection might be is for the content of the Git repository to be cloned into your current directory or to a named folder in the current directory.…



For More Go to : W3Guy – A Geek's Diary

Labels:

Friday, 11 December 2015

How to Fix – Notice: The called constructor method for WP_Widget is deprecated

Source : How to Fix – Notice: The called constructor method for WP_Widget is deprecated
Published On : December 11, 2015 at 10:07PM
By : Agbonghama Collins

The use of PHP4 style constructors to create widgets in WordPress was officially deprecated in version 4.3. As a result, the following error notice will be displayed in your site if WP_DEBUG constant in wp-config.php is set to true. Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use __construct() instead. In […]


For More Go to : w3guy – Diary of a Geek

Labels:

Wednesday, 9 December 2015

How to Disable Avira Anti-Virus Automatic Update

Source : How to Disable Avira Anti-Virus Automatic Update
Published On : December 09, 2015 at 02:16PM
By : Agbonghama Collins

Avira has been my antivirus of choice for a long time now. These past few days, I was constantly bugged by its automatic updates (auto-update) and the subsequent dialog box appearance to reboot my computer after the update has successfully been downloaded. Admittedly, I found it obnoxious and intrusive, thus I had to find a […]


For More Go to : w3guy - Diary of a Geek

Labels:

Sunday, 6 December 2015

How to Checkout a Remote Git Branch

Source : How to Checkout a Remote Git Branch
Published On : December 07, 2015 at 01:01PM
By : Agbonghama Collins

Assuming you occasionally work on a side project every evening after work versioned by Git and saved to a remote repository such as GitHub, Bitbucket or GitLab. And on one glorious day at work, your lunch break was extended by an hour or two. In order not to waste the time, you decided to continue […]


For More Go to : w3guy - Diary of a Geek

Labels:

Wednesday, 2 December 2015

Fix phpMyAdmin Error: Wrong permissions on configuration file, should not be world writable!

Source : Fix phpMyAdmin Error: Wrong permissions on configuration file, should not be world writable!
Published On : December 03, 2015 at 02:34AM
By : Agbonghama Collins

After installing phpMyAdmin for an Ubuntu 14.04 server, I got the following error while browsing to it. phpMyAdmin – Error Wrong permissions on configuration file, should not be world writable! From the error message, one can discern that the problem is due to an incorrect file permission of config.inc.php — configuration file. I tried chmoding […]


For More Go to : w3guy - Diary of a Geek

Labels: