When running on local machine, auto resolving template won’t work, just can't find tpl.php file.
So, it's needed to use absolute patch to template...
When running on local machine, auto resolving template won’t work, just can't find tpl.php file.
So, it's needed to use absolute patch to template...
Comments
Comment #1
alain91 commentedHello,
I'have myself installed this version on local PC (don't forget to apply the zcodo_override after zcodo install): I don't have any problem It works fine for me.
Comment #2
AlexParamonov commentedIt's qcodo problem, before include, tpl name is checking by is_file(realpath(...)) which are not use include patch. The solution is to comment this checking
Comment #3
alain91 commentedI have done my tests with zcodo_0.3.43-1. And it works fine.
I don't kown the exact differences between qcodo version and zcodo version.
Comment #4
AlexParamonov commentedcompare dirs in Total Commander and you'll see changes
Comment #5
mikehostetler commentedThese problems should be taken care of in the new version.