terça-feira, maio 30, 2017

WordPress : Asking FTP credentials when trying to install a plugin or theme

php - WordPress : Asking FTP credentials when trying to install a plugin or theme - Stack Overflow

wordpress asking ftp credentials



The easiest way to solve this problem is add the following code in your wp-config.php
define('FS_METHOD', 'direct');
If still problem exists, follow the steps given by following link :

Follow the below steps.
  1. Open wp-config.php
  2. Edit the file.
  3. Add the following given line after WP_DEBUG
    define('FS_METHOD', 'direct');
  4. Save

sábado, maio 13, 2017

pfsense tmux locale problem

2.3.3-RELEASE tmux locale problem



$ /usr/local/bin/tmux



Error: tmux: need UTF-8 locale (LC_CTYPE) but have US-ASCII



Solution:







grab the UTF-8 locale files from a FreeBSD box of the same vintage, it works. For example, if you grab http://atxfiles.pfsense.org/jimp/fbsd-10.3-en_US.UTF-8.tgz and then decompress it in /usr/share/locale/en_US.UTF-8 then tmux runs.

$ cd /usr/share/locale/en_US.UTF-8
$ tar xvfj ~/fbsd-10.3-en_US.UTF-8.tgz
#single line command
$  tar xvfz fbsd-10.3-en_US.UTF-8.tgz -C /usr/share/locale/en_US.UTF-8/
Test if tmux works...

quinta-feira, maio 11, 2017

MageReport.com check Magento security check

MageReport.com



This free service gives you a quick insight in the security status of your Magento shop(s) and how to fix possible vulnerabilities. MageReport.com is made by the Magento hosting specialists of Dutch provider Byte. We protect performance and security of several thousand Magento shops.