Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: mattfox27 on October 23, 2010, 10:28:23 PM

Title: Google contact plugin, not displaying anything??
Post by: mattfox27 on October 23, 2010, 10:28:23 PM
Nevermind...Didn't know about the zend thing.
Title: Google contact plugin, not displaying anything??
Post by: rosali on October 24, 2010, 06:13:49 AM
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)
 *
 **/  
Title: Google contact plugin, not displaying anything??
Post by: corbosman on October 26, 2010, 06:29:51 AM
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.
Title: Google contact plugin, not displaying anything??
Post by: mattfox27 on October 26, 2010, 08:29:38 PM
What exactly does Zend do?
Title: Google contact plugin, not displaying anything??
Post by: corbosman on October 27, 2010, 02:53:31 AM
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.