However, it does not do this. Looking at version 5.3.3.1, line 109 should be this:
<?php
$base = DIR_FILES_BLOCK_TYPES . '/' . $obj->getBlockTypeHandle() . '/' . $filename;
?>
$base = DIR_FILES_BLOCK_TYPES . '/' . $obj->getBlockTypeHandle() . '/' . $filename;
?>
and line 131 should be this:
<?php
$base = DIR_REL . '/' . DIRNAME_BLOCKS . '/' . $obj->getBlockTypeHandle() . '/' . $filename;
?>
$base = DIR_REL . '/' . DIRNAME_BLOCKS . '/' . $obj->getBlockTypeHandle() . '/' . $filename;
?>
Patch is attached.





andrew
I'm confused
DIR_BASE . '/blocks' which should be the same as DIR_REL . '/blocks/'. Is there something non-standard about your setup? Is the problem perhaps somewhere else in the inclusion process?