Author Topic: Google contact plugin, not displaying anything??  (Read 2963 times)

Offline mattfox27

  • Jr. Member
  • **
  • Posts: 53
Google contact plugin, not displaying anything??
« on: October 23, 2010, 10:28:23 PM »
Nevermind...Didn't know about the zend thing.
« Last Edit: October 24, 2010, 03:28:43 AM by mattfox27 »

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Google contact plugin, not displaying anything??
« Reply #1 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)
 *
 **/   
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline corbosman

  • Sr. Member
  • ****
  • Posts: 260
Google contact plugin, not displaying anything??
« Reply #2 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.

Offline mattfox27

  • Jr. Member
  • **
  • Posts: 53
Google contact plugin, not displaying anything??
« Reply #3 on: October 26, 2010, 08:29:38 PM »
What exactly does Zend do?

Offline corbosman

  • Sr. Member
  • ****
  • Posts: 260
Google contact plugin, not displaying anything??
« Reply #4 on: October 27, 2010, 02:53:31 AM »
Quote from: mattfox27;30930
What exactly does Zend do?
It's just a php library. I suppose Rosali uses it for xmlrpc calls to the google api.