romaninsh / dokku-alt-manager

dokku-alt Web Manager App (LOOKING FOR CO-MAINTAINER)
100 stars 19 forks source link

Exception_PathFinder: File not found #23

Open brunowego opened 9 years ago

brunowego commented 9 years ago

Reporting a error:

Additional information:

file: favicon.php
type: page
attempted_locations:
0: /app/admin/page/favicon.php
class: page_favicon
namespace:
orig_class: page_favicon
static_page_error: Exception_PathFinder: File not found (file=page/favicon.html, type=template, attempted_locations=Array()) in /app/vendor/atk4/atk4/lib/GiTemplate.php:489
mcneela86 commented 8 years ago

@brunowego Did you find a solution for this?

brunowego commented 8 years ago

No.

betolink commented 8 years ago

I also ran into this after trying to install it on a fresh dokku-alt box,

Additional information:

    file: jquery-ui-1.11.master.js
    type: js
    attempted_locations:
        0: /app/admin/public/js/jquery-ui-1.11.master.js
        1: /app/admin/public/atk4/js/jquery-ui-1.11.master.js

/app/vendor/atk4/atk4/lib/jUI.php:52
File    Object Name Stack Trace Help
/app/vendor/atk4/atk4/lib/PathFinder.php:342    admin_pathfinder    PathFinder->exception("File not found") 
/app/vendor/atk4/atk4/lib/App/CLI.php:324   admin_pathfinder    PathFinder->locate("js", "jquery-ui-1.11.master.js", "url") 
/app/vendor/atk4/atk4/lib/jUI.php:52    admin   Admin->locateURL("js", "jquery-ui-1.11.master.js")  
/app/vendor/atk4/atk4/lib/jUI.php:40    admin_jui   jUI->addInclude("jquery-ui-1.11.master")    
/app/vendor/atk4/atk4/lib/jUI.php:29    admin_jui   jUI->addDefaultIncludes()   
/app/vendor/atk4/atk4/lib/AbstractObject.php:372    admin_jui   jUI->init() 
/app/vendor/atk4/atk4/lib/App/Admin.php:38  admin   Admin->add("jUI")   
/app/admin/lib/Admin.php:7  admin   Admin->init()   
/app/vendor/atk4/atk4/lib/App/CLI.php:213   admin   Admin->init()   
/app/vendor/atk4/atk4/lib/App/Web.php:44    admin   Admin->__construct("admin", Array(0))   
/app/admin/public/index.php:13  admin   Admin->__construct("admin") 
romaninsh commented 8 years ago

I have updated dependency (composer.json) to use stable version. Can you tell me if it solves the problem?

You should be getting 0f55b2f

betolink commented 8 years ago

I haven't tried again but I'll do over the weekend. @romaninsh

praveenaj commented 8 years ago

Did a dokku manager:install just now and when I opened dam.mydomain.com I'm getting the same error @betolink is getting

ruslanchek commented 8 years ago

Same thing here

patrick91 commented 8 years ago

Same here as well