-- Mauro Casula <[EMAIL PROTECTED]> wrote
(on Monday, 13 November 2006, 11:40 AM -0800):
> I have followed your suggestions but i get this error:
>
> Fatal error: Class 'Zend_Registry' not found in
> C:\Programmi\php\Zend\incubator\library\Zend.php on line 284
There was an include that was missing in the incubator Zend.php shipped with
0.2.0. Add this line into incubator/library/Zend.php:
require_once 'Zend/Registry.php';
somewhere near the top of the file, and you should be okay.
--
Matthew Weier O'Phinney
PHP Developer | [EMAIL PROTECTED]
Zend - The PHP Company | http://www.zend.com/