On 2008-12-17 04:11:35 -0800, patraf <[email protected]> said:
>
> Trying the calendar.php example from IBM, with the full ZF 1.7.1, I
> get this error message:
>
> Fatal error: Class 'DOMDocument' not found in Zend/Gdata/App.php on
> line 714
Petraf,
That error means that you don't have the PHP DOM module installed:
http://php.net/dom
This comes bundled with PHP, but many distributions and hosting
providers don't include it by default. Enabling it may be as simple as
editing your php.ini (if it's compiled but just not enabled) or may
require a re-compmile of PHP.
If you run the installation checker in
demos/Zend/Gdata/InstallationChecker.php, it will tell you if you have
any other missing dependencies.
--
Trevor Johns
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Docs Data APIs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Docs-Data-APIs?hl=en
-~----------~----~----~----~------~----~------~--~---