jenagan
Member
Posted 10 months ago #
Anyone using wordpress below version 3.1 might get this problem.
Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data.
When you o to "wp-content/plugins" and delete the plug-in, it will back to normal.
I recommend to upgrade.
http://wordpress.org/extend/plugins/document-attachment-widget/
Geansai
Member
Plugin Author
Posted 10 months ago #
Hi jenagan,
When I get a min I'll look to this issue. Can you tell me when you say delete the plugin are you saying that you delete version 1.0 then install version 1.1 or just delete it and not use the plugin at all?
jenagan
Member
Posted 10 months ago #
I deleted the plugin and not using it at all.
Also it might cause from some other resources, still i
couldn't move further to discover it. So i gave up.
Geansai
Member
Plugin Author
Posted 10 months ago #
Thanks for the reply! will run some tests on version 3 to see what I come up with.
Geansai
Member
Plugin Author
Posted 10 months ago #
Geansai
Member
Plugin Author
Posted 10 months ago #
Right we have found the issues, it's to do with the __construct within the class. It is calling WP_Widget, which we are guessing is killing WordPress v3.
We have changed it to parent::__construct which is all cool and working in WP 3, but we will have to rewrite the front-end of the widget, which doesn't seem worth it. So sorry to say, please don't use this plugin with older versions of WP.
jenagan
Member
Posted 10 months ago #
Ok, Thank you for your time and support.