bencomp
Forum Replies Created
-
Reverting worked to get rid of the warning.
Forum: Plugins
In reply to: [Zotpress] Screen options in post editing don't work (5.0.6)I’m using Firefox 18.0.2 on Windows 7; WordPress version is 3.5.1.
I think you need to ask the people from the plugin(?) you use to tweet about new posts about this.
Forum: Plugins
In reply to: [Tweet Images] [Plugin: Tweet Images] Upload FailedHi Smoothy,
I assume you checked the box that says “Allow new Twitter images to be posted from my account” in your user profile (Users -> Your Profile)? And that you set all the other settings according to the installation instructions?
Does mod_security happen to block uploads? It took me a while to find out that it did in my case, when I tried to upload an image using Trumpet for Android. (When using the test script, everything worked fine.)
My webhoster’s error log showed errors like (edited for security/privacy):
[Wed Apr 18 15:03:50 2012] [error] [client xxx.xxx.xxx.xxx] mod_security: Access denied with code 500. Error processing request body: (null) [hostname "my.blog.address"] [uri "/tweetimage/1/wordpress/...secret.../upload.xml"]
I emailed the helpdesk to find out what exactly caused this and am waiting for an answer. In the meantime I added these lines to .htaccess in the WordPress directory:<IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule>They turn off the mod_security, as far as I know, which is not something I really like to do. I hope there is a better solution, but it may work for you.
Ben
Forum: Plugins
In reply to: [Tweet Images] [Plugin: Tweet Images] Updats only shown via permalinkHi RCVRS,
I just got the plugin to work and noticed the same behaviour.
Could it be that you also use Polylang? In my case, new image posts are not assigned a language. It could be that Polylang only shows posts with a language, both in the feeds and on the homepage. I don’t know for sure, though.
Ben