Earlier quoted context omitted.
When I create the plugin, then try to activate it, an error modal appears saying 'Error activating plugin, Plugin file does not exist.' OK
The plugin code itself is outputted on page it just sounds like it’s not being written to your file system? Okay so when you go to the plugins page is the generated plugin there? If not this sounds like a file permissions error preventing the plugin files from being uploaded. Do you have any Security plugins active by any chance or manual rules to prevent writing to file system with a plugin?
Show HN: IntelliPlugin – The Future of WordPress Plugin Development
11–15 of 15 posts
Re: Show HN: IntelliPlugin – The Future of WordPress Plugin Development
#12Earlier quoted context omitted.
When I create the plugin, then try to activate it, an error modal appears saying 'Error activating plugin, Plugin file does not exist.' OK
The plugin code itself is outputted on page it just sounds like it’s not being written to your file system? Okay so when you go to the plugins page is the generated plugin there? If not this sounds like a file permissions error preventing the plugin files from being uploaded. Do you have any Security plugins active by any chance or manual rules to prevent writing to file system with a plugin?
Re: Show HN: IntelliPlugin – The Future of WordPress Plugin Development
#13Earlier quoted context omitted.
The plugin code itself is outputted on page it just sounds like it’s not being written to your file system? Okay so when you go to the plugins page is the generated plugin there? If not this sounds like a file permissions error preventing the plugin files from being uploaded. Do you have any Security plugins active by any chance or manual rules to prevent writing to file system with a plugin?
Ahh...cool. It was Wordfence. Deactivated it, and the plugin appeared. However I obviously didn't specify the functionality properly, because it's just featured in the plugin section with no functions visible. I asked for a plugin which would create a Google Translate button for use on selected pages.
Re: Show HN: IntelliPlugin – The Future of WordPress Plugin Development
#14Earlier quoted context omitted.
Ahh...cool. It was Wordfence. Deactivated it, and the plugin appeared. However I obviously didn't specify the functionality properly, because it's just featured in the plugin section with no functions visible. I asked for a plugin which would create a Google Translate button for use on selected pages.
Awesome I’m glad it’s resolved. There is still some prompting that goes into it. So in your case you might start off saying something like “when editing a page in dashboard show a google translate button by the save button that when clicked asks me for a language to translate to; use google translate API to translate page contents and then create {{page_name}}-{{language}} page and save it.” But honestly I’d do somet…
Re: Show HN: IntelliPlugin – The Future of WordPress Plugin Development
#15Earlier quoted context omitted.
Awesome I’m glad it’s resolved. There is still some prompting that goes into it. So in your case you might start off saying something like “when editing a page in dashboard show a google translate button by the save button that when clicked asks me for a language to translate to; use google translate API to translate page contents and then create {{page_name}}-{{language}} page and save it.” But honestly I’d do somet…
Cool, that sounds very interesting. I'll definitely try playing around some more. Thanks.