Wordpress插件 -
new SQLite3("dbname",0666);
以上命令返回错误:
unable to open database file .
以上错误是我运行/var/www/wordpress/wp-content/plugins/pluginfolder/myfile.php
在这里,我执行了命令:
chmod 777 pluginfolder
但是如果我运行路径/var/www/somefolder/myfile.php中存在的文件,错误就不会出现
chmod 777 somefolder //(once see above path) .
因此,在使用wordpress插件时遇到问题,我还需要做什么?
谢谢!