Attachement not showing
-
Hi
attached files does not show up , there is a javascript error in the console :
Failed to load resource: net::ERR_CONTENT_LENGTH_MISMATCH :
http://blahblah.com/wp-admin/admin-ajax.php?action=bugerator_get_attachment&security=16dc06867b&post=issue&id=3thanks
-
I can’t seem to duplicate that. Do you have any plugins that alter the wordpress security model or the uploader?
Hi,
thanks for your reply,
my wordpress bundle is free of any other plugin, i was jsut trying to set an environment to test your plugin.Where is your bugerator install located?
not sure to understand your question,
it is installed in the plugin folder
can i send you a pm to send you the url ?Sure david at tickerator dot org.
OK I got the sign up and the link. There is no output from my plugin at all there. So I first have to ask do you have a page there with the shortcode [bugerator] on it? If you are new to plugins this is what tells wordpress to use a plugin on a certain page.
Assuming you have that the next step is to turn on debugging on wordpress. http://codex.wordpress.org/Debugging_in_WordPress – basically you need to edit your wp-config.php file like when you set up the website and add
define(‘WP_DEBUG’, true);
to a blank line in that file. You will probably want to turn this off later but this will display any errors that the plugin might be generating.
The topic ‘Attachement not showing’ is closed to new replies.