Roundcube Community Forum

 

google_contacts returns blank page

Started by Carrot Cruncher, December 02, 2009, 07:23:28 AM

Previous topic - Next topic

Carrot Cruncher

hi. i've just installed this plugin from trunk 3145 against 0.3.1 on two different systems. i followed the instructions in the php file and have configured my google account in the preferences. clicking on the "address book" link now returns a blank page. zend is definitely installed. any suggestions on what the problem could be or how i diagnose it ? cheers.

SKaero

Does the same thing happen on the SVN? Its there anything in the RoundCube logs?

rosali

Did you adjust roundcube database by adding google_contacts table?
Where is zend installed ... in a RoundCube include path?
Regards,
Rosali

Carrot Cruncher

hi. i found the problem. i simply copied and pasted from the info in the php file, including the typo in the path name :-)
(*) Copy and paste "Zend" folder into ./pogram/include
i renamed this dir to ./program/include and it worked. will pay more attention to what i'm doing in future. i've actually amended the line :
require_once './program/lib/Zend/Loader.php';
to :
require_once 'Zend/Loader.php';
on one system so it can pick it up from the default path, /usr/share/php in my case. thanks for the help.

Carrot Cruncher

i've just noticed that not all my google contacts are being displayed. i've checked them all out and i can't see any common theme to the ones not being displayed. again, i'm seeing the same results on two different installations. there are no errors in the logs this time. any suggestions as to how i can diagnose this problem ? cheers.

rosali

Regards,
Rosali

Carrot Cruncher

hi. yep. that seems to have fixed it. many thanks.

freeman1doma

I have analogic situation (fresh rcube 0.3.1).
After downloading last release of plugin google_contacts, correct adding mysql table to db, copy Zend into .program/include, edit conf to require_once 'Zend/Loader.php'; - result blank page in contacts and no any messages in error log of rcube. Anybody know how to fix this?