On my own server this works: I require_once the zend loader.php, and then load some classes using for instance:
Zend_Loader::loadClass('Zend_Gdata');
But on an IIS server it doesn't work, it gets a fatal error after the first loadClass. I have no idea what causes this, and the IIS error page is vague about it.
Any idea what I can do about it? thanks.