[imp] Installing horde git version

2013-04-21 Thread Michael Wisniewski

Hi!

I'm attempting to install the git version of Horde but running into a 
few problems.  Here are the steps I have done so far...


git clone git://github.com/horde/horde

Added the following to the install_dev.conf file...

$apps = array('content', 'horde', 'imp', 'ingo', 'kronolith', 'nag', 
'sam', 'turba' );


When logging into the horde interface and viewing the applications, I 
can see "horde" listed, but nothing about imp, ingo, kronolith, etc...  
I've run the test.php for imp, and everything is coming back green.


What am I doing wrong?

Thanks!
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


Re: [imp] Installing horde git version

2013-04-21 Thread Michael J Rubinsky


Quoting Michael Wisniewski :


Hi!

I'm attempting to install the git version of Horde but running into  
a few problems.  Here are the steps I have done so far...


git clone git://github.com/horde/horde

Added the following to the install_dev.conf file...

$apps = array('content', 'horde', 'imp', 'ingo', 'kronolith', 'nag',  
'sam', 'turba' );


When logging into the horde interface and viewing the applications,  
I can see "horde" listed, but nothing about imp, ingo, kronolith,  
etc...  I've run the test.php for imp, and everything is coming back  
green.


What am I doing wrong?


Did you configure the applications and/or run the database migrations?
--
mike

The Horde Project (www.horde.org)
mrubi...@horde.org


binGWk9i3jJ57.bin
Description: PGP Public Key


smime.p7s
Description: S/MIME Cryptographic Signature
-- 
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org

Re: [imp] Installing horde git version

2013-04-21 Thread Michael Wisniewski



On 2013-04-21 10:55, Michael J Rubinsky wrote:

Quoting Michael Wisniewski :


Hi!

I'm attempting to install the git version of Horde but running into  
a few problems.  Here are the steps I have done so far...


git clone git://github.com/horde/horde

Added the following to the install_dev.conf file...

$apps = array('content', 'horde', 'imp', 'ingo', 'kronolith', 'nag',  
'sam', 'turba' );


When logging into the horde interface and viewing the applications,  
I can see "horde" listed, but nothing about imp, ingo, kronolith,  
etc...  I've run the test.php for imp, and everything is coming back  
green.


What am I doing wrong?


Did you configure the applications and/or run the database migrations?


When running db-migrate, I get this...

root@snoopy:/usr/src/horde/horde/horde/bin# php horde-db-migrate imp up



Fatal Error:
imp is neither a configured Horde application nor a migration directory

Supported applications:

Horde_ActiveSync
  Horde_Alarm
  Horde_Auth
  Horde_Cache
  Horde_Group
  Horde_History
  Horde_Imap_Client
  Horde_Lock
  Horde_Perms
  Horde_Prefs
  Horde_SessionHandler
  Horde_SyncMl
  Horde_Token
  Horde_Vfs

Supported directories:

/usr/src/horde/horde/framework/ActiveSync/migration
  /usr/src/horde/horde/framework/Alarm/migration
  /usr/src/horde/horde/framework/Auth/migration
  /usr/src/horde/horde/framework/Cache/migration
  /usr/src/horde/horde/framework/Group/migration
  /usr/src/horde/horde/framework/History/migration
  /usr/src/horde/horde/framework/Imap_Client/migration
  /usr/src/horde/horde/framework/Lock/migration
  /usr/src/horde/horde/framework/Perms/migration
  /usr/src/horde/horde/framework/Prefs/migration
  /usr/src/horde/horde/framework/SessionHandler/migration
  /usr/src/horde/horde/framework/SyncMl/migration
  /usr/src/horde/horde/framework/Token/migration
  /usr/src/horde/horde/framework/Vfs/migration

1. Horde_Cli->fatal() 
/usr/src/horde/horde/horde/bin/horde-db-migrate:91



root@snoopy:/usr/src/horde/horde/horde/bin#

--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


Re: [imp] Installing horde git version

2013-04-21 Thread Luis Felipe Marzagao

Em 21-04-2013 12:23, Michael Wisniewski escreveu:

Hi!

I'm attempting to install the git version of Horde but running into a 
few problems.  Here are the steps I have done so far...


git clone git://github.com/horde/horde

Added the following to the install_dev.conf file...

$apps = array('content', 'horde', 'imp', 'ingo', 'kronolith', 'nag', 
'sam', 'turba' );


When logging into the horde interface and viewing the applications, I 
can see "horde" listed, but nothing about imp, ingo, kronolith, 
etc...  I've run the test.php for imp, and everything is coming back 
green.


What am I doing wrong?



Read this carefully, specially the $app_fileroot configuration:

http://www.horde.org/development/git#making-development-repos-web-accessible

Also, make sure you reset/purge your cache files, because of the 
autoloader cache.




Thanks!


--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


Re: [imp] Installing horde git version

2013-04-21 Thread Michael Wisniewski



On 2013-04-21 11:59, Luis Felipe Marzagao wrote:

Em 21-04-2013 12:23, Michael Wisniewski escreveu:

Hi!

I'm attempting to install the git version of Horde but running into a 
few problems.  Here are the steps I have done so far...


git clone git://github.com/horde/horde

Added the following to the install_dev.conf file...

$apps = array('content', 'horde', 'imp', 'ingo', 'kronolith', 'nag', 
'sam', 'turba' );


When logging into the horde interface and viewing the applications, I 
can see "horde" listed, but nothing about imp, ingo, kronolith, etc... 
I've run the test.php for imp, and everything is coming back green.


What am I doing wrong?



Read this carefully, specially the $app_fileroot configuration:

http://www.horde.org/development/git#making-development-repos-web-accessible

Also, make sure you reset/purge your cache files, because of the
autoloader cache.



Thanks!


Thanks for the response.  Well, I set the app_fileroot and now the 
different categories exist in the admin menu, but if I click on the mail 
tab, I only see "Filters" and "Spam".  I configured my imap server, but 
that didn't seem to make a difference.


I also attempted to purge the autoloader cache by restarting apache, 
but something makes me think I didn't install the autoloader since I 
didn't put it in the apps list.


Thank you again for the help and response.  I know these are probably 
newbie questions, but I'd like to flip it over to the git version 5.1.



--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


Re: [imp] IMP, Firefox and dynamic view

2013-04-21 Thread Michael M Slusarz

Quoting Jānis :


Is it so that IMP somehow feels whether it is open in lastet Firefox?

It somehow switches to dynamic view I hoped I got rid off. Or the  
setting whether to use it or not hides in browser cookies (I am now  
sitting at alien computer)?


I'm not sure what you are asking?  Are you asking if the cookie view  
preference is stored in a browser's cookies?  The answer is yes.


michael

___
Michael Slusarz [slus...@horde.org]

--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org

Re: [imp] Installing horde git version

2013-04-21 Thread Luis Felipe Marzagao

Em 21-04-2013 14:50, Michael Wisniewski escreveu:



On 2013-04-21 11:59, Luis Felipe Marzagao wrote:

Em 21-04-2013 12:23, Michael Wisniewski escreveu:

Hi!

I'm attempting to install the git version of Horde but running into 
a few problems.  Here are the steps I have done so far...


git clone git://github.com/horde/horde

Added the following to the install_dev.conf file...

$apps = array('content', 'horde', 'imp', 'ingo', 'kronolith', 'nag', 
'sam', 'turba' );


When logging into the horde interface and viewing the applications, 
I can see "horde" listed, but nothing about imp, ingo, kronolith, 
etc... I've run the test.php for imp, and everything is coming back 
green.


What am I doing wrong?



Read this carefully, specially the $app_fileroot configuration:

http://www.horde.org/development/git#making-development-repos-web-accessible 



Also, make sure you reset/purge your cache files, because of the
autoloader cache.



Thanks!


Thanks for the response.  Well, I set the app_fileroot and now the 
different categories exist in the admin menu, but if I click on the 
mail tab, I only see "Filters" and "Spam".  I configured my imap 
server, but that didn't seem to make a difference.


I also attempted to purge the autoloader cache by restarting apache, 
but something makes me think I didn't install the autoloader since I 
didn't put it in the apps list.




The autoloader cache is a framework part, not an app, so when installing 
the git horde, you will always have it installed.


Restarting the web server does not purge the cache. In linux, it would 
usually be in /tmp.


Thank you again for the help and response.  I know these are probably 
newbie questions, but I'd like to flip it over to the git version 5.1.





If you are not going to develop horde, I can't see why you would want to 
install the git version. Pear installing the stable version is much 
simpler and stable and gives fewer headaches.



--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


Re: [imp] Installing horde git version

2013-04-21 Thread Michael Wisniewski



On 2013-04-21 18:57, Luis Felipe Marzagao wrote:

Em 21-04-2013 14:50, Michael Wisniewski escreveu:



On 2013-04-21 11:59, Luis Felipe Marzagao wrote:

Em 21-04-2013 12:23, Michael Wisniewski escreveu:

Hi!

I'm attempting to install the git version of Horde but running into 
a few problems.  Here are the steps I have done so far...


git clone git://github.com/horde/horde

Added the following to the install_dev.conf file...

$apps = array('content', 'horde', 'imp', 'ingo', 'kronolith', 
'nag', 'sam', 'turba' );


When logging into the horde interface and viewing the applications, 
I can see "horde" listed, but nothing about imp, ingo, kronolith, 
etc... I've run the test.php for imp, and everything is coming back 
green.


What am I doing wrong?



Read this carefully, specially the $app_fileroot configuration:

http://www.horde.org/development/git#making-development-repos-web-accessible


Also, make sure you reset/purge your cache files, because of the
autoloader cache.



Thanks!


Thanks for the response.  Well, I set the app_fileroot and now the 
different categories exist in the admin menu, but if I click on the 
mail tab, I only see "Filters" and "Spam".  I configured my imap 
server, but that didn't seem to make a difference.


I also attempted to purge the autoloader cache by restarting apache, 
but something makes me think I didn't install the autoloader since I 
didn't put it in the apps list.




The autoloader cache is a framework part, not an app, so when
installing the git horde, you will always have it installed.

Restarting the web server does not purge the cache. In linux, it
would usually be in /tmp.

Thank you again for the help and response.  I know these are probably 
newbie questions, but I'd like to flip it over to the git version 5.1.





If you are not going to develop horde, I can't see why you would want
to install the git version. Pear installing the stable version is much
simpler and stable and gives fewer headaches.


I agree, it would give me less headaches, but there are some fixes I 
want that are in the dev version that haven't been pushed into the 
release version.  I've been battling with this on and off today and for 
whatever reason, it just doesn't want to work.


I don't know what it is with me and Horde, but it just seems to hate 
it.  :(



--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org