[TYPO3-english] t3lib_cache_exception_NoSuchCache
Steffen Gebert
steffen at steffen-gebert.de
Sat Feb 28 22:59:36 CET 2009
Steffen Gebert wrote:
> Every FE-page outputs an exception with "A cache with identifier
> "cache_pages" does not exist"
>
Puhh.. how ugly can PHP be?
The PHP on my Debian Etch (5.2.3-1) doesn't catch any exceptions.
<?php
try {
echo "going to throw...";
throw new Exception('boom');
} catch (Exception $e) {
echo "catched!";
}
?>
On my desktop the extension is caught, on my server not.
Steffen
More information about the TYPO3-english
mailing list