Menu

解決 LNMP+Wordpress 無法顯示模板頁面問題


在 LNMP 環境下安裝 Wordpress,在後台的模板頁 (theme.php) 無法顯示己安裝的模板。以下為解決方法:
  1.  用Putty連到VPS
  2. sed -i 's/disable_functions =.*/disable_functions = passthru,exec,system,chroot,chgrp,chown,shell_exec,proc_open,proc_get_status,ini_alter,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,stream_socket_server,fsocket/g' /usr/local/php/etc/php.ini
  3. /etc/init.d/php-fpm restart
  4. 完成