Closed nitriques closed 10 years ago
This is one of the most frequent error I do so, nobody is to blame :smile:
This path: {$root}/image/2/80/80/5/fff/{image/@path}/{image/filename} should be {$root}/image/2/80/80/5/fff{image/@path}/{image/filename}
{$root}/image/2/80/80/5/fff/{image/@path}/{image/filename}
{$root}/image/2/80/80/5/fff{image/@path}/{image/filename}
Notice the extra / in the current version ? You do not need it, since the path attribute always has it.
path
This is one of the most frequent error I do so, nobody is to blame :smile:
This path:
{$root}/image/2/80/80/5/fff/{image/@path}/{image/filename}
should be{$root}/image/2/80/80/5/fff{image/@path}/{image/filename}
Notice the extra / in the current version ? You do not need it, since the
path
attribute always has it.