Hi,
Thanks for following up on this.
Argh! You've found problem with the module... I missed out a single PHP 5 keyword in that file... commented several out but missed that one. You're obviously using PHP4 so it failed to parse the file.
I'll release an updated version soon. I'd appreciate it if you could simply try this in the meantime:
Open:
includes/classes/class.CeonXHTMLHiTemplate.php
and change line 682 to the following three lines:
PHP Code:
$extract_more_parts = false;
printf("Couldn't find start tag for %s!\n", $part_name);
//throw new Exception("Couldn't find start tag for $part_name");
Please let me know if that gets things working as expected.
If it does, I'll repackage the module up as 2.2.2.
Sorry once again about the oversight!
All the best...
Conor
Bookmarks