Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
creating controllers with oil
  • php oil g controller pages home about contact
    Warning - copy(/var/www/project/fuel/packages/oil/views/template.php): failed to open stream: No such file or directory in PKGPATH/oil/classes/generate.php on line 136
    Warning - chmod(): No such file or directory in PKGPATH/oil/classes/generate.php on line 137
    Created view: APPPATH/views/pages/home.php
    Created view: APPPATH/views/pages/about.php
    Created view: APPPATH/views/pages/contact.php
    Created controller: APPPATH/classes/controller/pages.php
    #################################
    I fixed this by changing
    /var/www/project/fuel/packages/oil/views/template.php to
    /var/www/project/fuel/packages/oil/views/default/template.php please fix.
  • Can you please open a ticket on fuel's github ?
  • I have posted the issue to github
  • Nice, it was fixed in a commit, so we can all be happy now :P.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion