maedhros
Forum Replies Created
-
Forum: Plugins
In reply to: [Frontend Uploader] Shortcode to add posts with picturesI am having the same problem, using this:
[fu-upload-form form_layout=”post” suppress_default_fields=”true” title=”Submit a photo:”]
[input type=”text” name=”post_title” id=”title” class=”required” description=”Title” multiple=””]
[textarea name=”post_content” class=”textarea” id=”ug_caption” description=”Enter the text here:”]
[input type=”file” name=”photo” id=”ug_photo” class=”required” description=”Your Photo” multiple=””]
[input type=”submit” class=”btn” value=”Submit”]
[/fu-upload-form]It doesn’t seem to matter whether I use form_layout=”post” or form_layout=”post_image”
I have the same problem, in my server logs I have:
[Sat Dec 08 16:06:16 2012] [error] [client 188.40.97.131] SoftException in Application.cpp:573: Directory “/path/to/vhost/html/wp/wp-content/plugins” is writeable by others, referer: http://<myhost>/wp-admin/post-new.php
[Sat Dec 08 16:06:16 2012] [error] [client 188.40.97.131] Premature end of script headers: upload.php, referer: http://<myhost>/wp-admin/post-new.phpCan you change the path for thumbnail cache to somewhere outside the plugins directory?