[dev] DIMP and Kronolith

Rick Romero rick at havokmon.com
Fri Oct 15 21:08:45 UTC 2010


 From GIT as of yesterday..

  When reading mail in DIMP, if you left click the From or To address, you
  can select 'New Message'. The new message window pops up and does not have
  the To: filled in with the selected address.

  Kronolith - I keep getting the following error when Kronolith is enabled:

      A fatal error has occurred</h1>
  <h3>
      unable to find package 'MDB2_Driver_mysql' file
  'MDB2/Driver/mysql.php'</h3>
  1. require()
  /usr/local/www/sub/beta.vfemail.net/data/horde_git/horde/imp/index.php:19
   2. IMP_Dimp::header()
   
/usr/local/www/sub/beta.vfemail.net/data/horde_git/horde/imp/index-dimp.php:52
   3. include()
  /usr/local/www/sub/beta.vfemail.net/data/horde_git/horde/imp/lib/Dimp.php:78
   4. include()
   
/usr/local/www/sub/beta.vfemail.net/data/horde_git/horde/imp/templates/common-header.inc:9
   5. include()
   
/usr/local/www/sub/beta.vfemail.net/data/horde_git/horde/imp/templates/dimp/javascript_defs_dimp.php:17
   6. Horde_Block_Collection->__construct()
   
/usr/local/www/sub/beta.vfemail.net/data/horde_git/horde/imp/config/portal.php:21
   7. Horde_Registry->pushApp()
   
/usr/local/www/sub/beta.vfemail.net/data/horde_git/horde/framework/Block/lib/Horde/Block/Collection.php:96
   8. Horde_Registry->callAppMethod()
   
/usr/local/www/sub/beta.vfemail.net/data/horde_git/horde/framework/Core/lib/Horde/Registry.php:1183
   9. call_user_func_array()
   
/usr/local/www/sub/beta.vfemail.net/data/horde_git/horde/framework/Core/lib/Horde/Registry.php:929
  10. Horde_Registry_Application->init()
  11. Kronolith_Application->_init()
   
/usr/local/www/sub/beta.vfemail.net/data/horde_git/horde/framework/Core/lib/Horde/Registry/Application.php:87
  12. Horde_Core_Factory_Share->create()
   
/usr/local/www/sub/beta.vfemail.net/data/horde_git/horde/kronolith/lib/Application.php:71
  13. Horde_Share->__construct()
   
/usr/local/www/sub/beta.vfemail.net/data/horde_git/horde/framework/Core/lib/Horde/Core/Factory/Share.php:86
  14. Horde_Share_Sql->__wakeup()
   
/usr/local/www/sub/beta.vfemail.net/data/horde_git/horde/framework/Share/lib/Horde/Share.php:105
  15. Horde_Share_Sql->_connect()
   
/usr/local/www/sub/beta.vfemail.net/data/horde_git/horde/framework/Share/lib/Horde/Share/Sql.php:67

  I changed Sql.php to dump debug instead of message to get 'unable to find
  package'.
  I remove conf.php to 'fix' the problem.

  I've tried both upgrading existing tables, and using brand new empty
  tables via:
  horde/bin/db_migrate kronolith
  I also have done:
  horde/bin/db_migrate content
  horde/bin/db_migrate timeobjects

  kronolith/config/conf.php:

  /* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */<br />
  // $Id: 46e766163b6c55206ecf246853e758ebb750d853 $<br />
  $conf['calendar']['params']['table'] = 'kronolith_events';<br />
  $conf['calendar']['params']['driverconfig'] = 'horde';<br />
  $conf['calendar']['params']['utc'] = true;<br />
  $conf['calendar']['driver'] = 'sql';<br />
  $conf['storage']['params']['table'] = 'kronolith_storage';<br />
  $conf['storage']['params']['driverconfig'] = 'horde';<br />
  $conf['storage']['driver'] = 'sql';<br />
  $conf['reminder']['server_name'] = 'vfemail.net';<br />
  $conf['reminder']['from_addr'] = 'calendar_reminder';<br />
  $conf['autoshare']['shareperms'] = 'none';<br />
  $conf['share']['notify'] = false;<br />
  $conf['holidays']['enable'] = true;<br />
  $conf['menu']['import_export'] = true;<br />
  $conf['menu']['apps'] = array('horde', 'imp', 'turba');<br />
  $conf['maps']['driver'] = false;<br />
  /* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */




More information about the dev mailing list