[ad_1]
I’m developing my custom WordPress under UBUNTU Linux, i thought its problem because wrong permission.
This my below my comment
“`
$ sudo chown -R www-data:www-data /var/www/wordpress
$ sudo find /var/www/wordpress/ -type d -exec chmod 750 {} \;
$ sudo find /var/www/wordpress/ -type f -exec chmod 640 {} \;
“`
I tried with other permission but it’s not fic my problem
