Select Page

WordPress Theme Not Showing Up
Posted on August 19, 2017
WordPress Theme Not Showing Up

Jackie, also known by his nick-name KK, always strives for the best and learn from the best. Working and living as a Freelance Web Engineer/ Web Developer & Designer/ Amateur Youtuber/ Husky Lover. If you love one of these things that I love, we already have something in common.

Jackie Sung

Owner

When scandir function is disabled, your newly-installed theme or plugin wouldn't show up. Follow this tutorial, let's solve this issue.

Method 1

vim /usr/local/php/etc/php.ini

Locate disable_functions and delete scandir, then restart PHP

/etc/init.d/php-fpm restart
or
service php-fpm restart

Method 2

sed -i 's/,scandir//g' /usr/local/php/etc/php.ini

Restart PHP

/etc/init.d/php-fpm restart
or
service php-fpm restart

Related Articles

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

Pin It on Pinterest

Share This