Ticket #18 (closed enhancement: invalid)
Generator can't create view directories
| Reported by: | maciej | Owned by: | somebody |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0 |
| Component: | Trax Generator | Version: | 0.11.0 |
| Severity: | minor | Keywords: | |
| Cc: |
Description
It looks to me that generator fails to create view directories. Here's a fragment of what I get when running "php script\generate.php scaffold customer":
Warning: file_put_contents(C:\Program Files\Apache Group\Apache2\htdocs\trax_trunk\trax/app/views/customers/_form.phtml): failed to open stream: No such file or directory in C:\Program Files\Apache Group\Apache2\htdocs\trax_trunk\trax\vendor\trax\trax_generator.php on line 388 error creating view file: C:\Program Files\Apache Group\Apache2\htdocs\trax_trunk\trax/app/views/customers/_form.phtml
After I created customers folder and ran again everything worked.
Change History
Note: See
TracTickets for help on using
tickets.
