jeremyclark13 / automatic-theme-plugin-update

Self hosted plugin and theme update scripts
http://clark-technet.com/2010/12/wordpress-self-hosted-plugin-update-api
548 stars 147 forks source link

Error when viewing plugin version details #34

Open sukhjeetmangat opened 10 years ago

sukhjeetmangat commented 10 years ago

Hi,

I am using your plugin but it work fine if i used on one plugin. if i add two or more plugin array in package.php file and when i click on plugin version details then it gives me error.

"An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the support forums."

Only the first plugin show me version details.

Looking forward to your reply. Thanks

morganKa commented 9 years ago

Hi,

Great script ! But... Got the the same problem ! Any idea on how to resolve ??

Thanks !

ve3 commented 8 years ago

I got the same problem. This issue since 2014? No one help?

ve3 commented 8 years ago

I found it! Take a look at your plugin for example this file. https://github.com/jeremyclark13/automatic-theme-plugin-update/blob/master/plugin/test-plugin-update/test-plugin-update.php About line 78 in the conditions !isset($args->slug) || ($args->slug != $plugin_slug) Don't return false;! Just return $def;