avatar waader
waader
17 Oct 2014

When building a package from the current git files installation went fine, but invoking patchtester in the administration results in an errror:

0 Layout Path Not Found

I seems that the template file are not installed in the right directory.

avatar waader waader - open - 17 Oct 2014
avatar mbabker
mbabker - comment - 17 Oct 2014

There's some who reported the issue was because of plgSystemKoowa in the PBF chat today. The component isn't structured like a normal Joomla component anymore, so anything expecting that will cause issues. Otherwise I've had the extension installed on the current CMS git head all day and had no issues other than my own missed cleanups from refactoring.

avatar waader
waader - comment - 17 Oct 2014

I installed it under a fresh J3.3.7-dev installation, no other components installed. For building the package I use the build.sh script.
When I looked up the paths variable in the display controler I saw this directory /administrator/templates/isis/html/com_patchtester/pulls. But after installation I do not have this directory. So I copyed the files manually there and then the error disappears.
Do you use the build script?

avatar mbabker
mbabker - comment - 17 Oct 2014

$paths should contain two paths, one for the template override and one in the component's folder. So you should have /administrator/templates/isis/html/com_patchtester/pulls then /administrator/components/com_patchtester/PatchTester/View/pulls/tmpl in the queue. Can you verify that and that you have the files in the right place?

avatar waader
waader - comment - 17 Oct 2014

The /administrator/templates/isis/html/com_patchtester/pulls directory doesn´t exist when I install a package build with the script. When I manually copy the files there, the patchtester is operating.
In /administrator/components/com_patchtester/PatchTester/View/pulls/tmpl I have three files (default.php default_errors.php default_items.php).

avatar mbabker
mbabker - comment - 17 Oct 2014

The directory shouldn't exist, the code's there for template override support (there are Hathor overrides in the repo). Weird how that isn't working for you but works OK for me on my local environment and my own site.

avatar waader
waader - comment - 17 Oct 2014

Do you have a build version so I can compare it with "my" build?

avatar mbabker
mbabker - comment - 23 Feb 2015

Any way you can test this with the new package?

avatar waader
waader - comment - 23 Feb 2015

Works for me now. Thanks!

avatar mbabker mbabker - close - 23 Feb 2015

Add a Comment

Login with GitHub to post a comment