Roundcube Community Forum

 

Google contact plugin, not displaying anything??

Started by mattfox27, October 23, 2010, 10:28:23 PM

Previous topic - Next topic

mattfox27

Nevermind...Didn't know about the zend thing.

rosali

I leave this post here, perhaps it helps others:

The plugin requires Zend:


/**
 * Usage: http://mail4us.net/myroundcube/
 *
 * Requirements:
 * Get Zend GData APIs http://framework.zend.com/download/webservices
 * Copy and paste "Zend" folder into ./program/lib
 *         ->  File structure must be: lib
 *                                      - Zend
 *                                        - Loader.php
 *                                        - ... 
 *
 * NOTICE: Patch ./program/lib/MDB2.php
 *         http://pear.php.net/bugs/bug.php?id=17039&edit=12&patch=skip_delimited_strings_fix_quoting_array&revision=1264618739
 *         Fixed since Roundcube SVN Trunk 3354 (http://trac.roundcube.net/ticket/1486547)
 *
 **/   
Regards,
Rosali

corbosman

Maybe we should also make a 'Zend' plugin :) Im using Zend in an internal plugin as well. Dunno if that'd work with include paths and stuff.

mattfox27


corbosman

Quote from: mattfox27;30930What exactly does Zend do?
It's just a php library. I suppose Rosali uses it for xmlrpc calls to the google api.