I am using the Zend_Gdata plugin to authenticate Youtube account credentials in our web application using cakephp 1.2 .
The Zend/Gdata/ClientLogin.php file is used to call the authentication methods in our youtube controller file as follows :
App::import('Vendor', 'Zend_Gdata_ClientLogin', true, false,'Zend/Gdata/ClientLogin.php');
The Zend library is in the "vendors" folder as required and thus the above import should work .
But the application hangs when it reaches this line when hosted in Linux environments. It works fine in Windows .
I have tried to pinpoint where the error could be but since the ClientLogin.php file is not imported, i cannot seem to go further .
Are there specific steps to configure the Zend library in a linux environment other than windows ? or for cakephp 1.2 ?
Any help on this matter is greatly appreciated. I have been stuck on this for a couple of days now :S
Thanks a lot in advance .