junichi11 / netbeans-wordpress-plugin

Support for WordPress
http://plugins.netbeans.org/plugin/46542/php-wordpress-blog-cms
Other
91 stars 35 forks source link

PHP project with Wordpress is empty #38

Closed Chris2011 closed 10 years ago

Chris2011 commented 10 years ago

When I create a new PHP project and check WordPress CMS/Blog at the framework section, I got the site to set url, set format, set DB name, user, pass, and so on but when I finish it the Source Files folder is empty. When I open the project folder with my explorer I only see the nbproject folder inside it. So no unzipping, no wordpress. the unzipping field inside the project wizard is deactivated and empty. So I can't create a wordpress project. I tried the options to set the URL to the wordpress but nothing happens. And at the moment I don't know, what I did wrong. I read the Readme.md x-times.

Regards

Chris

junichi11 commented 10 years ago

I tried the options to set the URL to the wordpress

Could you tell me the URL?

Chris2011 commented 10 years ago

This is the url: http://wordpress.org/latest.zip

junichi11 commented 10 years ago

@Chris2011 Thanks. I can reproduce it. I'll try to check the cause.

junichi11 commented 10 years ago

Probably, the cause is a redirection.

junichi11 commented 10 years ago

I'm sorry. It seems that the URL is not good. I'll fix the default URL. (https://wordpress.org/latest.zip)

Thanks.

junichi11 commented 10 years ago

I've fixed that.

@Chris2011 Could you try to test it? https://github.com/junichi11/netbeans-wordpress-plugin/releases/tag/v0.7.3 (0.7.3.1-dev)

Chris2011 commented 10 years ago

Still the same :/. Nothing happened. My operating system is Windows 7 x64, maybe a problem with this? I set the locale inside options to de_DE.

junichi11 commented 10 years ago

Could you provide your screenshot? : this panel _175

and options panel _176

Chris2011 commented 10 years ago

Here is the project view: projectview

and here the option panel: optionspanel

Chris2011 commented 10 years ago

And here you can see the version which I have: pluginversion

junichi11 commented 10 years ago

Umm, I can't reproduce it...

workaround: please try to set https://wordpress.org/wordpress-4.0.zip to the Download URL text field.

BTW, what is your version of jdk?

Chris2011 commented 10 years ago

When I use the url, you mentioned: https://wordpress.org/wordpress-4.0.zip all is fine. My JDK version is JDK 8u5 (x86, x64).

junichi11 commented 10 years ago

Could you try to use the latest version of jdk8 or jdk7 if possible?

Chris2011 commented 10 years ago

I updated to the newest version of jdk and removed the url and now it works, but I don't know what's was the probelm. The wrong version or whatever. Thx for your help.

junichi11 commented 10 years ago

Thanks. I don't also know the cause. Old version of jdk may have a problem.