Template Error: setRoot . is not a directory
Brought to you by:
pratesi
when moving to a new server with an existing project
including PHP Layers Menu, suddenly the error "Template
Error: setRoot . is not a directory" rised. Though
everything was working as before.
Within lib/PHPLIB.php I found the line causing the
error and replaced
function Template_PHPLIB($root = ".", $unknowns =
"remove", $fallback="")
with
function Template_PHPLIB($root = "./", $unknowns =
"remove", $fallback="")
Please check if this is something that needs to be
fixed in the delivered PHPLIB.php.