Plugin upload does not work
Hi, I creater a plugin for IntelliJ, but when i try to upload it at http://plugins.intellij.net/plugin/add/, i get following error:
Fatal error: Call to a member function on a non-object in /var/www/plugins.intellij.net/classes/Manager.class.php on line 755
I wrote an email to plugins-admin and webmaster, without any response...
So is JetBrains aware of it?
Please sign in to leave a comment.
i figured out that uploading jar file is ok, but zip file fails.
so even single jar with extracted jars inside is a problem... dunno why
anyway here is the source:
http://code.google.com/p/eclipse-code-formatter-intellij-plugin/
solved.
problem was that in some libs were files named "plugin.xml" and they were validated like if they were from IntelliJ ...