junichi11 / netbeans-wordpress-plugin

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

There is no available installation method. #65

Closed accountsguy closed 6 years ago

accountsguy commented 6 years ago

I have installed NetBeans 8.2 and installed Plugin PHP WordPress Blog/CMS

After i have selected the Wordpress PHP Web Blog/CMS for PHP Framework i see the following error message

There is no available installation method.

What is the solution for this one.

junichi11 commented 6 years ago

Can you write exact steps to reproduce it? Is there a screenshot?

accountsguy commented 6 years ago

Creating a New Project > PHP > PHP Application

In the PHP Framework step when i select the Wordpress PHP Web Blog/CMS (Wordpress Plugin) i see this error.

junichi11 commented 6 years ago

Ah, probably, your environment is not connected to the internet. You need a zip file for WordPress. Please set it to Tools > Options > PHP > Frameworks & Tools > WordPress > New Project : Local file path

See: https://github.com/junichi11/netbeans-wordpress-plugin#create-new-wordpress-project

accountsguy commented 6 years ago

That is really great, the error gone and in the final stage it gives the following error

Cannot unzip : http://wordpress.org/latest.zip

junichi11 commented 6 years ago

If you set it to "Local file path", it is a correct error. You have to download it to your local PC. Your environment is not connected to the Internet, right?

accountsguy commented 6 years ago

Is there any Environmental setting needs to be configured for url to unzip the Wordpress file?

junichi11 commented 6 years ago

When your PC is connected to the Internet, the plugin can download a zip file from the WordPress site. Otherwise, you have to download the zip file once somewhere, then have to set the file path to the Options. Because WordPress files are not bundled with this plugin.

accountsguy commented 6 years ago

Thanks a lot even the url is not working we need to provide that one also including the local path for the zip file of the Wordpress. Now it is working properly thanks