nystudio107 / generator-craftplugin

generator-craftplugin is a Yeoman generator for Craft CMS plugins
MIT License
73 stars 30 forks source link

Unable to create plugin with default controller and named controller #64

Closed Ozogu closed 4 years ago

Ozogu commented 6 years ago

Internal Server Error RecursiveDirectoryIterator::__construct(/home/forge/pluginfactory.io/craft/storage/runtime/temp/pluginfactory/asdads): failed to open dir: No such file or directory

Steps to reproduce:

  1. Enable controller radio box (or I suspect anything)
  2. Give handle name
  3. Add blank (for default) image
  4. submit
khalwat commented 4 years ago

This is due to having an underscore in the plugin name/handle: https://github.com/nystudio107/generator-craftplugin/issues/75