| 开发者 | flyaga li | 
|---|---|
| 更新时间 | 2011年8月11日 00:39 | 
| 捐献地址: | 去捐款 | 
| PHP版本: | 2.5 及以上 | 
| WordPress版本: | 3.01 | 
wp-content/plugins/ and unzip the file, it will create a wp-content/plugins/fix-rss-feed/ directory.wp-content/plugins/ and unzip the file, it will create a wp-content/plugins/fix-rss-feed/ directory.If your os is the windows, please check your file whether is read-only, so, in the Explorer right-click the file, choose Properties, uncheck read-only attribute, and then click "ok" button, final your file can be written.. If your os is linux, using ftp or WinSCP into your server, find the file, right-click the file, choose Properties, please set file permissions to 777, and then click "ok" button, final your file can be written.. If it is linux of ssh login, then enter the server, to find documents, use chmod command to set permissions, for example:. chmod 777 test.php. final you can write documents.