Quote:
Originally Posted by deepblue Code: ]PHP Fatal error: Class 'Account' not found in ZimbraAdmin.php on line 223 The account was created however... Am I some class definitions missing? |
Definitively yes, we have developed this classes for a management interface based on Symfony 1.4, which its autoloader made us forget about model classes.
I've included those missing classes, you should include them as in the updated README.txt if you aren't already using an autoloader in your project.
Let me know if you face any other problem.