Jump to content


Issue Information

  • #000014

Issue Confirmations

  • Yes (0)No (0)
Photo

parseChunk() Bug in Prelude v1.0 and v1.1

Posted by Dean on 07 August 2009 - 04:10 PM

A call to $etomite->parseChunk($chunkName, $chunkArr, $prefix,$suffix) returns empty if you send an empty $chunkArr parameter. If yousend a data array in $chunkArr you will not experience any problems.


Steps to Reproduce
$output = $etomite->parseChunk($chunkName);
$output will be empty even if the chunk contains content.

$output = $etomite->parseChunk($chunkName, array('dummy'=>''));
$output will contain the chunk content because the $chunkArr parameter is not empty.

This bug has been resolved for the Prelude v1.2 release. A fix has alsobeen posted in the Etomite Prelude v1.0 Support subforum.

Has this patch fixed the other cache related errors that were in the old bug tracker and haven't been copied across? Last time I looked the other cache related bugs were still open.





0 user(s) are reading this issue

0 members, 0 guests, 0 anonymous users