anwamehtar
Forum Replies Created
-
It should work if you have the permissions set correctly. Make sure you’ve got it set to that same folder in your WordPress plugin settings.
Forum: Fixing WordPress
In reply to: Error: unable to access Twitter feed for userI released MyTwitter 2 today. It has a more stable backend. It’s WordPress 2.7 compatible (should support 2.5+, but I haven’t been able to test), and requires PHP 5.2 or newer.
http://wordpress.org/extend/plugins/mytwitter/
You’ve still got to watch the settings for the cache folder and as darrellosborn says, chmod it to 755.
Forum: Plugins
In reply to: [Plugin: MyTwitter] Can’t Write FileIt was trying to write the cache file in the folder “/home/XXXXXXX/public_html/cnk/cache”, but it was not able to write it there. This could be due to permissions settings. If you’re on unix, chmod the directory to 775.
If you need help understanding permissions on unix/linux, read this: http://en.wikipedia.org/wiki/Chmod
Forum: Plugins
In reply to: Unable to access twitter feed for account – MyTwitterI released MyTwitter 2 today. It has a more stable backend. It’s WordPress 2.7 compatible (should support 2.5+, but I haven’t been able to test), and requires PHP 5.2 or newer.
Forum: Fixing WordPress
In reply to: Error: unable to access Twitter feed for userMake sure you’ve got the cache set up correctly — “cache” folder in webserver root w/ write permissions (unless you modified the cache location in the code). Make sure twitter isn’t down (http://istwitterdown.com/). If you’re having more problems w/ it, let me know some additional details like what version of WordPress and PHP you have.