From leonardo@stc.com.br Mon Dec 2 00:52:12 2002
From: leonardo@stc.com.br (Leonardo Fialho)
Date: Sun, 1 Dec 2002 22:52:12 -0200
Subject: [horde] Changing Language
Message-ID: <056201c2999d$0fb7bc90$fe9da8c0@LAPTOP>
Hi All,
I'm trying to change de language in my RedHat 8.0 and don't get success.
I already read the horde/po/README and the horde/docs/TRANSLATIONS, the two
last months of the lists horde and i18n.
I found informations about the horde/po/translations.php script, I tried
many options with this.... don't work.
I found informations about the setlocale() function on NLS.php lib and
the LC_ALL option, change to LC_MESSAGES.... don't work.
I fount informations about compiling the languages (make in
horde/po)..... don't work.
I'm using RH 8.0, apache 2.0, PHP 4.3.0-dev (works fine), CVS versios of
all horde apps, updated today. What's meanning wrong?
thanks a lot,
Leonardo Fialho
PS: Sorry, my poor english.
From thppt@chiastic.net Mon Dec 2 03:14:45 2002
From: thppt@chiastic.net (Brian Stearns)
Date: Sun, 1 Dec 2002 22:14:45 -0500
Subject: [horde] Horde 2.1 install: Good test.php, blank index.php
Message-ID: <200212020314.gB23Ej2r000977@chiastic.net>
I'm attempting to install Horde 2.1 and IMP 3.1, and I've managed (finally!) to get to
the point where everything looks good on both Horde and IMP's test.php pages.
However, when I attempt to browse to Horde or IMP's index.php pages, I get
completely blank pages, not even "".
Note: I HAVE read through the FAQ and I HAVE extensively browsed the mailing list
before posting. I have already licked the "gettext/_()" issue, so while I hate to burst
your bubble in advance, that's not the problem.
Whatever light anyone might be able to shed on this problem would be most
appreciated.
B-
Here's as much relative information that I can provide; PLEASE let me know if I left
anything out that might help you diagnose things for me, and I'll post it immediately:
------- >% snip %< ------
System specs:
RH 8.0
Apache 2.0.43
PHP 4.3.0RC1
IMAP c-client 2002
PEAR 4.1.0
PHPLIB 7.4 pre 1
------- >% snip %< ------
/horde/test.php:
Horde Versions
Horde: 2.1
IMP: 3.1 (run IMP tests)
PHP Version
View phpinfo() screen
PHP Version: 4.3.0RC1
PHP Major Version: 4.3
PHP Minor Version: 0
PHP Version Classification: dev
You are running a supported version of PHP.
PHP Module Capabilities
FTP Support: No
Gettext Support: Yes
IMAP Support: Yes
LDAP Support: Yes
MCAL Support: No
Mcrypt Support: No
MySQL Support: Yes
PostgreSQL Support: No
XML Support: Yes
Miscellaneous PHP Settings
short_open_tag enabled: Yes
magic_quotes_runtime set to Off: Yes
file_uploads enabled: Yes
PHP Sessions
Session counter: 4
To unregister the session: click here
PEAR
PEAR - Yes
Recent PEAR - Yes
Mail::RFC822 - Yes
Log - Yes
DB - Yes
{Note: I am using MySQL for session tracking and am not yet planning to install
Kronolith, so the "No" indicators on MCAL and PostgreSQL should be fine. Please
let me know if that's a bad assumption on my part. Also, I realize that Mcrypt is a
better solution than the built-in Horde encryption; I'll get to that when I get to it. In
the meantime, the documentation is pretty clear that Mcrypt isn't required. }
------- >% snip %< ------
/horde/imp/test.php:
IMP Version
IMP: 3.1
PHP Version
View phpinfo() screen
PHP Version: 4.3.0RC1
PHP Major Version: 4.3
PHP Minor Version: 0
PHP Version Classification: dev
You are running a supported version of PHP.
PHP IMAP Support Test
Server
User
Password
{Note: The PHP IMAP Support Test IS successful for me.}
------- >% snip %< ------
Running /horde/index.php manually through php (i.e. "shell% php index.php") gives:
PHP Warning: Call-time pass-by-reference has been deprecated - argument passed
by value; If you would like to pass it by reference, modify the declaration of [runtime
function name](). If you would like to enable call-time pass-by-reference, you can set
allow_call_time_pass_reference to true in your INI file. However, future versions
may not support this any longer. in /usr/local/apache2/phplib-7.4-pre1/user.inc on
line 65
PHP Warning: Call-time pass-by-reference has been deprecated - argument passed
by value; If you would like to pass it by reference, modify the declaration of [runtime
function name](). If you would like to enable call-time pass-by-reference, you can set
allow_call_time_pass_reference to true in your INI file. However, future versions
may not support this any longer. in /usr/local/apache2/phplib-7.4-pre1/user.inc on
line 66
PHP Warning: Call-time pass-by-reference has been deprecated - argument passed
by value; If you would like to pass it by reference, modify the declaration of [runtime
function name](). If you would like to enable call-time pass-by-reference, you can set
allow_call_time_pass_reference to true in your INI file. However, future versions
may not support this any longer. in /usr/local/apache2/phplib-7.4-pre1/user.inc on
line 72
PHP Notice: Undefined index: SERVER_NAME in /home/htdocs/horde-
2.1/config/registry.php on line 71
PHP Notice: Undefined index: SERVER_NAME in /home/htdocs/horde-
2.1/config/registry.php on line 73
PHP Notice: Undefined index: SERVER_PORT in /home/htdocs/horde-
2.1/config/registry.php on line 74
{Note: in my php.ini, I set allow_call_time_pass_reference to On, apparently to no
avail. Also, in my httpd.conf, both SERVER_NAME and SERVER_PORT are set,
and do show values when I run php_info().}
------- >% snip %< ------
diff between my horde/config/horde.php and the Horde 2.1 distribution
horde/config/horde.php:
53c53
< $conf['compress_pages'] = false;
---
> $conf['compress_pages'] = true;
78c78
< $conf['auth']['driver'] = 'imap';
---
> $conf['auth']['driver'] = '';
86d85
< $conf['auth']['params']['dsn'] = '{localhost/imap:143}INBOX';
135c134
< $conf['prefs']['driver'] = 'sql';
---
> $conf['prefs']['driver'] = 'none';
144,149c143,148
< $conf['prefs']['params']['phptype'] = 'mysql';
< $conf['prefs']['params']['hostspec'] = 'localhost';
< $conf['prefs']['params']['username'] = 'horde';
< $conf['prefs']['params']['password'] = 'changedtoprotecttheinnocent';
< $conf['prefs']['params']['database'] = 'horde';
< $conf['prefs']['params']['table'] = 'horde_prefs';
---
> // $conf['prefs']['params']['phptype'] = 'mysql';
> // $conf['prefs']['params']['hostspec'] = 'localhost';
> // $conf['prefs']['params']['username'] = 'horde';
> // $conf['prefs']['params']['password'] = '*****';
> // $conf['prefs']['params']['database'] = 'horde';
> // $conf['prefs']['params']['table'] = 'horde_prefs';
------- >% snip %< ------
diff between my horde/config/registry.php and the Horde 2.1 distribution
horde/config/registry.php.dist:
23,24c23,24
< $this->registry['auth']['login'] = 'imp';
< $this->registry['auth']['logout'] = 'imp';
---
> // $this->registry['auth']['login'] = 'imp';
> // $this->registry['auth']['logout'] = 'imp';
77,84c77,84
< $this->applications['imp'] = array(
< 'fileroot' => dirname(__FILE__) . '/../imp',
< 'webroot' => $this->applications['horde']['webroot'] . '/imp',
< 'icon' => $this->applications['horde']['webroot'] . '/imp/graphics/imp.gif',
< 'name' => _("Mail"),
< 'allow_guests' => false,
< 'show' => true
< );
---
> // $this->applications['imp'] = array(
> // 'fileroot' => dirname(__FILE__) . '/../imp',
> // 'webroot' => $this->applications['horde']['webroot'] . '/imp',
> // 'icon' => $this->applications['horde']['webroot'] . '/imp/graphics/imp.gif',
> // 'name' => _("Mail"),
> // 'allow_guests' => false,
> // 'show' => true
> // );
------- >% snip %< ------
My /horde/imp/config/servers.php:
$servers['chiastic'] = array(
'name' => 'Chiastic.net',
'server' => 'localhost',
'protocol' => 'imap/notls',
'port' => 143,
'folders' => 'mail/',
'namespace' => '',
'maildomain' => 'chiastic.net',
'smtphost' => 'localhost',
'realm' => '_chiastic',
'preferred' => ''
);
------- >% snip %< ------
Output of phpinfo():
System Linux chiastic 2.4.18-14 #1 Wed Sep 4 13:35:50 EDT 2002 i686
Build Date Dec 1 2002 15:56:27
Configure Command './configure' '--enable-shared' '--with-
apxs2=/usr/local/apache2/bin/apxs' '--with-mysql=/usr/local/mysql' '--with-imap' '--
with-imap-ssl' '--with-ldap' '--with-gettext'
Server API Apache 2.0 Filter
Virtual Directory Support disabled
Configuration File (php.ini) Path /usr/local/lib/php.ini
PHP API 20020918
PHP Extension 20020429
Zend Extension 20021010
Debug Build no
Thread Safety disabled
Registered PHP Streams php, http, ftp
This program makes use of the Zend Scripting Language Engine:
Zend Engine v1.3.0, Copyright (c) 1998-2002 Zend Technologies
Configuration
PHP Core
Directive Local Value Master Value
allow_call_time_pass_reference Off Off
allow_url_fopen On On
always_populate_raw_post_data Off Off
arg_separator.input & &
arg_separator.output & &
asp_tags Off Off
auto_append_file no value no value
auto_prepend_file /usr/local/apache2/phplib/prepend.php3
/usr/local/apache2/phplib/prepend.php3
browscap no value no value
default_charset no value no value
default_mimetype text/html text/html
define_syslog_variables Off Off
disable_functions no value no value
display_errors Off Off
display_startup_errors Off Off
doc_root no value no value
docref_ext no value no value
docref_root http://www.php.net/ http://www.php.net/
enable_dl On On
error_append_string no value no value
error_log no value no value
error_prepend_string no value no value
error_reporting 2047 2047
expose_php On On
extension_dir ./ ./
file_uploads On On
gpc_order GPC GPC
highlight.bg #FFFFFF #FFFFFF
highlight.comment #FF8000 #FF8000
highlight.default #0000BB #0000BB
highlight.html #000000 #000000
highlight.keyword #007700 #007700
highlight.string #DD0000 #DD0000
html_errors On On
ignore_repeated_errors Off Off
ignore_repeated_source Off Off
ignore_user_abort Off Off
implicit_flush Off Off
include_path .:/usr/local/apache2/phplib:/usr/local/lib/php
.:/usr/local/apache2/phplib:/usr/local/lib/php
log_errors On On
log_errors_max_len 1024 1024
magic_quotes_gpc Off Off
magic_quotes_runtime Off Off
magic_quotes_sybase Off Off
max_execution_time 30 30
max_input_time 60 60
open_basedir no value no value
output_buffering 4096 4096
output_handler no value no value
post_max_size 8M 8M
precision 14 14
register_argc_argv Off Off
register_globals On On
report_memleaks On On
safe_mode Off Off
safe_mode_exec_dir no value no value
safe_mode_gid Off Off
safe_mode_include_dir no value no value
sendmail_from me@localhost.com me@localhost.com
sendmail_path /usr/sbin/sendmail -t -i /usr/sbin/sendmail -t -i
short_open_tag On On
SMTP localhost localhost
smtp_port 25 25
sql.safe_mode Off Off
track_errors Off Off
unserialize_callback_func no value no value
upload_max_filesize 2M 2M
upload_tmp_dir no value no value
user_dir no value no value
variables_order GPCS GPCS
xmlrpc_error_number 0 0
xmlrpc_errors Off Off
y2k_compliance On On
xml
XML Support active
XML Namespace Support active
EXPAT Version 1.95.2
tokenizer
Tokenizer Support enabled
standard
Regex Library Bundled library enabled
Dynamic Library Support enabled
Path to sendmail /usr/sbin/sendmail -t -i
Directive Local Value Master Value
assert.active 1 1
assert.bail 0 0
assert.callback no value no value
assert.quiet_eval 0 0
assert.warning 1 1
auto_detect_line_endings 0 0
default_socket_timeout 60 60
safe_mode_allowed_env_vars PHP_ PHP_
safe_mode_protected_env_vars LD_LIBRARY_PATH LD_LIBRARY_PATH
url_rewriter.tags a=href,area=href,frame=src,input=src,form=fakeentry
a=href,area=href,frame=src,input=src,form=fakeentry
user_agent no value no value
session
Session Support enabled
Registered save handlers files user
Directive Local Value Master Value
session.auto_start Off Off
session.bug_compat_42 Off Off
session.bug_compat_warn On On
session.cache_expire 180 180
session.cache_limiter nocache nocache
session.cookie_domain no value no value
session.cookie_lifetime 0 0
session.cookie_path / /
session.cookie_secure Off Off
session.entropy_file no value no value
session.entropy_length 0 0
session.gc_dividend 1000 1000
session.gc_maxlifetime 1440 1440
session.gc_probability 1 1
session.name PHPSESSID PHPSESSID
session.referer_check no value no value
session.save_handler files files
session.save_path /tmp /tmp
session.serialize_handler php php
session.use_cookies On On
session.use_only_cookies Off Off
session.use_trans_sid Off Off
posix
Revision $Revision: 1.51 $
pcre
PCRE (Perl Compatible Regular Expressions) Support enabled
PCRE Library Version 3.92 11-Sep-2002
overload
User-Space Object Overloading Support enabled
mysql
MySQL Support enabled
Active Persistent Links 0
Active Links 0
Client API version 3.23.53a
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /tmp/mysql.sock
MYSQL_INCLUDE -I/usr/local/mysql/include
MYSQL_LIBS -L/usr/local/mysql/lib -lmysqlclient -lz
Directive Local Value Master Value
mysql.allow_persistent On On
mysql.connect_timeout -1 -1
mysql.default_host no value no value
mysql.default_password no value no value
mysql.default_port no value no value
mysql.default_socket no value no value
mysql.default_user no value no value
mysql.max_links Unlimited Unlimited
mysql.max_persistent Unlimited Unlimited
mysql.trace_mode Off Off
ldap
LDAP Support enabled
RCS Version $Id: ldap.c,v 1.130 2002/11/05 14:18:20 edink Exp $
Total Links 0/unlimited
API Version 2004
Vendor Name OpenLDAP
Vendor Version 20025
imap
IMAP c-Client Version 4.1
SSL Support enabled
gettext
GetText Support enabled
ctype
ctype functions enabled
Apache 2.0
Additional Modules
Module Name
Environment
Variable Value
HOSTNAME chiastic
TERM xterm
SHELL /bin/bash
HISTSIZE 1000
USER root
LD_LIBRARY_PATH /usr/local/apache2/lib:
LS_COLORS
no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;0
5;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;3
2:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31
:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz
=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:
*.xpm=00;35:*.png=00;35:*.tif=00;35:
USERNAME root
PATH
/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/bin/X11:/usr/X11R6/bin:/r
oot/bin
MAIL /var/spool/mail/root
PWD /usr/local/apache2/logs
INPUTRC /etc/inputrc
LANG en_US.UTF-8
HOME /root
SHLVL 2
BASH_ENV /root/.bashrc
LOGNAME root
LESSOPEN |/usr/bin/lesspipe.sh %s
G_BROKEN_FILENAMES 1
_ /usr/local/apache2/bin/httpd
PHP Variables
Variable Value
PHP_SELF /info.php
_COOKIE["PHPSESSID"] 90313b6fa4bc6ad0b7f3815268053f68
_SERVER["HTTP_ACCEPT"] image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
application/msword, application/vnd.ms-excel, */*
_SERVER["HTTP_ACCEPT_LANGUAGE"] en-us
_SERVER["HTTP_ACCEPT_ENCODING"] gzip, deflate
_SERVER["HTTP_USER_AGENT"] Mozilla/4.0 (compatible; MSIE 5.5; Windows 98;
H010818)
_SERVER["HTTP_HOST"] 192.168.2.30
_SERVER["HTTP_CONNECTION"] Keep-Alive
_SERVER["HTTP_COOKIE"] PHPSESSID=90313b6fa4bc6ad0b7f3815268053f68
_SERVER["PATH"]
/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/bin/X11:/usr/X11R6/bin:/r
oot/bin
_SERVER["SERVER_SIGNATURE"]
Apache/2.0.43 Server at
192.168.2.30 Port 80
_SERVER["SERVER_SOFTWARE"] Apache
_SERVER["SERVER_NAME"] 192.168.2.30
_SERVER["SERVER_ADDR"] 192.168.2.30
_SERVER["SERVER_PORT"] 80
_SERVER["REMOTE_ADDR"] 192.168.2.101
_SERVER["DOCUMENT_ROOT"] /home/htdocs
_SERVER["SERVER_ADMIN"] webmaster@chiastic.net
_SERVER["SCRIPT_FILENAME"] /home/htdocs/info.php
_SERVER["REMOTE_PORT"] 3174
_SERVER["GATEWAY_INTERFACE"] CGI/1.1
_SERVER["SERVER_PROTOCOL"] HTTP/1.1
_SERVER["REQUEST_METHOD"] GET
_SERVER["QUERY_STRING"] no value
_SERVER["REQUEST_URI"] /info.php
_SERVER["SCRIPT_NAME"] /info.php
_SERVER["PHP_SELF"] /info.php
From duke@communicoretech.com Mon Dec 2 05:47:28 2002
From: duke@communicoretech.com (J. Duke Rogers)
Date: Mon, 2 Dec 2002 00:47:28 -0500
Subject: [horde] changing appearance
Message-ID: <000a01c299c6$4fd3cc50$0201a8c0@designer>
Hi,
I'm using horde, imp, and turba. The FAQ says to change the
appearance u edit config/html.php and app/config/html.php, but that says
for 2.x, nothing is listed for 3.x. anyway I tried that and nothing
looks like it has changing. eg. I've tried to change the background
color globally and I see no change..
Thanks,
-duke
From maik.caro@viebranz.de Mon Dec 2 08:55:32 2002
From: maik.caro@viebranz.de (Maik Caro)
Date: Mon, 2 Dec 2002 09:55:32 +0100
Subject: [horde] Required IMAP functions were not found
Message-ID: <001c01c299e0$92955760$ca01a8c0@netservice.viebranz.de>
I got everything running on a Suse 8.
Then I copied everything to my gentoo mailserver and I get the following
error after tring to log in:
Auth_imap: Required IMAP functions were not found.
I have horde 2.1 and IMP 3.1 installed.
The test.php from horde looks good.
The tets.php from IMP returns the following error after testing the IMAP
support:
Fatal error: Call to undefined function: imap_open() in
/home/httpd/htdocs/horde/imp/test.php on line 157
Any idea
From jan@horde.org Mon Dec 2 10:26:41 2002
From: jan@horde.org (Jan Schneider)
Date: Mon, 2 Dec 2002 11:26:41 +0100
Subject: [horde] changing appearance
In-Reply-To: <000a01c299c6$4fd3cc50$0201a8c0@designer>
References: <000a01c299c6$4fd3cc50$0201a8c0@designer>
Message-ID: <1038824801.3deb3561e9a08@jan.dip.ammma.net>
Zitat von "J. Duke Rogers" :
> Hi,
> I'm using horde, imp, and turba. The FAQ says to change the
> appearance u edit config/html.php and app/config/html.php, but that says
> for 2.x, nothing is listed for 3.x. anyway I tried that and nothing
> looks like it has changing. eg. I've tried to change the background
> color globally and I see no change..
Style sheets are cached by default. Disable css caching in config/horde.php
and empty your browser's cache.
Jan.
--
http://www.horde.org - The Horde Project
http://www.ammma.de - discover your knowledge
http://www.tip4all.de - Deine private Tippgemeinschaft
From eculp@encontacto.net Mon Dec 2 14:40:52 2002
From: eculp@encontacto.net (eculp@encontacto.net)
Date: Mon, 2 Dec 2002 06:40:52 -0800
Subject: [horde] changing appearance
Message-ID: <1038840052.3deb70f4a8aca@Mail.EnContacto.Net>
Quoting Jan Schneider :
| Zitat von "J. Duke Rogers" :
|
| > Hi,
| > I'm using horde, imp, and turba. The FAQ says to change the
| > appearance u edit config/html.php and app/config/html.php, but that says
| > for 2.x, nothing is listed for 3.x. anyway I tried that and nothing
| > looks like it has changing. eg. I've tried to change the background
| > color globally and I see no change..
|
| Style sheets are cached by default. Disable css caching in config/horde.php |
and empty your browser's cache.
I assume that you have already looked at the available themes in prefs? If
there isn't one that looks exactly as I want, I prefer to copy the most similar
one of the themes to another name and edit it, leaving the basic horde install
clean for updates.
ed
-------------------------------------------------
From tonni@billy.demon.nl Mon Dec 2 16:27:21 2002
From: tonni@billy.demon.nl (Tony Earnshaw)
Date: 02 Dec 2002 17:27:21 +0100
Subject: [horde] I've done something daft
Message-ID: <1038846439.1083.24.camel@localhost>
Hi list,
I did this whacky thing.
Because the ed (eculp@encontacto.net) suggested it and because I
couldn't get the Auth::singleton thing to work for love nor money with
Horde 2.1, I downloaded the HEAD Horde module CVS head.
Dunno how it works, but while I'm normally throttled off at max. 3.1
Kb/s on an ftp 56 Kb/s for extended ftp downloads, this CVS stuff came
in at around 8 Kb/s. So my phone bill won't even be that much :-)
So now I have to start all over again with HEAD. Don't mind, 'cos I'm
learning new PHP4 stuff all the time.
Question: Can I even hope for help with configuring Horde (not Turba,
not Imp at the moment) HEAD with MySQL? If I need it, that is, and if I
can't figure things out?
For the sake of order, there's absolutely nothing wrong with my Apache
1.3.27 nor PHP 4.2.3; it all works perfectly (test.php).
Best,
Tony
--
Tony Earnshaw
When all's said and done ...
there's nothing left to say or do.
e-post: tonni@billy.demon.nl
www: http://www.billy.demon.nl
From eric.rostetter at physics.utexas.edu Mon Dec 2 16:46:44 2002
From: eric.rostetter at physics.utexas.edu (Eric Rostetter)
Date: Mon, 2 Dec 2002 10:46:44 -0600
Subject: [horde] Log log by another PHP applicatin
In-Reply-To: <1038329766.3de3a7a6a5eb5@195.39.93.206>
References: <1038329766.3de3a7a6a5eb5@195.39.93.206>
Message-ID: <1038847604.3deb8e74186b5@mail.ph.utexas.edu>
Quoting erik.sandu@inekon.cz:
> How i log to horde from another PHP application withoult writing username and
> passwd on the login screen ???? Thanks Erixon
I think you might be able to do this via IMP authentication and using
horde/imp/redirect.php ???
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Why get even? Get odd!
From chuck at horde.org Mon Dec 2 16:49:14 2002
From: chuck at horde.org (Chuck Hagenbuch)
Date: Mon, 2 Dec 2002 11:49:14 -0500
Subject: [horde] Support Horde, get a discount on Zend products
Message-ID: <1038847754.3deb8f0ade3f6@marina.horde.org>
The Horde Project is pleased to annouce that Horde users are now
entitled to a 12% discount on the Zend Performance Suite, a new Zend
product which includes the Zend Accelerator along with some new
acceleration and caching tools as well. Academic institutions get an
even deeper discount of 37% - the 12% Horde discount plus the 25%
academic discount.
This should be of interest to large ISPs, universities, and anyone
running a large or heavily loaded Horde installation. Horde's
object-oriented code is exactly the kind of code that benefits the
most from an accelerator. The accelerator ensures that our classes
only need to be parsed once, which makes the accelerated code
available quickly every time it's needed.
Finally, a portion of the proceeds from any sales made to a Horde user
go to benefit the Horde Project, supporting development, maintenance
of domains and certificates, etc. In case you needed one more reason
to go for it. :)
See http://www.horde.org/zend/ for more information and details.
-chuck
--
Charles Hagenbuch,
Horde Project leader and founder: http://www.horde.org/
Resume: http://marina.horde.org/chuck/resume.pdf
From eric.rostetter at physics.utexas.edu Mon Dec 2 18:43:16 2002
From: eric.rostetter at physics.utexas.edu (Eric Rostetter)
Date: Mon, 2 Dec 2002 12:43:16 -0600
Subject: [horde] wu-ftpd and language
In-Reply-To: <1038424238.3de518aebc24a@www.edu.haapavesi.fi>
References: <1038424238.3de518aebc24a@www.edu.haapavesi.fi>
Message-ID: <1038854596.3deba9c4cf866@mail.ph.utexas.edu>
Quoting Markus Översti :
> Just happened something interesting. I have webserver (RH 8.0, horde 2.0, imp
> 3.0, php-4.2.2-8.0.5, httpd-2.0.40-8 (apache)).
I have a similar setup, but with CVS HEAD of Horde/IMP/etc.
> I installed wu-ftp-server to that server, and language selection stopped to
> work. Language changed to english and changing language in preferences or in
> login screen didn't work.
>
> Then I removed wu-ftpd and... language selection started to work. Weird?!
Very weird. My setup seems to work fine. But I installed wu-ftp at the
system installation time, then installed Horde/IMP.
> (Yes, I know some ppl with troubles with language. Do you have wu-ftp in
> server?)
Yes, and it seems to work fine. But my installation order was different,
and my Horde/IMP is more recent.
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Why get even? Get odd!
From eric.rostetter at physics.utexas.edu Mon Dec 2 19:16:17 2002
From: eric.rostetter at physics.utexas.edu (Eric Rostetter)
Date: Mon, 2 Dec 2002 13:16:17 -0600
Subject: [horde] Horde/IMP problems
In-Reply-To: <5.1.1.6.0.20021127214809.02703c58@mail.rootservices.net>
References: <5.1.1.6.0.20021127214809.02703c58@mail.rootservices.net>
Message-ID: <1038856577.3debb181d4685@mail.ph.utexas.edu>
Quoting Jeremy May :
> when i login i get the following errors and was wondering WHY!
>
You don't have imap support built into your php.
> Notice: Use of undefined constant SORTARRIVAL - assumed 'SORTARRIVAL' in
> /www/rootservices.net/horde/imp/config/prefs.php on line 502
> how can i fix it?
Add imap support to your php. If you build your own, recompile with imap
support. If using RPMS then install the php-imap* rpm(s). And so on
depending on how you install stuff.
> Jeremy May
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Why get even? Get odd!
From eric.rostetter at physics.utexas.edu Mon Dec 2 20:25:24 2002
From: eric.rostetter at physics.utexas.edu (Eric Rostetter)
Date: Mon, 2 Dec 2002 14:25:24 -0600
Subject: [horde] changing appearance
In-Reply-To: <000a01c299c6$4fd3cc50$0201a8c0@designer>
References: <000a01c299c6$4fd3cc50$0201a8c0@designer>
Message-ID: <1038860724.3debc1b455740@mail.ph.utexas.edu>
Quoting "J. Duke Rogers" :
> Hi,
> I'm using horde, imp, and turba. The FAQ says to change the
> appearance u edit config/html.php and app/config/html.php, but that says
> for 2.x, nothing is listed for 3.x.
It is for Horde 1.x (previous release) and Horde 2.x (current release).
You are probably mixing up the Horde and IMP release version numbers?
The Horde 2.x comments address all Horde 2.x versions, plus the current
CVS HEAD with the exceptions of Themes in CVS HEAD.
> anyway I tried that and nothing
> looks like it has changing. eg. I've tried to change the background
> color globally and I see no change..
They are cached for the session, and some browsers cache them, so be sure
to logout, quite the browser, and then log back in.
> Thanks,
> -duke
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Why get even? Get odd!
From eric.rostetter at physics.utexas.edu Mon Dec 2 20:26:29 2002
From: eric.rostetter at physics.utexas.edu (Eric Rostetter)
Date: Mon, 2 Dec 2002 14:26:29 -0600
Subject: [horde] Required IMAP functions were not found
In-Reply-To: <001c01c299e0$92955760$ca01a8c0@netservice.viebranz.de>
References: <001c01c299e0$92955760$ca01a8c0@netservice.viebranz.de>
Message-ID: <1038860789.3debc1f5bbfe1@mail.ph.utexas.edu>
Quoting Maik Caro :
> Auth_imap: Required IMAP functions were not found.
Sounds like you don't have imap support built into php?
> The tets.php from IMP returns the following error after testing the IMAP
> support:
> Fatal error: Call to undefined function: imap_open() in
> /home/httpd/htdocs/horde/imp/test.php on line 157
Ditto.
> Any idea
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Why get even? Get odd!
From rmillerd at rmsm.net Tue Dec 3 07:16:27 2002
From: rmillerd at rmsm.net (Rob Millerd)
Date: Mon, 2 Dec 2002 23:16:27 -0800
Subject: [horde] Config Problem
Message-ID:
Hi,
I'm having problems configuring an installation of horde. When I look at
the test.php this is what I get:
I've downloaded the latest pear from the ftp site and installed it
successfully but still cannot get horde to work. Does the pear errors have
anything to do with my troubles?
Thanks
Rob
P.S. I am specifically having problems configuring CMS. When I login I get
a blank top page with all the installed modules along the bottom. What
could i be doing wrong?
Horde Versions
a.. Horde: 3.0-cvs
b.. IMP: 4.0-cvs (run IMP tests)
c.. Turba: 2.0-cvs
d.. Ingo: 0.1-cvs (run Ingo tests)
e.. Kronolith: 2.0-cvs
f.. Jonah: 0.0.3-cvs (run Jonah tests)
g.. Mnemo: 2.0-cvs
h.. Nag: 2.0-cvs
i.. Hermes: 0.0.1-cvs
j.. Accounts: 2.0.1-cvs
k.. Forwards: 2.0.1-cvs
l.. Passwd: 2.0.1-cvs
m.. Vacation: 2.0.1-cvs
n.. Odin: 2.0-cvs
PHP Version
a.. View phpinfo() screen
b.. View loaded extensions
c.. PHP Version: 4.2.3
d.. PHP Major Version: 4.2
e.. PHP Minor Version: 3
f.. PHP Version Classification: release
g.. You are running a supported version of PHP.
PHP Module Capabilities
a.. Ctype Support: Yes
b.. DOM XML Support: Yes
c.. FTP Support: Yes
d.. Gettext Support: Yes
e.. IMAP Support: Yes
f.. LDAP Support: No
g.. MCAL Support: No
h.. Mcrypt Support: No
i.. MySQL Support: Yes
j.. OpenSSL Support: Yes
k.. PostgreSQL Support: No
l.. XML Support: Yes
Miscellaneous PHP Settings
a.. magic_quotes_runtime disabled: Yes
b.. file_uploads enabled: Yes
c.. safe_mode disabled: Yes
d.. trans_sid disabled: Yes
PHP Sessions
a.. Session counter: 14
b.. To unregister the session: click here
PEAR
a.. PEAR - Yes
b.. Recent PEAR - No
c.. This version of PEAR is not recent enough. See the Horde PEAR page for
details.
d.. Mail::RFC822 - Yes
e.. Mail_Mime - No
f.. You do not have the Mail_Mime package installed on your system. See
the INSTALL file for instructions on how to install the package.
g.. Log - Yes
h.. DB - Yes
i.. Net_Socket - Yes
j.. File_CSV - No
k.. Horde will work without the File_CSV class, but there may be errors
when importing some CSV files.
l.. Crypt_HCEMD5 - Yes
m.. Date_Calc - Yes
n.. HTML_Common/HTML_Select - Yes
From horde at abismo.org Tue Dec 3 11:25:35 2002
From: horde at abismo.org (horde@abismo.org)
Date: Tue, 3 Dec 2002 11:25:35 +0000 (WET)
Subject: [horde] Some comments/bug fixes
Message-ID:
Hi there!
I'm currently using the stable release of horde/imp/turba (RedHat rpms
from horde site). Some issues came up, some of which I think are already
corrected in the HEAD version, but maybe should be corrected in the
stable version as they are bugs??
Just in case this might be of interest, I'm listing the problems and
fixes I came up with (not always the best way, I admit :) ). To avoid
spamming the several lists, I'm including all the changes here. If the
developers think it is worth while, they can forward to the relevant
people.
Just to end off, I would like to thank the developers.
Allthough the code structure is slightly complex, once you spend a
little time on it you can do anything relativly easily!
Thanks for the good work!
##### IMP BUG #######################################################
First logon -> 1970 + 1 sec
imp/lib/IMP.php
$last_login = $prefs->getValue('last_login');
returns 1 on null entry
FIX:
if ($actionID == IMP_LOGIN || !empty($imp['_login'])) {
/* Get UNIX timestamp of the last time the user logged in. */
$last_login = $prefs->getValue('last_login');
if($last_login == 1)
$last_login=0;
##### IMP REQUEST ####################################################
[hook][from]
difficult to get user "from" for hook function
(for someone how doesn't know the data structure!)
Pass alternate address so that function is independant of rest
FIX:
lib/Identity/IMP.php
$val = $this->getValue('from_addr', $ident);
if (!empty($conf['hooks']['from']) && function_exists($conf['hooks']['from'])) {
$val = call_user_func($conf['hooks']['from'], $imp,$val);
}
#### HORDE CVS BUG? #################################################
Sessions to database
lib/SessionHandler/mysql.php
$query = sprintf('SELECT session_data FROM %s WHERE session_id = %s',
$this->_params['table'], $this->quote($id));
The function "quote" does not add outer "'"
ie: quote(5605f2d395896da6ba585551b0d332a1) =
5605f2d395896da6ba585551b0d332a1
=> error in query
QUICK FIX:
function quote($value)
{
static $quote;
if (!isset($quote)) {
$quote = function_exists('mysql_real_escape_string') ?
'mysql_real_escape_string' :
'mysql_escape_string';
}
return "'" . $quote($value) . "'";
}
#### IMP BUG ##########################################################
After a session expires, you are unable to logon using the resulting
logon page.
Steps:
Logon
Delete ticket
Try read msg -> session time out
Try logon on that page -> always session timeout
The problem is in
imp/redirect.php
The correct session information was not being used when the form field
"url" was set.
DIRTY FIX:
< $url = Horde::getFormData('url');
< if ($url) {
< $pattern = session_name() . "=\w+";
< $replacement = session_name() . "=" . session_id();
< $url = preg_replace("($pattern)",$replacement, $url);
< header('Location: ' . $url);
---
> if (Horde::getFormData('url')) {
> header('Location: ' . Horde::getFormData('url'));
This fixed it, although since the messageId of the email is missing from
the url, an error is given when logged on (see next BUG).
At least the user can log on again :)
### IMP BUG ##########################################################
When a user tries to read a message when msgId is not given -> error
#I think this is fixed in CVS
imp/message.php
no checking of $imp['msgl'] is done!
This is fatal if php's display_errors is set to "On" (sends output
before headers):
FIX:
$index = Horde::getFormData('index');
if(!$imp || !isset($imp['msgl'])){
header('Location: ' . Horde::applicationUrl('mailbox.php?actionID=' . MESSAGE_MISSING, true));
exit;
}
$sorted = explode(':', $imp['msgl']);
#### General request #################################################
Missing documentation:
How to translate help files
(use CVS translations.php... have to get HEAD version working to
use this... Since I didn't, don't know what it really does)
##### GERNERAL doc ###################################################
IE: version 5.50*
Refresh on browser button -> page gets mangled
Known IE issue with ssl 128bits
FIX:
Upgrade to IE 6 :(
###### GERNERAL doc ##################################################
Hide path name in URL
DocRoot for ALL components must be set in horde config/registry.php
(off course... but faq doesn't say... ;) )
PBCM -> problem between chair + monitor
--
If a man has a strong faith he can indulge in the luxury of skepticism.
-- Friedrich Nietzsche
---
Jose' Carlos
From Dominique.Dalponte at utbm.fr Tue Dec 3 11:39:58 2002
From: Dominique.Dalponte at utbm.fr (dominique.dalponte@utbm.fr)
Date: Tue, 3 Dec 2002 12:39:58 +0100
Subject: [horde] stable version
Message-ID: <1038915597.3dec980e047a6@webmail.utbm.fr>
hello the team horde
I have a little question,
I use the stable version in production (2000 users, imp, turba, kronolith etc),
when you found a bug, is it correct in the stable version files or just on
the head version ? is there patch or new version of the "stable version" (just
with the corrected bug but not new fonctionnalite like the head version) ?
is there a simple way to correct the bug of the stable version ? (I am on
production) ?
regards
dom
--
Dominique Dalponte
Utbm, Centre de Ressource en informatique
90010 Belfort Cedex, France
tél : 03/84/58/31/49 http://www.utbm.fr
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
From mfellman at xs4all.nl Tue Dec 3 12:06:36 2002
From: mfellman at xs4all.nl (Marc Fellman)
Date: Tue, 3 Dec 2002 13:06:36 +0100
Subject: [horde] CVS version and categories
Message-ID: <1038917196.3dec9e4c62a4d@fellsoft.homeip.net>
Hi All,
I have tried to update my CVS horde install to the latest CVS version yesterday
after running for 2 weeks with the previous update from CVS. I was smart enough
to backup the MySQL database and horde directorie before the CVS update because
there seems to be something very different with the categories table of Horde.
Is there someone out there that has written a script to do a update of the
categories table? I saw that the order field was added to the table.
I hope to be able to keepup with the CVS version because Horde is one of the
best things to manage mail (and more) from anywhere on the world on the home-
computer. Keep up the good work Horde-developers!!
Kind Regards,
Marc Fellman
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
From cableronge at cableronge.sk.ca Tue Dec 3 15:00:45 2002
From: cableronge at cableronge.sk.ca (Cable Ronge Inc.)
Date: Tue, 3 Dec 2002 09:00:45 -0600
Subject: [horde] webmail
Message-ID: <001801c29adc$d5edf6a0$0c8eaed8@cableosuryb5cr>
When I send email using webmail it says the mail is coming from someone =
other than myself. I've gone into options and entered the correct =
information. It says it has saved the changes but when I send mail it =
still says it is coming from someone else. When I send mail from my own =
computer using Outlook, the correct information is displayed. How do I =
change this in webmail?
From rmillerd at rmsm.net Tue Dec 3 17:49:37 2002
From: rmillerd at rmsm.net (Rob Millerd)
Date: Tue, 3 Dec 2002 09:49:37 -0800
Subject: [horde] Config Problem
In-Reply-To: <1038929016.3deccc7855748@mail.ph.utexas.edu>
References:
<1038929016.3deccc7855748@mail.ph.utexas.edu>
Message-ID: <1038937777.3deceeb186e34@webmail.rmsm.net>
I looked at the code for the test.php and found that it was looking for
PEAR::registerShutdownFunc() in an array from get_class_methods('PEAR'). And
when i did a print_r($pear_methods) registerShutdownFunc was not in the array.
How can i check for this function in my pear installation.
Also, what does the Mail_Mime have to do with CMS? just wondering?
Thanks
Rob
Quoting Eric Rostetter :
> Quoting Rob Millerd :
>
> > I've downloaded the latest pear from the ftp site and installed it
> > successfully but still cannot get horde to work. Does the pear errors
> have
> > anything to do with my troubles?
>
> Probably.
>
> > a.. PEAR - Yes
> > b.. Recent PEAR - No
> > c.. This version of PEAR is not recent enough. See the Horde PEAR page
> for
> > details.
>
> This error is sometimes bogus, but could be legit... See recent mailing list
> archives.
>
> > d.. Mail::RFC822 - Yes
> > e.. Mail_Mime - No
> > f.. You do not have the Mail_Mime package installed on your system. See
> > the INSTALL file for instructions on how to install the package.
>
> This is the module that will cause you problems. Either Mail_Mime is
> missing
> or not located within the PEAR directory structure where Horde expects it to
> be.
>
> The other errors shouldn't be show stoppers.
>
> --
> Eric Rostetter
> The Department of Physics
> The University of Texas at Austin
>
> Why get even? Get odd!
>
From tonni at billy.demon.nl Tue Dec 3 18:29:21 2002
From: tonni at billy.demon.nl (Tony Earnshaw)
Date: 03 Dec 2002 19:29:21 +0100
Subject: [horde] Config Problem
In-Reply-To: <1038937777.3deceeb186e34@webmail.rmsm.net>
References:
<1038929016.3deccc7855748@mail.ph.utexas.edu>
<1038937777.3deceeb186e34@webmail.rmsm.net>
Message-ID: <1038940158.12010.10.camel@localhost>
tir, 2002-12-03 kl. 18:49 skrev Rob Millerd:
> I looked at the code for the test.php and found that it was looking for
> PEAR::registerShutdownFunc() in an array from get_class_methods('PEAR'). And
> when i did a print_r($pear_methods) registerShutdownFunc was not in the array.
> How can i check for this function in my pear installation.
> Also, what does the Mail_Mime have to do with CMS? just wondering?
This only applies to the HEAD stuff from yesterday, but I came to the
conclusion that HEAD test.php is putting out *so* much shoot, that it
should be ignored as any indicator of what I (at least) have working.
It doesn't recognize my (working) PHP4.2.3 Openssl, it doesn't recognize
PEAR, it doesn't recognize Mail_Mime, it doesn't recognize safe_mode,
etc, etc.
Whereas the 2.1 test.php recognizes everything quoted above.
And yes, I've been through the code and came to the same conclusions as
you.
Best,
Tony
--
Tony Earnshaw
When all's said and done ...
there's nothing left to say or do.
e-post: tonni@billy.demon.nl
www: http://www.billy.demon.nl
From chuck at horde.org Tue Dec 3 21:10:31 2002
From: chuck at horde.org (Chuck Hagenbuch)
Date: Tue, 3 Dec 2002 16:10:31 -0500
Subject: [horde] Nightly snapshots now available
Message-ID: <1038949831.3ded1dc7ad8cb@marina.horde.org>
The Horde Project is pleased to announce that http://snaps.horde.org/ will
now take you to a portion of our FTP site holding tarballs for every
application in the Horde CVS repository, generated every night (PST) from
the latest HEAD code. We'll keep about 7 days worth at any given time.
Enjoy!
-chuck
--
Charles Hagenbuch,
Horde Project leader and founder: http://www.horde.org/
Resume: http://marina.horde.org/chuck/resume.pdf
From wurst at eminenz.ath.cx Tue Dec 3 22:40:08 2002
From: wurst at eminenz.ath.cx (wurst@eminenz.ath.cx)
Date: Tue, 3 Dec 2002 23:40:08 +0100
Subject: [horde] None
Message-ID: <1038955208.3ded32c8246f9@eminenz.ath.cx>
i tried everything, searched the whole archive. none of it is working. it
remains english, no matter what i select. themes are not working (not
changing/saving) as well.
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
From tdondich at majiknetworks.com Wed Dec 4 01:03:29 2002
From: tdondich at majiknetworks.com (Taylor Dondich)
Date: Tue, 03 Dec 2002 17:03:29 -0800
Subject: [horde] Success Story With Horde!
Message-ID: <3DED5461.5060202@majiknetworks.com>
I just wanted to write out a big thank you to the development team
behind Horde and the modules. I've got a bit of praise to sing and I'd
like to all tell you my story.
A Real Estate firm in town has three locations. They were using a
standard pop3 mail service and would download it into Outlook 2000. The
owner came to me and wanted to know if there was a better solution where
they can begin sharing data together and having their mail follow them
around (they had roaming computers). I quickly gave them a firm yes and
without really knowing, didn't have a solution that I could give them.
At the time, I was running Qmail with Courier-Imap, with SquirrelMail as
the web-end. After setting their mail services up and showing the
owner(s) the system, they really didn't agree with it. It couldn't
integrate into Outlook, the webmail interface was flimsy at best and
SquirrelMail's calendaring and addressbook plug-ins just were not robust
enough.
With despair, I took my Thanksgiving holiday vacation and sat down to
research other solutions. One of the first was IMP and I researched the
usability and the demo site available at www.horde.org. My excitement
began and I saw the immediate flexability of this system. In only two
days, I had a complete working system for the client and I believed it
met all their needs (perhaps not one or two, but I'll get into that
later). After visiting the client and having a huge meeting showing the
usage of the system, everyone seemed very happy with the result. As I
left the client site, I noticed that not one copy of Outlook was
running. Everyone was using the web mail solution powered by Horde.
I think it's only reasonable to give some detail to the site's
configuration so if anyone sees another way to better it or perhaps try
something different, they can let me know.
As for the server side, I have a Dell PowerEdge 500SC dedicated to their
mail. It's running QMail as the MTA and Courier-IMAP to provide mail
folder and mail agent services.
On the Horde Side, I am running all CVS code in a production environment
and so far, not too many problems. The modules I'm currently running
are: Horde Framework/IMP/Turba/Kronolith/Mneo/Gollem/Nag. All are CVS
code. For User authentication, I'm using IMP's imap authentication.
This kind of limits the flexability of setting permissions for the VFS
in Gollum, I'm looking for a way to go around that. Shared Addressbooks
are done via setting up two mysql driver driven addressbooks, one being
public for the global addressbook.
My only question is, is it possible to instead of being unable to create
users because of IMP's authentication, but create users automatically
upon login with IMP, the only restriction being you can't change the
password. That way you can continue to setup groups and assign
permissions to gollum and such.
Also, I have been unable to get any functionality of shared calendaring,
anyone's advice would be useful. Also, is there soon to be a feature of
assigning tasks to other people?
One last thing that they have requested. They have wanted to look into
the functionality of synching with their Palm'. Is this in any sort of
development, and if not, can I assist in anyway furthering the project?
I'd love to get involved and I am a decent PHP developer.
Thanks to you developers!
Taylor Dondich
From jabidi at wanadoo.fr Wed Dec 4 03:01:21 2002
From: jabidi at wanadoo.fr (Jonathan Abidi)
Date: 04 Dec 2002 08:01:21 +0500
Subject: [horde] configuration problem
Message-ID: <1038970882.1259.2.camel@Shai-Hulud>
Hi all,
I have install Horde on my Red Hat 8.0, all seems to be ok but I got
this error message when I lauch the test.php file :
Failed opening '/home/httpd/horde:/home/httpd/php' for inclusion
(include_path='.:/usr/share/pear') in Unknown on line 0
and I got a blank page when I go to the web site with my navigateur.
please help me =)
Jonathan
From alois.blasbichler at sb-brixen.it Wed Dec 4 10:01:04 2002
From: alois.blasbichler at sb-brixen.it (alois blasbichler)
Date: Wed, 04 Dec 2002 11:01:04 +0100 (CET)
Subject: [horde] turba with openldap with schemacheck on
Message-ID: <1038996064.3dedd260e4d9c@titan.sb-brixen.it>
hello list
my question :
is there sombody who have running successfully turba with ldap (with openldap
2.1.xx) with a personal-addressbook in LDAP and schemacheck=ON ?
i have installed all this sccessfully with schemacheck=OFF
but with schemacheck=ON i get an error when i add and modify my entries
thank you luis
From pratik at vadodaramail.net Wed Dec 4 10:34:02 2002
From: pratik at vadodaramail.net (pratik@vadodaramail.net)
Date: Wed, 4 Dec 2002 16:04:02 +0530
Subject: [horde] " Syntax Error "
Message-ID: <1038998042.3dedda1a0a0a9@mail.vadodaramail.net>
Hello
I have configured with multiple domains, some domains belong on the server were
horde belongs & some domains are on other servers I have successfully configured
the other domains of the server in servers.php the users & login & read messages
but while sending message the sends but on other side the user gets the
following as an email address " Username@Syntax Error "
Can somebody guide me what can be the problem
Thanking for help
--
Pratik
Ultra Infotech
Linux SystemAdmin
ICQ # 51830877
-----------------------------------------------------
This mail sent through http://mail.vadodaramail.net/
From eculp at encontacto.net Wed Dec 4 13:20:19 2002
From: eculp at encontacto.net (eculp@encontacto.net)
Date: Wed, 4 Dec 2002 05:20:19 -0800
Subject: [horde] turba with openldap with schemacheck on
In-Reply-To: <1038996064.3dedd260e4d9c@titan.sb-brixen.it>
References: <1038996064.3dedd260e4d9c@titan.sb-brixen.it>
Message-ID: <1039008019.3dee0113c6cdb@Mail.EnContacto.Net>
Quoting alois blasbichler :
| hello list
|
| my question :
| is there sombody who have running successfully turba with ldap (with
| openldap
| 2.1.xx) with a personal-addressbook in LDAP and schemacheck=ON ?
|
| i have installed all this sccessfully with schemacheck=OFF
I'm not using 2.1 yet but am considering the upgrade. Have you checked
the log files to determine the attributes that are not present in your
included schemas?
ed
|
| but with schemacheck=ON i get an error when i add and modify my entries
|
| thank you luis
|
| --
| Horde mailing list
| Frequently Asked Questions: http://horde.org/faq/
| To unsubscribe, mail: horde-unsubscribe@lists.horde.org
|
--
-------------------------------------------------
From alois.blasbichler at sb-brixen.it Wed Dec 4 14:48:09 2002
From: alois.blasbichler at sb-brixen.it (alois blasbichler)
Date: Wed, 04 Dec 2002 15:48:09 +0100 (CET)
Subject: [horde] turba with openldap with schemacheck on
In-Reply-To: <1039008019.3dee0113c6cdb@Mail.EnContacto.Net>
References: <1038996064.3dedd260e4d9c@titan.sb-brixen.it>
<1039008019.3dee0113c6cdb@Mail.EnContacto.Net>
Message-ID: <1039013289.3dee15a9c2e7c@titan.sb-brixen.it>
Zitiere eculp@encontacto.net:
> Quoting alois blasbichler :
>
> | hello list
> |
> | my question :
> | is there sombody who have running successfully turba with ldap
> (with
> | openldap
> | 2.1.xx) with a personal-addressbook in LDAP and schemacheck=ON ?
> |
> | i have installed all this sccessfully with schemacheck=OFF
>
> I'm not using 2.1 yet but am considering the upgrade. Have you
> checked
> the log files to determine the attributes that are not present in your
>
> included schemas?
when i want to add an entry in my addressbook i get the error:
slapd[21900]: conn=12 op=2 RESULT tag=105 err=65 text=invalid structur
al object class chain (pilotPerson/organizationalPerson)
have i manually change my schemas ?
ther are patches or schema-modification for turba ?
luis
>
> ed
>
> |
> | but with schemacheck=ON i get an error when i add and modify my
> entries
> |
> | thank you luis
> |
From eculp at encontacto.net Wed Dec 4 17:03:12 2002
From: eculp at encontacto.net (eculp@encontacto.net)
Date: Wed, 4 Dec 2002 09:03:12 -0800
Subject: [horde] turba with openldap with schemacheck on
In-Reply-To: <1039013289.3dee15a9c2e7c@titan.sb-brixen.it>
References: <1038996064.3dedd260e4d9c@titan.sb-brixen.it>
<1039008019.3dee0113c6cdb@Mail.EnContacto.Net>
<1039013289.3dee15a9c2e7c@titan.sb-brixen.it>
Message-ID: <1039021392.3dee35503e0ea@Mail.EnContacto.Net>
Quoting alois blasbichler :
| Zitiere eculp@encontacto.net:
|
| > Quoting alois blasbichler :
| >
| > | hello list
| > |
| > | my question :
| > | is there sombody who have running successfully turba with ldap
| > (with
| > | openldap
| > | 2.1.xx) with a personal-addressbook in LDAP and schemacheck=ON ?
| > |
| > | i have installed all this sccessfully with schemacheck=OFF
| >
| > I'm not using 2.1 yet but am considering the upgrade. Have you
| > checked
| > the log files to determine the attributes that are not present in your
| >
| > included schemas?
|
| when i want to add an entry in my addressbook i get the error:
| slapd[21900]: conn=12 op=2 RESULT tag=105 err=65 text=invalid structur
| al object class chain (pilotPerson/organizationalPerson)
I think this can be better answered on the openldap list because I think it
is 2.1 specific. I haven't seen "invalid structural object class chain"
in 2.0 Of course I could be wrong. Does anyone here, who is using 2.1 know?
|
| have i manually change my schemas ?
| ther are patches or schema-modification for turba ?
The horde.schema is in horde/scripts/ldap. It is more for using ldap
for prefs. IIRC, you would only need it for turbaObjectType and
turbaObjectType if you are using them in horde/turba/config/sources.php.
I can attach a copy of mine that is more or less up to date in a private
email if you would like to look at it.
ed
|
| luis
|
| >
| > ed
| >
| > |
| > | but with schemacheck=ON i get an error when i add and modify my
| > entries
| > |
| > | thank you luis
| > |
|
|
| --
| Horde mailing list
| Frequently Asked Questions: http://horde.org/faq/
| To unsubscribe, mail: horde-unsubscribe@lists.horde.org
|
--
-------------------------------------------------
From chuck at horde.org Wed Dec 4 17:33:04 2002
From: chuck at horde.org (Chuck Hagenbuch)
Date: Wed, 4 Dec 2002 12:33:04 -0500
Subject: [horde] Success Story With Horde!
In-Reply-To: <3DED5461.5060202@majiknetworks.com>
References: <3DED5461.5060202@majiknetworks.com>
Message-ID: <1039023184.3dee3c507ef52@marina.horde.org>
Quoting Taylor Dondich :
> My only question is, is it possible to instead of being unable to create
> users because of IMP's authentication, but create users automatically
> upon login with IMP, the only restriction being you can't change the
> password. That way you can continue to setup groups and assign
> permissions to gollum and such.
I don't really follow you here. It doesn't sound possible/like a good idea,
though.
> Also, I have been unable to get any functionality of shared calendaring,
> anyone's advice would be useful. Also, is there soon to be a feature of
> assigning tasks to other people?
a). Provide us with actual details and error messages, and we can probably
help you. Otherwise: read docs? Make sure things are configured correctly?
Etc...
b). See Whups.
> One last thing that they have requested. They have wanted to look into
> the functionality of synching with their Palm'. Is this in any sort of
> development, and if not, can I assist in anyway furthering the project?
> I'd love to get involved and I am a decent PHP developer.
We'd love to have it. If you have good ideas on how to go about it, please
let us know.
-chuck
--
Charles Hagenbuch,
"People ask me all the time what it will be like living without otters."
- Google, thanks to Harpers
From tonni at billy.demon.nl Wed Dec 4 18:27:07 2002
From: tonni at billy.demon.nl (Tony Earnshaw)
Date: 04 Dec 2002 19:27:07 +0100
Subject: [horde] turba with openldap with schemacheck on
In-Reply-To: <1039013289.3dee15a9c2e7c@titan.sb-brixen.it>
References: <1038996064.3dedd260e4d9c@titan.sb-brixen.it>
<1039008019.3dee0113c6cdb@Mail.EnContacto.Net>
<1039013289.3dee15a9c2e7c@titan.sb-brixen.it>
Message-ID: <1039026425.15732.125.camel@localhost>
ons, 2002-12-04 kl. 15:48 skrev alois blasbichler:
> when i want to add an entry in my addressbook i get the error:
> slapd[21900]: conn=12 op=2 RESULT tag=105 err=65 text=invalid structur
> al object class chain (pilotPerson/organizationalPerson)
These are structural objectClasses with different superior (SUP)
objectClass-es. You can't do what you want with Openldap 2.1 and with
schemacheck=on.
Openldap 2.0.x is, in other words, not LDAPv3 compliant. Nor is 2.1.x
yet, but it's getting more and more so. Things wil get worse (or
better?).
It's Turba's fault for not keeping up to date, welcome to
openldap-software@OpenLDAP.org.
Best,
Tony
--
Tony Earnshaw
When all's said and done ...
there's nothing left to say or do.
e-post: tonni@billy.demon.nl
www: http://www.billy.demon.nl
From chuck at horde.org Wed Dec 4 18:33:35 2002
From: chuck at horde.org (Chuck Hagenbuch)
Date: Wed, 4 Dec 2002 13:33:35 -0500
Subject: [horde] turba with openldap with schemacheck on
In-Reply-To: <1039026425.15732.125.camel@localhost>
References: <1038996064.3dedd260e4d9c@titan.sb-brixen.it>
<1039008019.3dee0113c6cdb@Mail.EnContacto.Net>
<1039013289.3dee15a9c2e7c@titan.sb-brixen.it>
<1039026425.15732.125.camel@localhost>
Message-ID: <1039026815.3dee4a7f9a4ae@marina.horde.org>
Quoting Tony Earnshaw :
> It's Turba's fault for not keeping up to date, welcome to
> openldap-software@OpenLDAP.org.
'Scuse me? Patch?
-chuck
--
Charles Hagenbuch,
"People ask me all the time what it will be like living without otters."
- Google, thanks to Harpers
From wurst at eminenz.ath.cx Wed Dec 4 19:47:41 2002
From: wurst at eminenz.ath.cx (wurst@eminenz.ath.cx)
Date: Wed, 4 Dec 2002 20:47:41 +0100
Subject: [horde] language again
Message-ID: <1039031261.3dee5bddea313@eminenz.ath.cx>
ok, using latest CVS files on SuSE 8.1: no matter which language i select, it
remains english. also tried setting default language to 'de_DE' in nls.php.
tried horde/po/README (translate, make ... all!). tried reinstalling everything
from cvs (horde only), not working. here ist test.php output:
--------------------------------
Horde Versions
Horde: 3.0-cvs
IMP: 4.0-cvs (run IMP tests)
PHP Version
View phpinfo() screen
View loaded extensions
PHP Version: 4.2.3
PHP Major Version: 4.2
PHP Minor Version: 3
PHP Version Classification: release
You are running a supported version of PHP.
PHP Module Capabilities
Ctype Support: Yes
DOM XML Support: Yes
FTP Support: Yes
Gettext Support: Yes
IMAP Support: Yes
LDAP Support: No
MCAL Support: No
Mcrypt Support: No
MySQL Support: Yes
OpenSSL Support: Yes
PostgreSQL Support: No
XML Support: Yes
Miscellaneous PHP Settings
magic_quotes_runtime disabled: Yes
file_uploads enabled: Yes
safe_mode disabled: Yes
trans_sid disabled: Yes
PHP Sessions
Session counter: 2
To unregister the session: click here
PEAR
PEAR - Yes
Recent PEAR - Yes
Mail::RFC822 - Yes
Mail_Mime - Yes
Log - Yes
DB - Yes
Net_Socket - Yes
File_CSV - Yes
Date_Calc - Yes
Unknown error: Problem with method call - please report this bug
(/usr/local/share/pear/File.php:529)
------------------
please help! thanks
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
From eric.rostetter at physics.utexas.edu Wed Dec 4 19:57:36 2002
From: eric.rostetter at physics.utexas.edu (Eric Rostetter)
Date: Wed, 4 Dec 2002 13:57:36 -0600
Subject: [horde] language again
In-Reply-To: <1039031261.3dee5bddea313@eminenz.ath.cx>
References: <1039031261.3dee5bddea313@eminenz.ath.cx>
Message-ID: <1039031856.3dee5e30ef437@mail.ph.utexas.edu>
Quoting wurst@eminenz.ath.cx:
> ok, using latest CVS files on SuSE 8.1: no matter which language i select, it
> remains english. also tried setting default language to 'de_DE' in nls.php.
> tried horde/po/README (translate, make ... all!).
There are various tests to do (at the OS level, etc) in the horde/po/README
file. Did you do them? Did they work? If not, what happened?
You need to decide if this is an OS problem, or a Web/Horde issue.
Did you see the info in the FAQ at http://www.horde.org/faq/admin/ by chance?
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Why get even? Get odd!
From wurst at eminenz.ath.cx Wed Dec 4 20:42:12 2002
From: wurst at eminenz.ath.cx (wurst@eminenz.ath.cx)
Date: Wed, 4 Dec 2002 21:42:12 +0100
Subject: [horde] language again
In-Reply-To: <1039031856.3dee5e30ef437@mail.ph.utexas.edu>
References: <1039031261.3dee5bddea313@eminenz.ath.cx>
<1039031856.3dee5e30ef437@mail.ph.utexas.edu>
Message-ID: <1039034532.3dee68a4e7bfa@eminenz.ath.cx>
i really did everyzthing in the README. i do have the latest pear. versions:
Console_Getopt | 1.0 | stable, pear itself is 2 days old. so should be very
recent. more tests (at the os level?) i dont see in the readme. while making it
said i should deinstall one, and reinstall another package because my charset
isn't required. i dont recall exactly, but i did it (2 gnu packages) and the
error was gone.
what do you mean in the FAQ? i only found "How can I provide another
translation for Horde/IMP's messages?" but thats useless, because de_DE is
already included in the default install.
any additional hints?
Quoting Eric Rostetter :
> Quoting wurst@eminenz.ath.cx:
>
> > ok, using latest CVS files on SuSE 8.1: no matter which language i select,
> it
> > remains english. also tried setting default language to 'de_DE' in nls.php.
> > tried horde/po/README (translate, make ... all!).
>
> There are various tests to do (at the OS level, etc) in the horde/po/README
> file. Did you do them? Did they work? If not, what happened?
>
> You need to decide if this is an OS problem, or a Web/Horde issue.
>
> Did you see the info in the FAQ at http://www.horde.org/faq/admin/ by chance?
>
> --
> Eric Rostetter
> The Department of Physics
> The University of Texas at Austin
>
> Why get even? Get odd!
>
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe@lists.horde.org
>
>
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
From paulo at accon.com.br Wed Dec 4 21:07:57 2002
From: paulo at accon.com.br (paulo@accon.com.br)
Date: Wed, 4 Dec 2002 19:07:57 -0200
Subject: [horde] language again
In-Reply-To: <1039034532.3dee68a4e7bfa@eminenz.ath.cx>
References: <1039031261.3dee5bddea313@eminenz.ath.cx>
<1039031856.3dee5e30ef437@mail.ph.utexas.edu>
<1039034532.3dee68a4e7bfa@eminenz.ath.cx>
Message-ID: <1039036077.3dee6eadd1f86@webmail.accon.com.br>
i´m having the same problem under redhat 8 and redhat 7.3 using apache 1.3.27 ,
no matter what i do or what language i set, horde, imp and the others projects
use the default english.
i have another question , the use of that perl scritp into
horde/po "extract.pl" is to show what is inside a compiled language ??? if is
is so, then i do notice that running "perl extract.pl pt_BR.po", shows an
english version of messages, so my pt_BR.po is not a translation but a copy of
the english one ... i do not understand this ... please help...
thnkx for the attention and sorry the pour english
Paulo R Almas
Accon Tecnology
Goiania-GO-Brazil
Quoting wurst@eminenz.ath.cx:
> i really did everyzthing in the README. i do have the latest pear. versions:
> Console_Getopt | 1.0 | stable, pear itself is 2 days old. so should be
> very
> recent. more tests (at the os level?) i dont see in the readme. while making
> it
> said i should deinstall one, and reinstall another package because my charset
> isn't required. i dont recall exactly, but i did it (2 gnu packages) and the
> error was gone.
> what do you mean in the FAQ? i only found "How can I provide another
> translation for Horde/IMP's messages?" but thats useless, because de_DE is
> already included in the default install.
>
> any additional hints?
>
>
>
>
> Quoting Eric Rostetter :
>
> > Quoting wurst@eminenz.ath.cx:
> >
> > > ok, using latest CVS files on SuSE 8.1: no matter which language i
> select,
> > it
> > > remains english. also tried setting default language to 'de_DE' in
> nls.php.
> > > tried horde/po/README (translate, make ... all!).
> >
> > There are various tests to do (at the OS level, etc) in the horde/po/README
> > file. Did you do them? Did they work? If not, what happened?
> >
> > You need to decide if this is an OS problem, or a Web/Horde issue.
> >
> > Did you see the info in the FAQ at http://www.horde.org/faq/admin/ by
> chance?
> >
> > --
> > Eric Rostetter
> > The Department of Physics
> > The University of Texas at Austin
> >
> > Why get even? Get odd!
> >
> > --
> > Horde mailing list
> > Frequently Asked Questions: http://horde.org/faq/
> > To unsubscribe, mail: horde-unsubscribe@lists.horde.org
> >
> >
>
>
>
>
> -------------------------------------------------
> This mail sent through IMP: http://horde.org/imp/
>
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe@lists.horde.org
>
From chuck at horde.org Wed Dec 4 21:08:21 2002
From: chuck at horde.org (Chuck Hagenbuch)
Date: Wed, 4 Dec 2002 16:08:21 -0500
Subject: [horde] Shares Lists and url parameter.
In-Reply-To: <1038710057.8917.93.camel@damianlx>
References: <1038710057.8917.93.camel@damianlx>
Message-ID: <1039036101.3dee6ec55f4e2@marina.horde.org>
Quoting Damian Alejandro Fernandez Sosa :
> Can we add an url parameter to bypass the prefs options and only
> display the calendars named in the URL?
Not currently - I'd be open to a way of doing this, though.
-chuck
--
Charles Hagenbuch,
"People ask me all the time what it will be like living without otters."
- Google, thanks to Harpers
From damlists at cnba.uba.ar Wed Dec 4 21:32:24 2002
From: damlists at cnba.uba.ar (damlists@cnba.uba.ar)
Date: Wed, 4 Dec 2002 18:32:24 -0300
Subject: [horde] Shares Lists and url parameter.
In-Reply-To: <1039036101.3dee6ec55f4e2@marina.horde.org>
References: <1038710057.8917.93.camel@damianlx>
<1039036101.3dee6ec55f4e2@marina.horde.org>
Message-ID: <1039037544.3dee74680a3e1@fernandezsosa.com.ar>
If you want I can codify this.
I think I can create an utility function in lib/Kronolith.php
to check if I must show the calendar or not
I call this function inside the listCalendars function
this function works like this:
I check - for example - the "showShare[]" url parameter
if the parameter does not exist I allways return true (allow to see the calendar)
if the parameter exists, I only return true then the name of the calendar
matches any value stored in that array. If don't, I return false.
I call this utility function in the listCalendars function (where the fucntion
is creating the shares list)
I think that this method can be used in any horde application that uses shares
(kronolith, nag,mnemo, etc)
If you want I also can modify then.
what do you think?
Quoting Damian Alejandro Fernandez Sosa :
> Can we add an url parameter to bypass the prefs options and only
> display the calendars named in the URL?
Not currently - I'd be open to a way of doing this, though.
-chuck
-------------------------------------------------
Mail enviado desde el CNBA
http://www.cnba.uba.ar/
From eric.rostetter at physics.utexas.edu Wed Dec 4 23:02:03 2002
From: eric.rostetter at physics.utexas.edu (Eric Rostetter)
Date: Wed, 4 Dec 2002 17:02:03 -0600
Subject: [horde] language again
In-Reply-To: <1039034532.3dee68a4e7bfa@eminenz.ath.cx>
References: <1039031261.3dee5bddea313@eminenz.ath.cx>
<1039031856.3dee5e30ef437@mail.ph.utexas.edu>
<1039034532.3dee68a4e7bfa@eminenz.ath.cx>
Message-ID: <1039042923.3dee896b72c05@mail.ph.utexas.edu>
Quoting wurst@eminenz.ath.cx:
> i really did everyzthing in the README.
Fine, but my point was that you never told us the results of those actions.
> i do have the latest pear. versions:
I never asked about that.
> recent. more tests (at the os level?) i dont see in the readme.
My fault: in the most recent CVS versions it is no longer in the
horde/po/README but instead in horde/docs/TRANSLATIONS file.
> what do you mean in the FAQ? i only found "How can I provide another
> translation for Horde/IMP's messages?" but thats useless, because de_DE is
> already included in the default install.
Well, I *thought* there was more useful info in the FAQ than there is, but
it would at least point you to the horde/docs/TRANSLATIONS file.
> any additional hints?
Following the troubleshooting in horde/docs/TRANSLATIONS and post the results
of the test to the list.
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Why get even? Get odd!
From liamr at umich.edu Wed Dec 4 23:08:05 2002
From: liamr at umich.edu (Liam Hoekenga)
Date: Wed, 4 Dec 2002 18:08:05 -0500 (EST)
Subject: [horde] Call to undefined function: getcategoryid()
Message-ID:
I'm get a blank when I try to access Kronolith, Mnemo or Nag, or Horde.
These modules have worked w/ earlier versions from CVS.
IMP, Turba and Gollem work fine. I believe I've got everything I'm
supposed to installed... PHP 4.2.3, Apache 1.3.27, Solaris 8.
My horde log doesn't note anything, but my php error log says...
[04-Dec-2002 17:55:27] PHP Warning: Missing argument 1 for getorder()
in /usr/local/projects/horde/html-ssl/horde-CVS/lib/Category.php
on line 874
[04-Dec-2002 17:55:27] PHP Fatal error: Call to undefined function:
getcategoryid() in
/usr/local/projects/horde/html-ssl/horde-CVS/lib/Category.php
on line 879
(I've tried it w/the "File" PEAR module installed to, but then I get
* Unknown error: Problem with method call - please report this bug
(/usr/local/php-4.2.3/lib/pear/File.php:529)
consistantly)
Suggestions? The output from horde/test.php follows the message.
Liam
-------------------------------------------------
Horde Versions
* Horde: 3.0-cvs
* IMP: 4.0-cvs ([1]run IMP tests)
* Turba: 2.0-cvs
* Gollem: 0.0.1-cvs
* Ingo: 0.1-cvs ([2]run Ingo tests)
* Sam: 0.0.2-cvs
* Kronolith: 2.0-cvs
* Jonah: 0.0.3-cvs ([3]run Jonah tests)
* Troll: 0.0.4-cvs
* Whups: 0.0.1-cvs
* Mnemo: 2.0-cvs
* Nag: 2.0-cvs
* Klutz: 0.0.1-cvs
* Hermes: 0.0.1-cvs
PHP Version
* [4]View phpinfo() screen
* [5]View loaded extensions
* PHP Version: 4.2.3
* PHP Major Version: 4.2
* PHP Minor Version: 3
* PHP Version Classification: release
* You are running a supported version of PHP.
PHP Module Capabilities
* Ctype Support: Yes
* DOM XML Support: Yes
* FTP Support: Yes
* Gettext Support: Yes
* IMAP Support: Yes
* LDAP Support: Yes
* MCAL Support: No
* Mcrypt Support: Yes
* MySQL Support: Yes
* OpenSSL Support: No
* PostgreSQL Support: No
* XML Support: Yes
Miscellaneous PHP Settings
* magic_quotes_runtime disabled: Yes
* file_uploads enabled: Yes
* safe_mode disabled: Yes
* trans_sid disabled: Yes
PHP Sessions
* Session counter: 1
* To unregister the session: [6]click here
PEAR
* PEAR - Yes
* Recent PEAR - Yes
* Mail::RFC822 - Yes
* Mail_Mime - Yes
* Log - Yes
* DB - Yes
* Net_Socket - Yes
* File_CSV - No
* Horde will work without the File_CSV class, but there may be
errors when importing some CSV files.
* Date_Calc - Yes
[7]Valid XHTML 1.0!
From eric.rostetter at physics.utexas.edu Wed Dec 4 23:22:17 2002
From: eric.rostetter at physics.utexas.edu (Eric Rostetter)
Date: Wed, 4 Dec 2002 17:22:17 -0600
Subject: [horde] language again
In-Reply-To: <1039036077.3dee6eadd1f86@webmail.accon.com.br>
References: <1039031261.3dee5bddea313@eminenz.ath.cx>
<1039031856.3dee5e30ef437@mail.ph.utexas.edu>
<1039034532.3dee68a4e7bfa@eminenz.ath.cx>
<1039036077.3dee6eadd1f86@webmail.accon.com.br>
Message-ID: <1039044137.3dee8e29ad581@mail.ph.utexas.edu>
Quoting paulo@accon.com.br:
> i´m having the same problem under redhat 8 and redhat 7.3 using apache 1.3.27
Should work with those versions.
> no matter what i do or what language i set, horde, imp and the others
> projects use the default english.
"Other projects" are horde or non-horde projects?
Did you see (Yes, I found it now)
http://www.horde.org/faq/admin/prereq/index.php#p20
and follow the tips in horde/po/README or horde/docs/TRANSLATIONS (depending
on your version)???
> i have another question , the use of that perl scritp into
> horde/po "extract.pl" is to show what is inside a compiled language ???
No, it is to extract gettext strings from source code.
> thnkx for the attention and sorry the pour english
Your English is fine, only the details are missing.
If everything checks out at the OS level, then one more thing to check for
php is the setting of session.auto_start. In your php.ini file, set
session.auto_start = 0
(0 or off or false or some value to disable it). Auto session starting
tends to cause problems in which the horde language setting gets bypassed.
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Why get even? Get odd!
From nzimmerm at sulfur.scs.uiuc.edu Thu Dec 5 02:11:15 2002
From: nzimmerm at sulfur.scs.uiuc.edu (Ned Zimmerman)
Date: Wed, 4 Dec 2002 20:11:15 -0600
Subject: [horde] Call to undefined function: getcategoryid()
In-Reply-To:
Message-ID:
I was running into similar issues with Category.php as well as in Share.php
(noted by others in earlier posts). Based upon a couple of suggestions to
the earlier posts I went back and double checked how my mysql database
tables for horde were set up. When I looked closely enough there were a
couple of columns in the horde_categories table that were now required, but
which I had not yet added because I had not realized the sql database create
scripts had changed. It took a while, but after making sure that my
database tables and indecies fully matched what the current CVS Head code
expected, everything worked correctly. I mention this in case there are
others out there who, like me, are relatively new to horde and php and might
have overlooked something as simple as making sure your database tables are
up to snuff.
Is there a way to patch scripts for the database backends (sql being the
most obvious) to help update the horde database when changes are made in the
CVS code? From my monkeying around with mysql last night it seems as though
this should be possible. I myself don't yet feel very comfortable with sql
and script writing in general to attempt this sort of thing.
Thanks to all of the developers for their wonderful work on horde,
keep it up!
Ned Zimmerman
> -----Original Message-----
> From: horde-bounces@lists.horde.org
> [mailto:horde-bounces@lists.horde.org]On Behalf Of Liam Hoekenga
> Sent: Wednesday, December 04, 2002 5:08 PM
> To: horde@lists.horde.org
> Subject: [horde] Call to undefined function: getcategoryid()
>
>
> I'm get a blank when I try to access Kronolith, Mnemo or Nag, or Horde.
> These modules have worked w/ earlier versions from CVS.
>
> IMP, Turba and Gollem work fine. I believe I've got everything I'm
> supposed to installed... PHP 4.2.3, Apache 1.3.27, Solaris 8.
>
> My horde log doesn't note anything, but my php error log says...
> [04-Dec-2002 17:55:27] PHP Warning: Missing argument 1 for getorder()
> in /usr/local/projects/horde/html-ssl/horde-CVS/lib/Category.php
> on line 874
> [04-Dec-2002 17:55:27] PHP Fatal error: Call to undefined function:
> getcategoryid() in
> /usr/local/projects/horde/html-ssl/horde-CVS/lib/Category.php
> on line 879
>
> (I've tried it w/the "File" PEAR module installed to, but then I get
>
> * Unknown error: Problem with method call - please report this bug
> (/usr/local/php-4.2.3/lib/pear/File.php:529)
>
> consistantly)
>
> Suggestions? The output from horde/test.php follows the message.
> Liam
>
> -------------------------------------------------
>
> Horde Versions
>
> * Horde: 3.0-cvs
> * IMP: 4.0-cvs ([1]run IMP tests)
> * Turba: 2.0-cvs
> * Gollem: 0.0.1-cvs
> * Ingo: 0.1-cvs ([2]run Ingo tests)
> * Sam: 0.0.2-cvs
> * Kronolith: 2.0-cvs
> * Jonah: 0.0.3-cvs ([3]run Jonah tests)
> * Troll: 0.0.4-cvs
> * Whups: 0.0.1-cvs
> * Mnemo: 2.0-cvs
> * Nag: 2.0-cvs
> * Klutz: 0.0.1-cvs
> * Hermes: 0.0.1-cvs
>
> PHP Version
>
> * [4]View phpinfo() screen
> * [5]View loaded extensions
> * PHP Version: 4.2.3
> * PHP Major Version: 4.2
> * PHP Minor Version: 3
> * PHP Version Classification: release
> * You are running a supported version of PHP.
>
> PHP Module Capabilities
>
> * Ctype Support: Yes
> * DOM XML Support: Yes
> * FTP Support: Yes
> * Gettext Support: Yes
> * IMAP Support: Yes
> * LDAP Support: Yes
> * MCAL Support: No
> * Mcrypt Support: Yes
> * MySQL Support: Yes
> * OpenSSL Support: No
> * PostgreSQL Support: No
> * XML Support: Yes
>
> Miscellaneous PHP Settings
>
> * magic_quotes_runtime disabled: Yes
> * file_uploads enabled: Yes
> * safe_mode disabled: Yes
> * trans_sid disabled: Yes
>
> PHP Sessions
>
> * Session counter: 1
> * To unregister the session: [6]click here
>
> PEAR
>
> * PEAR - Yes
> * Recent PEAR - Yes
> * Mail::RFC822 - Yes
> * Mail_Mime - Yes
> * Log - Yes
> * DB - Yes
> * Net_Socket - Yes
> * File_CSV - No
> * Horde will work without the File_CSV class, but there may be
> errors when importing some CSV files.
> * Date_Calc - Yes
>
> [7]Valid XHTML 1.0!
>
>
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe@lists.horde.org
>
From wai at tech-trans.com Thu Dec 5 02:17:00 2002
From: wai at tech-trans.com (Anthony)
Date: Thu, 5 Dec 2002 10:17:00 +0800
Subject: [horde] LDAP error!!
Message-ID:
Hi
I d/l the lastest CVS of horde and configure it work.
However I had some problem about LDAP.
In the ~/horde/config/conf.php,
I changed the LDAP prefs like as follow.
-----------------------------------------
$conf['prefs']['driver'] = 'ldap';
$conf['prefs']['params']['hostspec'] = '172.25.25.25';
$conf['prefs']['params']['port'] = '389';
$conf['prefs']['params']['basedn'] = 'o=abc';
$conf['prefs']['params']['uid'] = 'mail';
/*
* The following is valid but would only be necessary if users
* do NOT have permission to modify their own ldap accounts.
*/
$conf['prefs']['params']['rootdn'] = 'cn=administrator, o=abc';
$conf['prefs']['params']['username'] = 'administrator';
$conf['prefs']['params']['password'] = 'password';
----------------------------------------------------------
It WORKED!!
But I enable User to edit their own account (access to * by self write) in
the slapd.conf.
So I comment the last 3 lines in the above configuration.
However It made Horde DID NOT WORK!! The error is:
----------------------------------------------------------------------------
--------
Notice: Undefined offset: 0 in /var/www/html/horde/lib/Prefs/ldap.php on
line 399
Warning: Wrong datatype for second argument in call to array_key_exists in
/var/www/html/horde/lib/Prefs/ldap.php on line 399
----------------------------------------------------------------------------
---------
Why???
Thanks!!
From wurst at eminenz.ath.cx Thu Dec 5 08:47:49 2002
From: wurst at eminenz.ath.cx (wurst@eminenz.ath.cx)
Date: Thu, 5 Dec 2002 09:47:49 +0100
Subject: [horde] language again
In-Reply-To: <1039042923.3dee896b72c05@mail.ph.utexas.edu>
References: <1039031261.3dee5bddea313@eminenz.ath.cx>
<1039031856.3dee5e30ef437@mail.ph.utexas.edu>
<1039034532.3dee68a4e7bfa@eminenz.ath.cx>
<1039042923.3dee896b72c05@mail.ph.utexas.edu>
Message-ID: <1039078069.3def12b5442d3@eminenz.ath.cx>
ahh! didn't see that document yet! sorry. but i don't quite understand it. i
mean, locale -a is putting out:
C
POSIX
so i don't seem to have my de locale installed. i did
# ./translation.php make
# make install
both run without error. but locale -a is still showing the same.
i do have locales, i.e. /usr/share/locale/de/LC_MESSAGES/tar.mo exists
# gettext tar "Memory exhausted"
Memory exhausted
so its not translating anything. how can i install a new locale to my suse 8.1
system?
thanks
Quoting Eric Rostetter :
> Quoting wurst@eminenz.ath.cx:
>
> > i really did everyzthing in the README.
>
> Fine, but my point was that you never told us the results of those actions.
>
> > i do have the latest pear. versions:
>
> I never asked about that.
>
> > recent. more tests (at the os level?) i dont see in the readme.
>
> My fault: in the most recent CVS versions it is no longer in the
> horde/po/README but instead in horde/docs/TRANSLATIONS file.
>
> > what do you mean in the FAQ? i only found "How can I provide another
> > translation for Horde/IMP's messages?" but thats useless, because de_DE is
> > already included in the default install.
>
> Well, I *thought* there was more useful info in the FAQ than there is, but
> it would at least point you to the horde/docs/TRANSLATIONS file.
>
> > any additional hints?
>
> Following the troubleshooting in horde/docs/TRANSLATIONS and post the results
> of the test to the list.
>
> --
> Eric Rostetter
> The Department of Physics
> The University of Texas at Austin
>
> Why get even? Get odd!
>
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe@lists.horde.org
>
>
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
From crobins at proexam.org Thu Dec 5 09:07:09 2002
From: crobins at proexam.org (Charles Robinson)
Date: Thu, 5 Dec 2002 04:07:09 -0500 (EST)
Subject: [horde] language again
In-Reply-To: <1039078069.3def12b5442d3@eminenz.ath.cx>
Message-ID:
On a Solaris system I has to install the locale package into the OS.
I'm not sure how SusE works but maybe htis tip will help.
Check your OS & make sure the locale is installed & if the locale is
listed as installed then restart your webserver.
Hope this helps.
Charles Robinson
On Thu, 5 Dec 2002 wurst@eminenz.ath.cx wrote:
> ahh! didn't see that document yet! sorry. but i don't quite understand it. i
> mean, locale -a is putting out:
> C
> POSIX
>
> so i don't seem to have my de locale installed. i did
> # ./translation.php make
> # make install
> both run without error. but locale -a is still showing the same.
>
> i do have locales, i.e. /usr/share/locale/de/LC_MESSAGES/tar.mo exists
>
> # gettext tar "Memory exhausted"
> Memory exhausted
>
> so its not translating anything. how can i install a new locale to my suse 8.1
> system?
>
> thanks
>
>
>
> Quoting Eric Rostetter :
>
> > Quoting wurst@eminenz.ath.cx:
> >
> > > i really did everyzthing in the README.
> >
> > Fine, but my point was that you never told us the results of those actions.
> >
> > > i do have the latest pear. versions:
> >
> > I never asked about that.
> >
> > > recent. more tests (at the os level?) i dont see in the readme.
> >
> > My fault: in the most recent CVS versions it is no longer in the
> > horde/po/README but instead in horde/docs/TRANSLATIONS file.
> >
> > > what do you mean in the FAQ? i only found "How can I provide another
> > > translation for Horde/IMP's messages?" but thats useless, because de_DE is
> > > already included in the default install.
> >
> > Well, I *thought* there was more useful info in the FAQ than there is, but
> > it would at least point you to the horde/docs/TRANSLATIONS file.
> >
> > > any additional hints?
> >
> > Following the troubleshooting in horde/docs/TRANSLATIONS and post the results
> > of the test to the list.
> >
> > --
> > Eric Rostetter
> > The Department of Physics
> > The University of Texas at Austin
> >
> > Why get even? Get odd!
> >
> > --
> > Horde mailing list
> > Frequently Asked Questions: http://horde.org/faq/
> > To unsubscribe, mail: horde-unsubscribe@lists.horde.org
> >
> >
>
>
>
>
> -------------------------------------------------
> This mail sent through IMP: http://horde.org/imp/
>
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe@lists.horde.org
>
From jan at horde.org Thu Dec 5 09:15:45 2002
From: jan at horde.org (Jan Schneider)
Date: Thu, 5 Dec 2002 10:15:45 +0100
Subject: [horde] language again
In-Reply-To: <1039078069.3def12b5442d3@eminenz.ath.cx>
References: <1039031261.3dee5bddea313@eminenz.ath.cx>
<1039031856.3dee5e30ef437@mail.ph.utexas.edu>
<1039034532.3dee68a4e7bfa@eminenz.ath.cx>
<1039042923.3dee896b72c05@mail.ph.utexas.edu>
<1039078069.3def12b5442d3@eminenz.ath.cx>
Message-ID: <1039079745.3def19415bcad@jan.dip.ammma.net>
Zitat von wurst@eminenz.ath.cx:
> mean, locale -a is putting out:
> C
> POSIX
Then you messed something up with your SuSE. The command should return a
long list of all installed locales.
Try asking on the suse-linux mailing list how to enable the locales.
Jan.
--
http://www.horde.org - The Horde Project
http://www.ammma.de - discover your knowledge
http://www.tip4all.de - Deine private Tippgemeinschaft
From jan at horde.org Thu Dec 5 09:18:21 2002
From: jan at horde.org (Jan Schneider)
Date: Thu, 5 Dec 2002 10:18:21 +0100
Subject: [horde] Shares Lists and url parameter.
In-Reply-To: <1039037544.3dee74680a3e1@fernandezsosa.com.ar>
References: <1038710057.8917.93.camel@damianlx>
<1039036101.3dee6ec55f4e2@marina.horde.org>
<1039037544.3dee74680a3e1@fernandezsosa.com.ar>
Message-ID: <1039079901.3def19dd4d740@jan.dip.ammma.net>
Zitat von damlists@cnba.uba.ar:
> this function works like this:
>
> I check - for example - the "showShare[]" url parameter
>
> if the parameter does not exist I allways return true (allow to see the
> calendar)
>
> if the parameter exists, I only return true then the name of the calendar
> matches any value stored in that array. If don't, I return false.
Sounds good.
> I think that this method can be used in any horde application that uses
> shares
> (kronolith, nag,mnemo, etc)
In this case you should put the method into Share::
Jan.
--
http://www.horde.org - The Horde Project
http://www.ammma.de - discover your knowledge
http://www.tip4all.de - Deine private Tippgemeinschaft
From wurst at eminenz.ath.cx Thu Dec 5 09:35:41 2002
From: wurst at eminenz.ath.cx (wurst@eminenz.ath.cx)
Date: Thu, 5 Dec 2002 10:35:41 +0100
Subject: [horde] language again
In-Reply-To: <1039079745.3def19415bcad@jan.dip.ammma.net>
References: <1039031261.3dee5bddea313@eminenz.ath.cx>
<1039031856.3dee5e30ef437@mail.ph.utexas.edu>
<1039034532.3dee68a4e7bfa@eminenz.ath.cx>
<1039042923.3dee896b72c05@mail.ph.utexas.edu>
<1039078069.3def12b5442d3@eminenz.ath.cx>
<1039079745.3def19415bcad@jan.dip.ammma.net>
Message-ID: <1039080941.3def1deda8459@eminenz.ath.cx>
yayyy...that solved it! i installed a ~140mb rpm glibc-packet from suse and
language is working now
thanks
Zitat von Jan Schneider :
> Zitat von wurst@eminenz.ath.cx:
>
> > mean, locale -a is putting out:
> > C
> > POSIX
>
> Then you messed something up with your SuSE. The command should return a
> long list of all installed locales.
> Try asking on the suse-linux mailing list how to enable the locales.
>
> Jan.
>
> --
> http://www.horde.org - The Horde Project
> http://www.ammma.de - discover your knowledge
> http://www.tip4all.de - Deine private Tippgemeinschaft
>
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe@lists.horde.org
>
>
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
From wurst at eminenz.ath.cx Thu Dec 5 09:44:33 2002
From: wurst at eminenz.ath.cx (wurst@eminenz.ath.cx)
Date: Thu, 5 Dec 2002 10:44:33 +0100
Subject: [horde] horde not saving preferences, imp does
Message-ID: <1039081473.3def200130a70@eminenz.ath.cx>
whatever i enter in the horde "options" - its not staying in there. i choose
language, enter any, press save, refresh and its default again. i choose a
theme, press save (is not applying), refresh and its defaulted again.
whatever i choose in imp is correctly saved and applied (i.e. language,
themes). interesting is, when i select a them in imp, the lower line with the
application-links remains in the default theme (blue).
any hints? i'm using mysql as database for horde.
thanks
---------------------------------------
test.php
Horde Versions
Horde: 3.0-cvs
IMP: 4.0-cvs (run IMP tests)
PHP Version
View phpinfo() screen
View loaded extensions
PHP Version: 4.2.3
PHP Major Version: 4.2
PHP Minor Version: 3
PHP Version Classification: release
You are running a supported version of PHP.
PHP Module Capabilities
Ctype Support: Yes
DOM XML Support: Yes
FTP Support: Yes
Gettext Support: Yes
IMAP Support: Yes
LDAP Support: No
MCAL Support: No
Mcrypt Support: No
MySQL Support: Yes
OpenSSL Support: Yes
PostgreSQL Support: No
XML Support: Yes
Miscellaneous PHP Settings
magic_quotes_runtime disabled: Yes
file_uploads enabled: Yes
safe_mode disabled: Yes
trans_sid disabled: Yes
PHP Sessions
Session counter: 1
To unregister the session: click here
PEAR
PEAR - Yes
Recent PEAR - Yes
Mail::RFC822 - Yes
Mail_Mime - Yes
Log - Yes
DB - Yes
Net_Socket - Yes
File_CSV - Yes
Date_Calc - Yes
Unknown error: Problem with method call - please report this bug
(/usr/local/share/pear/File.php:529)
------------------------------------
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
From greg.johnson at anderkol.com Thu Dec 5 11:43:56 2002
From: greg.johnson at anderkol.com (Greg Johnson)
Date: Thu, 5 Dec 2002 22:43:56 +1100
Subject: [horde] csv file import
Message-ID: <1039088636.3def3bfcd1034@server>
I have the following problem when trying to import a csv file into turba, (i
notice a number of other people also have the same problem)
Message is:
---------------------------------------------------------------------
Warning: Unable to open '/tmp/phpMmZwbF' for reading: No such file or
directory in /var/www/horde/lib/Data/csv.php on line 204
Warning: Unable to move '/tmp/phpMmZwbF' to '/tmp/phpMmZwbF' in
/var/www/horde/lib/Data/csv.php on line 204
Fatal error: Call to a member function on a non-object in
/var/www/horde/lib/Data/csv.php on line 205
---------------------------------------------------------------------
Permissions seem to be ok on the source file (666) and /tmp.
Import worked fine with same .csv files using head cvs from about a week ago.
is there more work going on in this area (and i need to wait a few days) or
does it need more investigation?
thanks
greg johnson
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
From jan at horde.org Thu Dec 5 12:04:02 2002
From: jan at horde.org (Jan Schneider)
Date: Thu, 5 Dec 2002 13:04:02 +0100
Subject: [horde] csv file import
In-Reply-To: <1039088636.3def3bfcd1034@server>
References: <1039088636.3def3bfcd1034@server>
Message-ID: <1039089842.3def40b23c08a@jan.dip.ammma.net>
Zitat von Greg Johnson :
> I have the following problem when trying to import a csv file into turba,
> (i
> notice a number of other people also have the same problem)
>
> Message is:
> ---------------------------------------------------------------------
> Warning: Unable to open '/tmp/phpMmZwbF' for reading: No such file or
> directory in /var/www/horde/lib/Data/csv.php on line 204
>
> Warning: Unable to move '/tmp/phpMmZwbF' to '/tmp/phpMmZwbF' in
> /var/www/horde/lib/Data/csv.php on line 204
>
> Fatal error: Call to a member function on a non-object in
> /var/www/horde/lib/Data/csv.php on line 205
> ---------------------------------------------------------------------
> Permissions seem to be ok on the source file (666) and /tmp.
> Import worked fine with same .csv files using head cvs from about a week
> ago.
>
> is there more work going on in this area (and i need to wait a few days)
> or
> does it need more investigation?
This has already been reported by some people but I still don't know why
this happens.
'/tmp/phpMmZwbF' is the value of $_FILES['tmp'] after the file upload and
according to the PHP manual, it should contain the path to the uploaded
file. I have no idea why this might _not_ be available/readable and I can't
reproduce it here.
I'd appreciate if anyone has more insights to share or can trap this down
inside the code.
Jan.
--
http://www.horde.org - The Horde Project
http://www.ammma.de - discover your knowledge
http://www.tip4all.de - Deine private Tippgemeinschaft
From eric.rostetter at physics.utexas.edu Thu Dec 5 15:34:23 2002
From: eric.rostetter at physics.utexas.edu (Eric Rostetter)
Date: Thu, 5 Dec 2002 09:34:23 -0600
Subject: [horde] language again
In-Reply-To: <1039078069.3def12b5442d3@eminenz.ath.cx>
References: <1039031261.3dee5bddea313@eminenz.ath.cx>
<1039031856.3dee5e30ef437@mail.ph.utexas.edu>
<1039034532.3dee68a4e7bfa@eminenz.ath.cx>
<1039042923.3dee896b72c05@mail.ph.utexas.edu>
<1039078069.3def12b5442d3@eminenz.ath.cx>
Message-ID: <1039102463.3def71ffb98ea@mail.ph.utexas.edu>
Quoting wurst@eminenz.ath.cx:
> ahh! didn't see that document yet! sorry. but i don't quite understand it. i
> mean, locale -a is putting out:
> C
> POSIX
Then the only locales you have installed on your system are "C" and "POSIX"
which are both English.
> so i don't seem to have my de locale installed. i did
> # ./translation.php make
> # make install
> both run without error. but locale -a is still showing the same.
The two are unrelated.
> i do have locales, i.e. /usr/share/locale/de/LC_MESSAGES/tar.mo exists
Strange. Maybe SuSe is like Debian and you not only need to install but
also configure the locales?
> # gettext tar "Memory exhausted"
> Memory exhausted
>
> so its not translating anything. how can i install a new locale to my suse
> 8.1 system?
No idea, since I've never used SuSe. Is it RPM based or what?
I'll see if I can find anything on the web about it...
> thanks
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Why get even? Get odd!
From eric.rostetter at physics.utexas.edu Thu Dec 5 15:57:53 2002
From: eric.rostetter at physics.utexas.edu (Eric Rostetter)
Date: Thu, 5 Dec 2002 09:57:53 -0600
Subject: [horde] language again
In-Reply-To: <1039080941.3def1deda8459@eminenz.ath.cx>
References: <1039031261.3dee5bddea313@eminenz.ath.cx>
<1039031856.3dee5e30ef437@mail.ph.utexas.edu>
<1039034532.3dee68a4e7bfa@eminenz.ath.cx>
<1039042923.3dee896b72c05@mail.ph.utexas.edu>
<1039078069.3def12b5442d3@eminenz.ath.cx>
<1039079745.3def19415bcad@jan.dip.ammma.net>
<1039080941.3def1deda8459@eminenz.ath.cx>
Message-ID: <1039103872.3def77810002f@mail.ph.utexas.edu>
Quoting wurst@eminenz.ath.cx:
> yayyy...that solved it! i installed a ~140mb rpm glibc-packet from suse and
> language is working now
> thanks
If possible, please let me know exactly what you did so I can add it
to the FAQ entry.
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Why get even? Get odd!
From eric.rostetter at physics.utexas.edu Thu Dec 5 16:46:21 2002
From: eric.rostetter at physics.utexas.edu (Eric Rostetter)
Date: Thu, 5 Dec 2002 10:46:21 -0600
Subject: [horde] horde not saving preferences, imp does
In-Reply-To: <1039081473.3def200130a70@eminenz.ath.cx>
References: <1039081473.3def200130a70@eminenz.ath.cx>
Message-ID: <1039106781.3def82dda1232@mail.ph.utexas.edu>
Quoting wurst@eminenz.ath.cx:
> themes). interesting is, when i select a them in imp, the lower line with the
> application-links remains in the default theme (blue).
What happens if you have the browser refresh the bottom frame?
> any hints? i'm using mysql as database for horde.
What you describe was a bug in older releases, but should be fixed in the
cvs head you seem to be running, so I have no idea.
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Why get even? Get odd!
From wurst at eminenz.ath.cx Thu Dec 5 16:48:02 2002
From: wurst at eminenz.ath.cx (wurst@eminenz.ath.cx)
Date: Thu, 5 Dec 2002 17:48:02 +0100
Subject: [horde] language again
In-Reply-To: <1039103872.3def77810002f@mail.ph.utexas.edu>
References: <1039031261.3dee5bddea313@eminenz.ath.cx>
<1039031856.3dee5e30ef437@mail.ph.utexas.edu>
<1039034532.3dee68a4e7bfa@eminenz.ath.cx>
<1039042923.3dee896b72c05@mail.ph.utexas.edu>
<1039078069.3def12b5442d3@eminenz.ath.cx>
<1039079745.3def19415bcad@jan.dip.ammma.net>
<1039080941.3def1deda8459@eminenz.ath.cx>
<1039103872.3def77810002f@mail.ph.utexas.edu>
Message-ID: <1039106882.3def83427ec55@eminenz.ath.cx>
i started yast (suses configuration utility) and installed packet "glibc-
locale", version 2.2.5 here. it's 124mb in size. after download & installation
(all automatic) - language in horde works!
Zitat von Eric Rostetter :
> Quoting wurst@eminenz.ath.cx:
>
> > yayyy...that solved it! i installed a ~140mb rpm glibc-packet from suse and
> > language is working now
> > thanks
>
> If possible, please let me know exactly what you did so I can add it
> to the FAQ entry.
>
> --
> Eric Rostetter
> The Department of Physics
> The University of Texas at Austin
>
> Why get even? Get odd!
>
>
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
From paul at myitcv.org.uk Thu Dec 5 18:57:40 2002
From: paul at myitcv.org.uk (Paul J)
Date: Thu, 5 Dec 2002 18:57:40 +0000 (GMT)
Subject: [horde] Webmail and timeout
Message-ID:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Dear All,
I received the following email from a user of our Horde+IMP framework:
========================================================================
Feel free to classify this as a bug or feature request. Basically, I
have spent 20 minutes writing an email last night. I've sent it off and
it seemed to have gone OK. When I tried to check my mail, it asked me to
log on again. Timeout, fair enough. But, it actually didn't send that
email! Nor did it inform me that there was a timeout, or at least offer
me a chance to save the text. This should be improved, IMHO.
========================================================================
Any thoughts on this?
Paul
- --
Department of Computing, Imperial College London
http://myitcv.org.uk/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE976Gm0YkfvYj92P4RAnG3AJ9QCoMk7gEWRXUNweo957Ez+a8a2wCdEHcO
xrD4JVs+yxv6QsPdZTH2n50=
=ez1h
-----END PGP SIGNATURE-----
From wurst at eminenz.ath.cx Thu Dec 5 19:04:44 2002
From: wurst at eminenz.ath.cx (wurst@eminenz.ath.cx)
Date: Thu, 5 Dec 2002 20:04:44 +0100
Subject: [horde] some paths doubled
Message-ID: <1039115084.3defa34cb20b7@eminenz.ath.cx>
somewhere i must have entered a wrong path. can someone help me to find where,
please?
thanks
-----------------
(gollem, when browsing vfs)
Warning: Failed
opening '/srv/www/htdocs/horde/config/srv/www/htdocs/horde/lib/MIME/Viewer/zip.p
hp' for inclusion (include_path='/usr/local/share/pear')
in /srv/www/htdocs/horde/lib/MIME/Viewer.php on line 74
--
(imp, when viewing message:)
Warning: Failed
opening '/srv/www/htdocs/horde/config/srv/www/htdocs/horde/lib/MIME/Viewer/secur
ity.php' for inclusion (include_path='/usr/local/share/pear')
in /srv/www/htdocs/horde/lib/MIME/Viewer.php on line 74
Fatal error: Call to a member function on a non-object
in /srv/www/htdocs/horde/imp/lib/Contents.php on line 115
------------------------
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
From morgan at orst.edu Thu Dec 5 19:12:47 2002
From: morgan at orst.edu (Andrew Morgan)
Date: Thu, 5 Dec 2002 11:12:47 -0800 (PST)
Subject: [horde] Webmail and timeout
In-Reply-To:
Message-ID:
On Thu, 5 Dec 2002, Paul J wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Dear All,
>
> I received the following email from a user of our Horde+IMP framework:
>
> ========================================================================
>
> Feel free to classify this as a bug or feature request. Basically, I
> have spent 20 minutes writing an email last night. I've sent it off and
> it seemed to have gone OK. When I tried to check my mail, it asked me to
> log on again. Timeout, fair enough. But, it actually didn't send that
> email! Nor did it inform me that there was a timeout, or at least offer
> me a chance to save the text. This should be improved, IMHO.
>
> ========================================================================
>
> Any thoughts on this?
Increase your session timeout to something your users shouldn't exceed.
I've got mine set to 3600 seconds (1 hour). How you do this depends on
which version you are using. For Horde 2.1/IMP 3.1, edit the session
timeout in your php.ini file and restart Apache.
Andy
From jan at horde.org Thu Dec 5 19:33:00 2002
From: jan at horde.org (Jan Schneider)
Date: Thu, 5 Dec 2002 20:33:00 +0100
Subject: [horde] Webmail and timeout
In-Reply-To:
References:
Message-ID: <1039116780.3defa9ec562f6@jan.dip.ammma.net>
Zitat von Paul J :
> Feel free to classify this as a bug or feature request. Basically, I
> have spent 20 minutes writing an email last night. I've sent it off and
> it seemed to have gone OK. When I tried to check my mail, it asked me to
> log on again. Timeout, fair enough. But, it actually didn't send that
> email! Nor did it inform me that there was a timeout, or at least offer
> me a chance to save the text. This should be improved, IMHO.
>
> Any thoughts on this?
IMP from cvs (RELENG_3 and HEAD) has a timeout notification that pops up
(javascript) five and one minute before the session timeouts.
Jan.
--
http://www.horde.org - The Horde Project
http://www.ammma.de - discover your knowledge
http://www.tip4all.de - Deine private Tippgemeinschaft
From mfellman at xs4all.nl Thu Dec 5 20:31:27 2002
From: mfellman at xs4all.nl (Marc Fellman)
Date: Thu, 5 Dec 2002 21:31:27 +0100
Subject: [horde] problem with latest CVS in kronolith/horde
Message-ID: <1039120287.3defb79f1b862@fellsoft.homeip.net>
Hi All,
I just updated the CVS HEAD version and got this after startup:
Notice: Undefined offset: 1 in /var/www/htmls/horde/kronolith/lib/Kronolith.php
on line 958
Fatal error: Call to undefined function: haspermission() in
/var/www/htmls/horde/kronolith/lib/Event.php on line 743
In the horde summary screen I see this message:
Notice: Undefined offset: 1 in /var/www/htmls/horde/kronolith/lib/Kronolith.php
on line 958
I also lost everything in kronolith. (I know it is still in the database but it
isn't shown)
I noticed a difference in the categories table of horde earlier.
I hope someone can help me.
--
M.Vr.Gr.
Marc Fellman
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
From thierry at pompo.net Thu Dec 5 19:56:52 2002
From: thierry at pompo.net (Thierry Thomas)
Date: Thu, 5 Dec 2002 20:56:52 +0100
Subject: [horde] PHP 4.3.0RC2 => Horde 2.1 broken => new release?
Message-ID: <20021205195652.GA48373@graf.pompo.net>
Hello,
PHP 4.3.0 will be released soon, and you can already fetch 4.3.0RC2
from . But Horde 2.1 (last release) does not
work with it out of the box.
PHP 4.3.0 comes with the package DB-1.3, without DB::isWarning, but it
is required by Horde 2.1 (Noted in Bugzilla Bug 1116).
There is no more Crypt_HCEMD5, but it is still mandatory...
These problems have been addressed in CVS, but we should provide a
release working with PHP-Release. What about a Horde 2.1.1?
Regards,
--
Th. Thomas.
From devinec at sas.upenn.edu Thu Dec 5 22:05:22 2002
From: devinec at sas.upenn.edu (Colin Devine)
Date: Thu, 05 Dec 2002 17:05:22 -0500
Subject: [horde] Re: [imp] Webmail and timeout
References:
Message-ID: <3DEFCDA2.4975D988@sas.upenn.edu>
We have been experiencing this same problem since our upgrade to
horde-2.1/imp-3.1 in September. Noticing that the cvs had a solution
(the timeout warning) but not wanting to upgrade to an unstable version
a coworker and I backported the code this morning. It wasn't too
difficult and only involved adding lines to 3 files. I have included
the diff files and here is a description of our work:
added the following code to the end of
imp/templates/compose/javascript.inc:
-----------
function timeoutReminder(first_reminder)
{
if (first_reminder) {
var msg = '';
} else {
var msg = '';
}
if (window.confirm(msg)) {
document.compose.actionID.value = '';
uniqSubmit();
}
}
window.setTimeout('timeoutReminder(true)', ( -
300) * 1000);
window.setTimeout('timeoutReminder(false)', ( -
60) * 1000);
//-->
--------------------
Added the following constant to imp/lib/constants.php
/** @const REFRESH_COMPOSE Refresh the compose window. */
define('REFRESH_COMPOSE', 166);
--------------------
Added the following line at line 1088 of imp/compose.php:
$timeout = ini_get('session.gc_maxlifetime');
-------------------
--Colin Devine
Big thanks to Warren Petrofsky for his help.
Paul J wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Dear All,
>
> I received the following email from a user of our Horde+IMP framework:
>
> ========================================================================
>
> Feel free to classify this as a bug or feature request. Basically, I
> have spent 20 minutes writing an email last night. I've sent it off and
> it seemed to have gone OK. When I tried to check my mail, it asked me to
> log on again. Timeout, fair enough. But, it actually didn't send that
> email! Nor did it inform me that there was a timeout, or at least offer
> me a chance to save the text. This should be improved, IMHO.
>
> ========================================================================
>
> Any thoughts on this?
>
> Paul
> - --
> Department of Computing, Imperial College London
> http://myitcv.org.uk/
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.0.6 (GNU/Linux)
> Comment: For info see http://www.gnupg.org
>
> iD8DBQE976Gm0YkfvYj92P4RAnG3AJ9QCoMk7gEWRXUNweo957Ez+a8a2wCdEHcO
> xrD4JVs+yxv6QsPdZTH2n50=
> =ez1h
> -----END PGP SIGNATURE-----
>
> --
> IMP mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org-------------- next part --------------
1088c1088
<
---
> $timeout = ini_get('session.gc_maxlifetime');
-------------- next part --------------
65a66
> /** @const REFRESH_COMPOSE Refresh the compose window. */ define('REFRESH_COMPOSE', 166);
-------------- next part --------------
164a165,183
> function timeoutReminder(first_reminder)
> {
> if (first_reminder) {
> var msg = '';
> } else {
> var msg = '';
> }
> if (window.confirm(msg)) {
> document.compose.actionID.value = '';
> uniqSubmit();
> }
> }
>
> window.setTimeout('timeoutReminder(true)', ( - 300) * 1000);
> window.setTimeout('timeoutReminder(false)', ( - 60) * 1000);
>
>
>
>
From tim at nonfiction.ca Thu Dec 5 23:59:06 2002
From: tim at nonfiction.ca (Tim Glen)
Date: Thu, 05 Dec 2002 16:59:06 -0700
Subject: [horde] Categories / Nag / Mnemo
Message-ID:
I'm having same problems setting up CVS horde. To be honest, I'm not really
having any luck with a lot of it (nag, mnemos, kronolith). I'm currently
attempting to set up nag and am getting an error every time I attempt to add
a task (a similar thing happens when I attempt to view tasks that are in the
DB). It seems that the tasks are getting added to the DB but an error is
coming up that doesn't allow me to view those tasks.
Here's the error that I'm getting:
Fatal error: Call to undefined function: haspermission() in
/home/nonfiction/web/intranet/horde/nag/templates/view/navbar.inc on line 12
When I var_dump the object ($share), I find that it's a pear_error:
object(pear_error)(7) {
["error_message_prefix"]=>
string(0) ""
["mode"]=>
int(1)
["level"]=>
int(1024)
["code"]=>
NULL
["message"]=>
string(13) "tim not found"
["userinfo"]=>
NULL
["callback"]=>
NULL
}
(tim being my username, authenticating via IMAP)
That object is being set on line 4:
$share = $GLOBALS['nag_shares']->getShare($tasklist_id);
I believe that the shares are using the horde categories somehow (am I wrong
in this?). Here is my horde categories setup:
$conf['category']['driver'] = 'sql';
$conf['category']['params'] = array();
$conf['category']['params']['phptype'] = 'mysql';
$conf['category']['params']['protocol'] = 'tcp';
$conf['category']['params']['hostspec'] = 'localhost';
$conf['category']['params']['username'] = 'horde';
$conf['category']['params']['password'] = '*******';
$conf['category']['params']['database'] = 'horde';
I've noticed that the categories table has never had any content added to
it.
For the record, I ran "cvs update -Pd" and also rebuilt the DB tables so I
was starting fresh. I continue to have the same problems.
Does anyone have any ideas? I've seen this question come up a couple of
times but none of the answers seemed to help me in any way. Any help would
be very much appreciated.
--
tim glen
nonfiction studios
phone 403.686.8887
From RandyTunison at higlum.com Fri Dec 6 01:40:58 2002
From: RandyTunison at higlum.com (Randy Tunison)
Date: Thu, 5 Dec 2002 17:40:58 -0800
Subject: [horde] Categories / Nag / Mnemo
In-Reply-To:
References:
Message-ID: <1039138858.3df0002a5c45b@jeh.inside>
Quoting Tim Glen :
> $conf['category']['params']['password'] = '*******';
Is that really your password?
From wurst at eminenz.ath.cx Fri Dec 6 06:49:05 2002
From: wurst at eminenz.ath.cx (wurst@eminenz.ath.cx)
Date: Fri, 6 Dec 2002 07:49:05 +0100
Subject: [horde] horde not saveing options
Message-ID: <1039157345.3df0486115c99@eminenz.ath.cx>
when i click on "options" in horde, whatever i enter is not saved. imp, tuba,
gollem ... saving is working good. i'm using sql backend for it.
any things to try?
thanks
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
From tim at nonfiction.ca Fri Dec 6 16:10:10 2002
From: tim at nonfiction.ca (Tim Glen)
Date: Fri, 06 Dec 2002 09:10:10 -0700
Subject: [horde] Categories / Nag / Mnemo
In-Reply-To: <1039138858.3df0002a5c45b@jeh.inside>
Message-ID:
On 12/5/02 6:40 PM, "Randy Tunison" wrote:
> Quoting Tim Glen :
>
>> $conf['category']['params']['password'] = '*******';
>
> Is that really your password?
Of course not. Somehow I didn't think it would be a good idea to broadcast
the password...
Does anyone have categories set up differently? They haven't seemed to work
for me yet, regardless of configuration.
--
tim glen
nonfiction studios
phone 403.686.8887
From kelly at featureprice.com Fri Dec 6 21:14:41 2002
From: kelly at featureprice.com (kelly@featureprice.com)
Date: Fri, 6 Dec 2002 16:14:41 -0500
Subject: [horde] Strange error on CVS Head
Message-ID: <1039209281.3df113416c8b2@email.featureprice.com>
When i first login (horde summary) i get the following:
Warning: Missing argument 1 for getorder() in /http/horde/lib/Category.php on
line 873
Fatal error: Call to undefined function: getcategoryid() in
/http/horde/lib/Category.php on line 878
From wurst at eminenz.ath.cx Fri Dec 6 21:08:58 2002
From: wurst at eminenz.ath.cx (wurst@eminenz.ath.cx)
Date: Fri, 6 Dec 2002 22:08:58 +0100
Subject: [horde] mnemo haspermission
Message-ID: <1039208938.3df111eadb8b2@eminenz.ath.cx>
what is this haspermissions? i can add/delete notes, but this error ist always
occuring.
thanks
-------------------------
Fatal error: Call to undefined function: haspermission()
in /srv/www/htdocs/horde/mnemo/templates/list/memo_summaries.inc on line 3
-------------------------
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
From llarquere at aacom.fr Fri Dec 6 22:16:30 2002
From: llarquere at aacom.fr (=?ISO-8859-1?Q?Laurent_Larqu=E8re?=)
Date: Fri, 06 Dec 2002 23:16:30 +0100
Subject: [horde] Categories / Nag / Mnemo
In-Reply-To:
References:
Message-ID: <3DF121BE.5000105@aacom.fr>
Hi Tim
i've
$conf['category']['driver'] = 'sql';
$conf['category']['params'] = array();
$conf['category']['params']['phptype'] = '*pg*sql';
$conf['category']['params']['hostspec'] = 'localhost*:8621*';
$conf['category']['params']['username'] = 'hordelui';
$conf['category']['params']['password'] = 'lemotdepasse';
$conf['category']['params']['database'] = 'hordemoi';
$conf['category']['params'][*'table'] = 'horde_categories*';
$conf['category']['params']['*port'] = '8621*';
$conf['category']['params']['*protocol'] = 'unix*';
and if i change this setup
kronolith, nag and mnemo give a blank page
hope this help
Tim Glen wrote:
>On 12/5/02 6:40 PM, "Randy Tunison" wrote:
>
>
>
>>Quoting Tim Glen :
>>
>>
>>
>>>$conf['category']['params']['password'] = '*******';
>>>
>>>
>>Is that really your password?
>>
>>
>
>Of course not. Somehow I didn't think it would be a good idea to broadcast
>the password...
>
>Does anyone have categories set up differently? They haven't seemed to work
>for me yet, regardless of configuration.
>
>
From chuck at horde.org Fri Dec 6 22:02:07 2002
From: chuck at horde.org (Chuck Hagenbuch)
Date: Fri, 6 Dec 2002 17:02:07 -0500
Subject: [horde] Strange error on CVS Head
In-Reply-To: <1039209281.3df113416c8b2@email.featureprice.com>
References: <1039209281.3df113416c8b2@email.featureprice.com>
Message-ID: <1039212126.3df11e5f02802@marina.horde.org>
Quoting kelly@featureprice.com:
> When i first login (horde summary) i get the following:
>
> Warning: Missing argument 1 for getorder() in
> /http/horde/lib/Category.php on
> line 873
>
> Fatal error: Call to undefined function: getcategoryid() in
> /http/horde/lib/Category.php on line 878
What category driver are you using? SQL or null?
-chuck
--
Charles Hagenbuch,
"People ask me all the time what it will be like living without otters."
- Google, thanks to Harpers
From jdebrunn at one.net Fri Dec 6 22:56:14 2002
From: jdebrunn at one.net (Jdebrunn)
Date: Fri, 6 Dec 2002 17:56:14 -0500
Subject: [horde]
Message-ID: <200212062256.RAA19931@rhetoric.nuvox.net>
Hello:
I'm trying to get the latest (CVS) version of Horde/Imp/etc running and
cannot get past the login screen.
When I use IMP/IMAP login, I get a success message in the log but I'm
returned to the login screen. Using the IMP test page I get a successful
logon to the IMAP server. The regular horde/test.php is OK except for PEAR.
I copied the current PEAR files over from the horde site and still get an
out of date pear message. I saw a message on the list that this is not an
accurate message - is that true?
When I try SQL login, I get a bad username/password message and a failure
message in the log. I have tried saving the password as both plaintext and
MD5 without success. I used
I have set logging to the max but am not getting many messages so I'm not
getting any help there. Connections to the database are fine so the problem
is not with connectinig to the database. I used htpasswd on the linux box to
generate the hash for the SQL login - using the word 'password' as the
password it gave the hash as:
$apr1$MTiPk/..$RUl4j2tagFs/PQchQGGU0/
Does that look correct or could that be the problem with the SQL login?
I'm using Postgresql on a linux box for the database and a W2K box as the
webserver. I've had Horde/IMP running on the linux box but I'm trying out
the new apps that require newer versions of PHP than I can get to install. I
have the latest PHP on the Windows machine which is why I'm using it
instead.
Any suggestions are appreciated.
Joe
From tim at nonfiction.ca Fri Dec 6 23:47:44 2002
From: tim at nonfiction.ca (Tim Glen)
Date: Fri, 06 Dec 2002 16:47:44 -0700
Subject: [horde] Categories / Nag / Mnemo
In-Reply-To:
Message-ID:
Thanks to those of you who gave me suggestions. I tried them out and still
couldn't get it working.
In following this through, I'm noticing that there's never any content in
the horde_categories table. I would assume that there should be since the
_load function in lib/Category/sql.php queries against that table.
When/where should records be put into this table? I can't find where it
would happen and it definitely isn't happening right now.
Thanks in advance,
tim
On 12/5/02 4:59 PM, "Tim Glen" wrote:
> I'm having same problems setting up CVS horde. To be honest, I'm not really
> having any luck with a lot of it (nag, mnemos, kronolith). I'm currently
> attempting to set up nag and am getting an error every time I attempt to add
> a task (a similar thing happens when I attempt to view tasks that are in the
> DB). It seems that the tasks are getting added to the DB but an error is
> coming up that doesn't allow me to view those tasks.
>
> Here's the error that I'm getting:
> Fatal error: Call to undefined function: haspermission() in
> /home/nonfiction/web/intranet/horde/nag/templates/view/navbar.inc on line 12
>
> When I var_dump the object ($share), I find that it's a pear_error:
> object(pear_error)(7) {
> ["error_message_prefix"]=>
> string(0) ""
> ["mode"]=>
> int(1)
> ["level"]=>
> int(1024)
> ["code"]=>
> NULL
> ["message"]=>
> string(13) "tim not found"
> ["userinfo"]=>
> NULL
> ["callback"]=>
> NULL
> }
> (tim being my username, authenticating via IMAP)
>
> That object is being set on line 4:
> $share = $GLOBALS['nag_shares']->getShare($tasklist_id);
>
> I believe that the shares are using the horde categories somehow (am I wrong
> in this?). Here is my horde categories setup:
> $conf['category']['driver'] = 'sql';
>
> $conf['category']['params'] = array();
> $conf['category']['params']['phptype'] = 'mysql';
> $conf['category']['params']['protocol'] = 'tcp';
> $conf['category']['params']['hostspec'] = 'localhost';
> $conf['category']['params']['username'] = 'horde';
> $conf['category']['params']['password'] = '*******';
> $conf['category']['params']['database'] = 'horde';
>
> I've noticed that the categories table has never had any content added to
> it.
>
> For the record, I ran "cvs update -Pd" and also rebuilt the DB tables so I
> was starting fresh. I continue to have the same problems.
>
> Does anyone have any ideas? I've seen this question come up a couple of
> times but none of the answers seemed to help me in any way. Any help would
> be very much appreciated.
From eculp at encontacto.net Sat Dec 7 00:20:47 2002
From: eculp at encontacto.net (eculp@encontacto.net)
Date: Fri, 6 Dec 2002 16:20:47 -0800
Subject: [horde] Categories / Nag / Mnemo
In-Reply-To:
References:
Message-ID: <1039220447.3df13edf9759d@Mail.EnContacto.Net>
Quoting Tim Glen :
| Thanks to those of you who gave me suggestions. I tried them out and still
| couldn't get it working.
|
| In following this through, I'm noticing that there's never any content in
| the horde_categories table. I would assume that there should be since the
| _load function in lib/Category/sql.php queries against that table.
|
| When/where should records be put into this table? I can't find where it
| would happen and it definitely isn't happening right now.
|
| Thanks in advance,
|
| tim
|
| On 12/5/02 4:59 PM, "Tim Glen" wrote:
|
| > I'm having same problems setting up CVS horde. To be honest, I'm not
| really
| > having any luck with a lot of it (nag, mnemos, kronolith). I'm currently
| > attempting to set up nag and am getting an error every time I attempt to
| add
| > a task (a similar thing happens when I attempt to view tasks that are in
| the
| > DB). It seems that the tasks are getting added to the DB but an error is
| > coming up that doesn't allow me to view those tasks.
I'm seeing the same problem. I started from scratch with everything
clean and can't add tasks, notes or calendar events. It looks like it is
being added and isn't. Kronolith give no error be returns a white screen.
Nag just goes back as if I had not added a task. The same with mnemo.
I can not make any changes to groups from the administration menu. I
tried to add a sub-group and get:
'test' was not created: DB Error: constraint violation.
The last thing that I have noticed is the trean is missing the "add" button
to add new bookmarks.
When I set display_error=on in php.ini I get the same error as you.
Fatal error: Call to undefined function: haspermission() in
/usr/local/www/data/horde/mnemo/templates/list/memo_summaries.inc on line 3
At least there ar two of us now. The reason, IMO, is that after the cvs
update everything worked except for new users. That is when I decided to
clean-up my database and try to find the problem. Not really smart :-)
If you find a solution off list, please let me know.
thanks,
ed
| >
| > Here's the error that I'm getting:
| > Fatal error: Call to undefined function: haspermission() in
| > /home/nonfiction/web/intranet/horde/nag/templates/view/navbar.inc on line
| 12
| >
| > When I var_dump the object ($share), I find that it's a pear_error:
| > object(pear_error)(7) {
| > ["error_message_prefix"]=>
| > string(0) ""
| > ["mode"]=>
| > int(1)
| > ["level"]=>
| > int(1024)
| > ["code"]=>
| > NULL
| > ["message"]=>
| > string(13) "tim not found"
| > ["userinfo"]=>
| > NULL
| > ["callback"]=>
| > NULL
| > }
| > (tim being my username, authenticating via IMAP)
| >
| > That object is being set on line 4:
| > $share = $GLOBALS['nag_shares']->getShare($tasklist_id);
| >
| > I believe that the shares are using the horde categories somehow (am I
| wrong
| > in this?). Here is my horde categories setup:
| > $conf['category']['driver'] = 'sql';
| >
| > $conf['category']['params'] = array();
| > $conf['category']['params']['phptype'] = 'mysql';
| > $conf['category']['params']['protocol'] = 'tcp';
| > $conf['category']['params']['hostspec'] = 'localhost';
| > $conf['category']['params']['username'] = 'horde';
| > $conf['category']['params']['password'] = '*******';
| > $conf['category']['params']['database'] = 'horde';
| >
| > I've noticed that the categories table has never had any content added to
| > it.
| >
| > For the record, I ran "cvs update -Pd" and also rebuilt the DB tables so I
| > was starting fresh. I continue to have the same problems.
| >
| > Does anyone have any ideas? I've seen this question come up a couple of
| > times but none of the answers seemed to help me in any way. Any help would
| > be very much appreciated.
|
|
| --
| Horde mailing list
| Frequently Asked Questions: http://horde.org/faq/
| To unsubscribe, mail: horde-unsubscribe@lists.horde.org
|
--
-------------------------------------------------
From tdondich at majiknetworks.com Sat Dec 7 00:59:38 2002
From: tdondich at majiknetworks.com (Taylor Dondich)
Date: Fri, 06 Dec 2002 16:59:38 -0800
Subject: [horde] Setting up the initial user.
Message-ID: <3DF147FA.2050503@majiknetworks.com>
I have read through the INSTALL file, and I'm just trying to get the
basic horde setup working first with no applications. How would I go
along by creating the inital user in the database?
Taylor
From tonni at billy.demon.nl Sat Dec 7 01:21:34 2002
From: tonni at billy.demon.nl (Tony Earnshaw)
Date: 07 Dec 2002 02:21:34 +0100
Subject: [horde]
In-Reply-To: <200212062256.RAA19931@rhetoric.nuvox.net>
References: <200212062256.RAA19931@rhetoric.nuvox.net>
Message-ID: <1039224086.13157.361.camel@localhost>
fre, 2002-12-06 kl. 23:56 skrev Jdebrunn:
> I'm trying to get the latest (CVS) version of Horde/Imp/etc running and
> cannot get past the login screen.
Dunno if this offers any comfort, but it's exactly the same for me with
Horde CVS and PHP 4.2.3 on Apache 1.3.27, MySQL 3.23.52.
But then it was for Horde 2.1 too, so what the h*ll? I'm only trying to
get Horde working, and don't care about Imp or anything else at the
moment.
I've taken the view that everything is *my* fault, and that I have to
learn PHP4 properly, understand the code and debug the whole thing. I
got only one major bug in 2.1 that stopped a MySQL connect and fixed
that.
With the CVS I can insist on a TCP connection (exclusively domain socket
on 2.1) and can use Ethereal. Doesn't help with anything.
> When I use IMP/IMAP login, I get a success message in the log but I'm
> returned to the login screen. Using the IMP test page I get a successful
> logon to the IMAP server. The regular horde/test.php is OK except for PEAR.
> I copied the current PEAR files over from the horde site and still get an
> out of date pear message. I saw a message on the list that this is not an
> accurate message - is that true?
Maybe yes and maybe no. The db connect will probably work without a pear
update from 4.1. You can get the latest CVS Pear at pear.php.net, with
the normal CVS procedure (it explains how). However, once you've got it,
you still have to install it and the online manual tells you useless
lies about how to do that. I had to jam it into my php4 install tree and
do a fresh 'make install' ('cos I'm lazy). Watch out though, since
there's a Makefile.frag with which you may have to patch the php4
Makefile.
Even then, the only thing *that* fixes, is PEAR not being compliant.
You'll still have to include the new php4 stuff like compiling Openssl
into php4 - and more - to stop it yakking. And even then there are
things that test.php will barf at.
> When I try SQL login, I get a bad username/password message and a failure
> message in the log. I have tried saving the password as both plaintext and
> MD5 without success.
Yep. It's taught me an awful lot about php4 coding and MySQL password
encryption up to now, trying to degug it.
> I have set logging to the max but am not getting many messages so I'm not
> getting any help there.
Agree.
> Connections to the database are fine so the problem
> is not with connectinig to the database. I used htpasswd on the linux box to
> generate the hash for the SQL login - using the word 'password' as the
> password it gave the hash as:
> $apr1$MTiPk/..$RUl4j2tagFs/PQchQGGU0/
With MySQL you can see what things *should* be. It's just that Horde
doesn't give the right crypt or hash to MySQL. That's what I'm trying to
sort out at the moment.
> Does that look correct or could that be the problem with the SQL login?
Certainly it's not what MySQL would expect.
> I'm using Postgresql on a linux box for the database
To each his own poison.
> and a W2K box as the webserver.
Hmmm ...
> I've had Horde/IMP running on the linux box but I'm trying out
> the new apps that require newer versions of PHP than I can get to install. I
> have the latest PHP on the Windows machine which is why I'm using it
> instead.
Guess that both of us are stuck at the same point, for me that's Horde
giving an md5 encrypted string and MySQL expecting a MySQL crypt string.
However, as I said above, the whole thing is my fault and I have to sort
it out. When I've got far enough to pin it down, I'll get back to the
list.
Best,
Tony
--
Tony Earnshaw
When all's said and done ...
there's nothing left to say or do.
e-post: tonni@billy.demon.nl
www: http://www.billy.demon.nl
From tonni at billy.demon.nl Sat Dec 7 01:42:41 2002
From: tonni at billy.demon.nl (Tony Earnshaw)
Date: 07 Dec 2002 02:42:41 +0100
Subject: [horde] Setting up the initial user.
In-Reply-To: <3DF147FA.2050503@majiknetworks.com>
References: <3DF147FA.2050503@majiknetworks.com>
Message-ID: <1039225360.13152.370.camel@localhost>
lør, 2002-12-07 kl. 01:59 skrev Taylor Dondich:
> I have read through the INSTALL file, and I'm just trying to get the
> basic horde setup working first with no applications. How would I go
> along by creating the inital user in the database?
CONFIGURING HORDE Point 2 of the INSTALL file (in ./docs with the CVS
version), which you say you've read through. See where it says: "First,
look in scripts/db/ to see if a "_create" script already exists for your
database."?
In scripts/db there is a README file.
Best,
Tony
--
Tony Earnshaw
When all's said and done ...
there's nothing left to say or do.
e-post: tonni@billy.demon.nl
www: http://www.billy.demon.nl
From tdondich at majiknetworks.com Sat Dec 7 06:08:51 2002
From: tdondich at majiknetworks.com (Taylor Dondich)
Date: Fri, 06 Dec 2002 22:08:51 -0800
Subject: [horde] Setting up the initial user.
In-Reply-To: <3DF147FA.2050503@majiknetworks.com>
References: <3DF147FA.2050503@majiknetworks.com>
<1039225360.13152.370.camel@localhost>
Message-ID: <3DF19073.4000600@majiknetworks.com>
I *have* read the INSTALL file. I *have* setup the inital database. I
want to create a user where I can actually *login* to the system and
administer it.
Taylor
Tony Earnshaw wrote:
>lør, 2002-12-07 kl. 01:59 skrev Taylor Dondich:
>
>
>
>>I have read through the INSTALL file, and I'm just trying to get the
>>basic horde setup working first with no applications. How would I go
>>along by creating the inital user in the database?
>>
>>
>
>CONFIGURING HORDE Point 2 of the INSTALL file (in ./docs with the CVS
>version), which you say you've read through. See where it says: "First,
>look in scripts/db/ to see if a "_create" script already exists for your
>database."?
>
>In scripts/db there is a README file.
>
>Best,
>
>Tony
>
>
>
From mfellman at xs4all.nl Sat Dec 7 08:28:49 2002
From: mfellman at xs4all.nl (Marc Fellman)
Date: Sat, 7 Dec 2002 09:28:49 +0100
Subject: [horde] mnemo haspermission
In-Reply-To: <1039208938.3df111eadb8b2@eminenz.ath.cx>
References: <1039208938.3df111eadb8b2@eminenz.ath.cx>
Message-ID: <1039249729.3df1b141511cd@fellsoft.homeip.net>
> ----- Bericht van wurst@eminenz.ath.cx ---------
> Datum: Fri, 6 Dec 2002 22:08:58 +0100
> Van: wurst@eminenz.ath.cx
> Antwoorden aan:wurst@eminenz.ath.cx
> Onderwerp: [horde] mnemo haspermission
> Aan: horde@lists.horde.org
>
> what is this haspermissions? i can add/delete notes, but this error ist
> always
> occuring.
> thanks
> -------------------------
> Fatal error: Call to undefined function: haspermission()
> in /srv/www/htdocs/horde/mnemo/templates/list/memo_summaries.inc on line 3
> -------------------------
>
Do you use the CVS version of Mnemo? If that's the case you should look at the
horde_categories table and look if there is a order column. Appearantly it is
possible to add the field. I at least added the field to the table and got it
working.
Marc
> ----- Einde bericht van wurst@eminenz.ath.cx -----
--
M.Vr.Gr.
Marc Fellman
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
From tonni at billy.demon.nl Sat Dec 7 09:08:50 2002
From: tonni at billy.demon.nl (Tony Earnshaw)
Date: 07 Dec 2002 10:08:50 +0100
Subject: [horde] Setting up the initial user.
In-Reply-To: <3DF15D58.4000808@majiknetworks.com>
References: <3DF147FA.2050503@majiknetworks.com>
<3DF15D58.4000808@majiknetworks.com>
Message-ID: <1039252108.13157.387.camel@localhost>
lør, 2002-12-07 kl. 03:30 skrev Taylor Dondich:
Ah. I see what you mean. No, you're right. I had to do it in MySQL
itself. But writing your own script wouldn't be so difficult.
Best,
Tony
> Reading the README file in the scripts/db/ directory, there is no file
> to create the initial user. I've already created the databases using
> these scripts.
> Tony Earnshaw wrote:
>
> >lr, 2002-12-07 kl. 01:59 skrev Taylor Dondich:
> >
> >
> >
> >>I have read through the INSTALL file, and I'm just trying to get the
> >>basic horde setup working first with no applications. How would I go
> >>along by creating the inital user in the database?
> >>
> >>
> >
> >CONFIGURING HORDE Point 2 of the INSTALL file (in ./docs with the CVS
> >version), which you say you've read through. See where it says: "First,
> >look in scripts/db/ to see if a "_create" script already exists for your
> >database."?
> >
> >In scripts/db there is a README file.
> >
> >Best,
> >
> >Tony
> >
> >
> >
--
Tony Earnshaw
When all's said and done ...
there's nothing left to say or do.
e-post: tonni@billy.demon.nl
www: http://www.billy.demon.nl
From wurst at eminenz.ath.cx Sat Dec 7 09:51:31 2002
From: wurst at eminenz.ath.cx (wurst@eminenz.ath.cx)
Date: Sat, 7 Dec 2002 10:51:31 +0100
Subject: [horde] mnemo haspermission
Message-ID: <1039254691.3df1c4a322001@eminenz.ath.cx>
>> what is this haspermissions? i can add/delete notes, but this error ist
>> always
>> occuring.
>> thanks
>> -------------------------
>> Fatal error: Call to undefined function: haspermission()
>> in /srv/www/htdocs/horde/mnemo/templates/list/memo_summaries.inc on line 3
>> -------------------------
>>
> Do you use the CVS version of Mnemo? If that's the case you should look at the
> horde_categories table and look if there is a order column. Appearantly it is
> possible to add the field. I at least added the field to the table and got it
> working.
what exactly should i add? in the "horde_categories" table is no filed "order".
but as what should i add it? (type)
thanks
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
From mfellman at xs4all.nl Sat Dec 7 10:02:21 2002
From: mfellman at xs4all.nl (Marc Fellman)
Date: Sat, 7 Dec 2002 11:02:21 +0100
Subject: [horde] mnemo haspermission
In-Reply-To: <1039254691.3df1c4a322001@eminenz.ath.cx>
References: <1039254691.3df1c4a322001@eminenz.ath.cx>
Message-ID: <1039255341.3df1c72dc0992@fellsoft.homeip.net>
Hi,
You could look in horde/scripts/db/ for a sql file you used to create the
database backend. You could compare that to the table you are using. With
phpMyAdmin it is relativly easy to add the field in the right spot. *Think also
of the index)
Hope this gets you on the way.
--
M.Vr.Gr.
Marc Fellman
> ----- Bericht van wurst@eminenz.ath.cx ---------
> Datum: Sat, 7 Dec 2002 10:51:31 +0100
> Van: wurst@eminenz.ath.cx
> Antwoorden aan:wurst@eminenz.ath.cx
> Onderwerp: Re: [horde] mnemo haspermission
> Aan: horde@lists.horde.org
>
> >> what is this haspermissions? i can add/delete notes, but this error ist
> >> always
> >> occuring.
> >> thanks
> >> -------------------------
> >> Fatal error: Call to undefined function: haspermission()
> >> in /srv/www/htdocs/horde/mnemo/templates/list/memo_summaries.inc on line 3
> >> -------------------------
> >>
>
> > Do you use the CVS version of Mnemo? If that's the case you should look at
> the
> > horde_categories table and look if there is a order column. Appearantly it
> is
> > possible to add the field. I at least added the field to the table and got
> it
> > working.
>
> what exactly should i add? in the "horde_categories" table is no filed
> "order".
> but as what should i add it? (type)
>
> thanks
>
> -------------------------------------------------
> This mail sent through IMP: http://horde.org/imp/
>
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe@lists.horde.org
>
>
> ----- Einde bericht van wurst@eminenz.ath.cx -----
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
From tonni at billy.demon.nl Sat Dec 7 12:26:39 2002
From: tonni at billy.demon.nl (Tony Earnshaw)
Date: 07 Dec 2002 13:26:39 +0100
Subject: [horde]
In-Reply-To: <1039224086.13157.361.camel@localhost>
References: <200212062256.RAA19931@rhetoric.nuvox.net>
<1039224086.13157.361.camel@localhost>
Message-ID: <1039263993.13156.406.camel@localhost>
lør, 2002-12-07 kl. 02:21 skrev Tony Earnshaw:
> fre, 2002-12-06 kl. 23:56 skrev Jdebrunn:
> > I'm trying to get the latest (CVS) version of Horde/Imp/etc running and
> > cannot get past the login screen.
>
> Dunno if this offers any comfort, but it's exactly the same for me with
> Horde CVS and PHP 4.2.3 on Apache 1.3.27, MySQL 3.23.52.
> I've taken the view that everything is *my* fault, and that I have to
> learn PHP4 properly, understand the code and debug the whole thing. I
> got only one major bug in 2.1 that stopped a MySQL connect and fixed
> that.
*DONE IT!*
However, this only applies to CVS HEAD, pear CVS head and MySQL running
on Linux. Others might find their MMV.
By changing line 112 in sql.php thus:
// $this->_db->quote(md5($credentials['password'])));
To:
$this->_db->quote(($credentials['password'])));
and copying and pasting the MySQL-encrypted password into the Horde url
password entry box, I could log in as an admin user (me :-). In as much
as I'd defined "me" as an admin user, along with horde.
>From "inside" the Horde admin module, I can add new MySQL user objects
and generally play about, which is what I was after. To begin with.
I *knew* it had to be that pesky md5 that was fscking things up. Now all
I have to find is a "crypt" alternative to md5 that MySQL will accept.
Which raises the question: "Why did the otherwise brilliant Horde
developers make this so difficult? Why does md5 work for them and not
for everyday people like me?"
Best,
Tony
--
Tony Earnshaw
When all's said and done ...
there's nothing left to say or do.
e-post: tonni@billy.demon.nl
www: http://www.billy.demon.nl
From s-beutel at gmx.de Sat Dec 7 15:44:55 2002
From: s-beutel at gmx.de (s-beutel@gmx.de)
Date: Sat, 7 Dec 2002 16:44:55 +0100 (MET)
Subject: [horde] Setting up the initial user.
References: <1039252108.13157.387.camel@localhost>
Message-ID: <7571.1039275895@www54.gmx.net>
> > Reading the README file in the scripts/db/ directory, there is no file
> > to create the initial user. I've already created the databases using
> > these scripts.
you need to insert a user and password into to horde_users table, password
being md5'ed. Might do so at the mysql console (INSERT INTO....) or using a
tool loke phpmyadmin...
Sebastian
From tonni at billy.demon.nl Sat Dec 7 18:15:35 2002
From: tonni at billy.demon.nl (Tony Earnshaw)
Date: 07 Dec 2002 19:15:35 +0100
Subject: [horde]
In-Reply-To: <1039263993.13156.406.camel@localhost>
References: <200212062256.RAA19931@rhetoric.nuvox.net>
<1039224086.13157.361.camel@localhost>
<1039263993.13156.406.camel@localhost>
Message-ID: <1039284924.24530.47.camel@localhost>
lør, 2002-12-07 kl. 13:26 skrev Tony Earnshaw:
> Which raises the question: "Why did the otherwise brilliant Horde
> developers make this so difficult? Why does md5 work for them and not
> for everyday people like me?"
Sebastian Beutel's geniality solved *that* one.
New users need to be entered into MySQL with MySQL's md5() and *not*
password() for password encryption.
Then Horde CVS HEAD (and presumably 2.5) work right out of the box.
This does *not* mean that the scripts/db/mysql_create.sql script has to
be changed (in fact it must *not* be changed): it uses the pear DB
classes and not the Horde classes, which the lib/Auth/sql.php script
uses.
None of this stuff is documented, which may or may not be "a Good
Thing", in as much as it forces one to think and learn PHP4. "Learning
by use of the cat o' nine tails", just like school again.
By the way, I have no problem with my chosen locale, nn_NO. It works
o.k., but it ain't complete, though. Nokon so' vil ha hjelp?
Best,
Tony
--
Tony Earnshaw
When all's said and done ...
there's nothing left to say or do.
e-post: tonni@billy.demon.nl
www: http://www.billy.demon.nl
From tonni at billy.demon.nl Sat Dec 7 18:16:05 2002
From: tonni at billy.demon.nl (Tony Earnshaw)
Date: 07 Dec 2002 19:16:05 +0100
Subject: [horde] Setting up the initial user.
In-Reply-To: <7571.1039275895@www54.gmx.net>
References: <1039252108.13157.387.camel@localhost>
<7571.1039275895@www54.gmx.net>
Message-ID: <1039284925.24534.49.camel@localhost>
lør, 2002-12-07 kl. 16:44 skrev s-beutel@gmx.de:
> > > Reading the README file in the scripts/db/ directory, there is no file
> > > to create the initial user. I've already created the databases using
> > > these scripts.
> you need to insert a user and password into to horde_users table, password
> being md5'ed. Might do so at the mysql console (INSERT INTO....) or using a
> tool loke phpmyadmin...
Unbelievable! *IT WORKS FOR MD5*
Yippee, thanks Sebastian!
I did it with "REPLACE" instead of "INSERT" at the MySQL console. Apart
from about an hour of trying to use "user_id" instead of "user_uid",
which of course didn't work.
Best og fortsatt god lørdag,
Tonni
--
Tony Earnshaw
When all's said and done ...
there's nothing left to say or do.
e-post: tonni@billy.demon.nl
www: http://www.billy.demon.nl
From greg.johnson at anderkol.com Sun Dec 8 06:21:36 2002
From: greg.johnson at anderkol.com (Greg Johnson)
Date: Sun, 8 Dec 2002 17:21:36 +1100
Subject: [horde] csv file import
In-Reply-To: <1039088636.3def3bfcd1034@server>
References: <1039088636.3def3bfcd1034@server>
Message-ID: <1039328496.3df2e4f097aee@server>
Re - trying to import a csv file into turba, message is:
> ---------------------------------------------------------------------
> Warning: Unable to open '/tmp/phpMmZwbF' for reading: No such file or
> directory in /var/www/horde/lib/Data/csv.php on line 204
>
> Warning: Unable to move '/tmp/phpMmZwbF' to '/tmp/phpMmZwbF' in
> /var/www/horde/lib/Data/csv.php on line 204
>
> Fatal error: Call to a member function on a non-object in
> /var/www/horde/lib/Data/csv.php on line 205
problem appears to be that at line 203 $file_name and
$_FILES['import_file']['tmp_name'] are the same name, hence the "Unable to move 'x'
to 'x'" message.
have temporarily fixed this problem with the following at line 203:
/* $file_name = $tmp_dir . '/' . basename($_FILES['import_file']['tmp_name']); */
$file_name = $tmp_dir . '/' . 'xxx';
and the import continues to a successful completion.
hope this helps get to a proper fix. let me know if you need more info.
regards.
greg
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
From luc at delouw.ch Sun Dec 8 06:34:35 2002
From: luc at delouw.ch (Luc de Louw)
Date: Sun, 08 Dec 2002 07:34:35 +0100
Subject: [horde] configuring of horde failed
Message-ID: <3DF2E7FB.80700@delouw.ch>
Hi all,
I set up a new server with apache2, php 4.3.2, cyrus 2.1.11, horde 2.1,
imp 3.1 etc.
I followed the instruction on http://www.geocities.com/oliversl/imp/
After configuring I got the error:
Some of Horde's configuration files are missing......
The test.php shows all items in green.
IMP test was successful.
user "nobody" has access to /horde
horde-logging creates no file
no mysql-authtication error occured
actually I dont see anything wrong on my system.
Now I'm really stuck :-(
Any ideas?
rgds
Luc
From tdondich at majiknetworks.com Sun Dec 8 07:46:42 2002
From: tdondich at majiknetworks.com (Taylor Dondich)
Date: Sat, 07 Dec 2002 23:46:42 -0800
Subject: [horde]
If using IMP authentication, how do you perform groups and user security
Message-ID: <3DF2F8E2.90606@majiknetworks.com>
I am attempting to use Horde/Imp/and Gollem for example for doing a
groupware solution. I want the user to login once only and using IMP's
authentication is the easiest; however, in Gollem, I want users to be
able to upload files and have other people who are in their department
to access their files but no others. I don't know if this is possible
because without doing horde authentication, you can't create groups and
such. I am using the VFS, so there's no server level security in place.
Does anyone have a solution for this?
Taylor Dondich
From luc at delouw.ch Sun Dec 8 17:31:48 2002
From: luc at delouw.ch (Luc de Louw)
Date: Sun, 08 Dec 2002 18:31:48 +0100
Subject: [horde] configuring of horde failed
In-Reply-To: <3DF33A34.1080207@delouw.ch>
References: <3DF33A34.1080207@delouw.ch> <26918.1039356904@www15.gmx.net>
Message-ID: <3DF38204.4090708@delouw.ch>
s-beutel@gmx.de wrote:
> Luc,
>
> strange things are going on: www.horde.org is not reachable from here
> (thus
> I cannot browse the faq at the moment), and my mails don't reach the
> list's
> server...
The server was obviousely down, and the Backup-MX rejected the mails for
lists.horde.org :-(
>
>
> I am pretty sure it's either a php problem (as described before) or has to
> do with the changed file structure.
>
> - with php: your php configuration seems okay. But I know there are some
> functions missing in newer versions. If possible, check the php
> version of the
> running server you mentioned.
> - with file structure: where does the 'e-center' come from (whilst you
> wrote about that fault occuring when opening /horde/login.php)? This
> is really
> weird. I know that there are some changes necessary when horde being
> installed
> in other subdir names (faq's not reachable...)
> - with both: switch on php error loggin (in your php.ini) and look
> thru the
> messages you're getting.
[..]
I run apache with strace -f and found the error:
[pid 23249] lstat64("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid 23249] lstat64("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096,
...}) = 0
[pid 23249] lstat64("/usr/local/apache2", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
[pid 23249] lstat64("/usr/local/apache2/htdocs", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
[pid 23249] lstat64("/usr/local/apache2/htdocs/horde",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid 23249] lstat64("/usr/local/apache2/htdocs/horde/index.php",
{st_mode=S_IFREG|0644, st_size=1615, ...}) = 0
[pid 23249] brk(0x8212000) = 0x8212000
[pid 23249] ioctl(13, TCGETS, 0xbfffe060) = -1 ENOTTY (Inappropriate
ioctl for device)
[pid 23249] fstat64(13, {st_mode=S_IFREG|0644, st_size=1615, ...}) = 0
[pid 23249] mmap2(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40014000
[pid 23249] read(13, "
Any idea whats wrong with my php?
rgds
Luc
From jan at horde.org Sun Dec 8 18:51:11 2002
From: jan at horde.org (Jan Schneider)
Date: Sun, 8 Dec 2002 19:51:11 +0100
Subject: [horde] csv file import
In-Reply-To: <1039328496.3df2e4f097aee@server>
References: <1039088636.3def3bfcd1034@server>
<1039328496.3df2e4f097aee@server>
Message-ID: <1039373471.3df3949f48e26@jan.dip.ammma.net>
Zitat von Greg Johnson :
> Re - trying to import a csv file into turba, message is:
> > ---------------------------------------------------------------------
> > Warning: Unable to open '/tmp/phpMmZwbF' for reading: No such file or
> > directory in /var/www/horde/lib/Data/csv.php on line 204
> >
> > Warning: Unable to move '/tmp/phpMmZwbF' to '/tmp/phpMmZwbF' in
> > /var/www/horde/lib/Data/csv.php on line 204
> >
> > Fatal error: Call to a member function on a non-object in
> > /var/www/horde/lib/Data/csv.php on line 205
>
> problem appears to be that at line 203 $file_name and
> $_FILES['import_file']['tmp_name'] are the same name, hence the "Unable
> to move 'x'
> to 'x'" message.
How did I miss that? That still won't explain to me the first error message.
Probably PHP first checks if the target file already exists before copying
to it and removes it if so.
> have temporarily fixed this problem with the following at line 203:
> /* $file_name = $tmp_dir . '/' .
> basename($_FILES['import_file']['tmp_name']); */
> $file_name = $tmp_dir . '/' . 'xxx';
Try what I just committed. This should be fixed now for everyone who had
problems with the new import code.
Jan.
--
http://www.horde.org - The Horde Project
http://www.ammma.de - discover your knowledge
http://www.tip4all.de - Deine private Tippgemeinschaft
From jdebrunn at one.net Sun Dec 8 18:54:49 2002
From: jdebrunn at one.net (Jdebrunn)
Date: Sun, 8 Dec 2002 13:54:49 -0500
Subject: [horde] Login problem solved
Message-ID: <200212081854.NAA16107@rhetoric.nuvox.net>
I solved my problem - turned out I hadn't changed the PHP session directory.
I moved over to a W2K box and the session directory in php.ini was still set
as /tmp. I had set the log directory to the same directory where the
sessions were supposed to be saved and started wondering why I didn't see
any session files.
Now I just have to get everything configured so I can check out the new
modules!
Joe
From admin at webctr.com Sun Dec 8 19:13:29 2002
From: admin at webctr.com (The Web Center, Inc.)
Date: Sun, 8 Dec 2002 14:13:29 -0500
Subject: [horde] Server Error
Message-ID: <01ce01c29eed$e50e1ba0$1102a8c0@king>
I have installed the current versions of Horde and IMP here for
experimentation:
http://vs03.tvsecure.com/~vs03000/horde/test.php
However, any attempt to access the scripts using this domain, or even to
access test.php with a specific domain. produces a permission error:
http://vs03.tvsecure.net/horde/test.php
http://linuxadministration.com/horde/test.php
http://vs03.tvsecure.com/~vs03000/horde/imp/
I am working with the sysadmins on this, but I am also hoping someone else
has run into the same situation and has a few pointers...?
Thanx,
Darrell
From tonni at billy.demon.nl Sun Dec 8 21:00:14 2002
From: tonni at billy.demon.nl (Tony Earnshaw)
Date: 08 Dec 2002 22:00:14 +0100
Subject: [horde] Nice problem, getting to like Horde, cross post
Message-ID: <1039381211.19094.15.camel@localhost>
I've got this nice problem: I'm getting to like Horde.
I'm using CVS HEADs for Horde, Pear, Turba and Imp at the moment (on
Linux/apache 1.3.27, php 4.2.3 =much= modified :-), learned how PHP4
*ought* to be programmed and am mostly full of awe. I still have a lot
to learn/find out.
I promised Eric Rostetter I'd sort my own problems out as much as
possible, and apart from that awful md5 vs. PASSWORD default in the
MySQL create scripts which effs things up for a few, I've kept my word.
I used some help with that - the rest I sorted out for myself.
Couple of questions, maybe Eric can help:
1: OpenOffice.org is looking for groupware and reading
users@groupware.openoffice.org is rather like watching a mentally
disturbed dog chasing its own tail. Does anyone know if OOo is working
with Horde?
2: I use Ximian's Evolution for my mail. Most mailers have a signature
possibility (see below). Where's the signature possibility in Imp?
Best,
Tony
--
Tony Earnshaw
When all's said and done ...
there's nothing left to say or do.
e-post: tonni@billy.demon.nl
www: http://www.billy.demon.nl
From growe at woodvale.on.ca Sun Dec 8 21:49:58 2002
From: growe at woodvale.on.ca (growe@woodvale.on.ca)
Date: Sun, 8 Dec 2002 16:49:58 -0500
Subject: [horde] Little Problem...
Message-ID: <1039384198.3df3be86b8edf@www.woodvale.on.ca>
As soon as I try to access kronolith I get these errors...
Notice: Undefined index: calendar in /var/www/html/horde/kronolith/lib/base.php
on line 70
Notice: Undefined index: calendar in /var/www/html/horde/kronolith/lib/base.php
on line 70
Fatal error: Call to a member function on a non-object
in /var/www/html/horde/kronolith/lib/base.php on line 71
From growe at woodvale.on.ca Sun Dec 8 22:02:06 2002
From: growe at woodvale.on.ca (growe@woodvale.on.ca)
Date: Sun, 8 Dec 2002 17:02:06 -0500
Subject: [horde] Access is denied
Message-ID: <1039384926.3df3c15e988d8@www.woodvale.on.ca>
When I access horde the pages seem to load fine but I get an error saying...
Access is denied.
Why?
To see what I am talking about check out http://woodvale.on.ca/horde
You won't have to login to see the error.
Thanks,
Glenn
From luc at delouw.ch Sun Dec 8 22:07:48 2002
From: luc at delouw.ch (Luc de Louw)
Date: Sun, 08 Dec 2002 23:07:48 +0100
Subject: [horde] [PATCH] for passwd to support shadow style password
Message-ID: <3DF3C2B4.30101@delouw.ch>
Hi all,
I just made some changes to Hordes passwd/Drivers/sql.php to enable
usage of shadow encrypted passwords.
The change is actually, that first the encyrpted password is queried
from the db to have the needed salt
http://www.stanford.edu/group/itss-ccs/security/unix/Linux/Shadow-Password-HOWTO-2.html
is a source what I tought making this.
This makes sense if people had migrated from oldstyle unix-accounts to
a SQL based authentication using a virtual system. So no new passwords
are needed
for the clients. Just a script needs to be done to import the passwords
from /etc/shadow to
the database.
I'll do also the same for mysql-style encryption.
If there is a general interest, I'll also clean up the stuff a bit.
Hopefully I did not overseen somthing grave in terms of security, please
have a look.
Feedback is welcome
rgds
Luc
-------------- next part --------------
diff -Naur passwd-2.1/lib/Driver/sql.php passwd/lib/Driver/sql.php
--- passwd-2.1/lib/Driver/sql.php 2002-10-09 10:51:02.000000000 -0700
+++ passwd/lib/Driver/sql.php 2002-12-07 19:26:40.000000000 -0800
@@ -129,10 +129,22 @@
/* _connect() will die with Horde::fatal() upon failure. */
// $this->_connect();
+ /* First get the encrypted password out of the database to have the salt */
+
+ $query = 'SELECT ' . $this->params['pass_col'] . ' FROM ' . $this->params['table'];
+ $query .= ' WHERE ' . $this->params['user_col'] . ' = ' . $this->db->quote($user);
+
+ $result = $this->db->query($query);
+
+ if (!DB::isError($result)) {
+ $row=$result->fetchRow($result,0,$this->params['pass_col']);
+ $oldPassword = trim(crypt($oldPassword,$row[0]));
+ }
+
/* Build the SQL query. */
$query = 'SELECT ' . $this->params['user_col'] . ' FROM ' . $this->params['table'];
$query .= ' WHERE ' . $this->params['user_col'] . ' = ' . $this->db->quote($user);
- $query .= ' AND ' . $this->params['pass_col'] . ' = ' . $this->db->quote(md5($oldPassword));
+ $query .= ' AND ' . $this->params['pass_col'] . ' = ' . $this->db->quote($oldPassword);
/* Execute the query. */
$result = $this->db->query($query);
@@ -183,7 +195,8 @@
break;
case "crypt":
// The salt is left out, generated by php
- $change_info["userPassword"] = "{crypt}" . crypt($newPassword);
+ $change_info["userPassword"] = crypt($newPassword,substr($newPassword,0,2));
+ $newPassword = crypt($newPassword,substr($newPassword,0,2));
break;
case "md5":
$change_info["userPassword"] = md5($newPassword);
@@ -199,7 +212,7 @@
// now that we know that user exist and old password is correct, change the password
/* Build the SQL query. */
$query = 'UPDATE ' . $this->params['table'];
- $query .= ' set ' . $this->params['pass_col'] . ' = ' . $this->db->quote(md5($newPassword));
+ $query .= ' set ' . $this->params['pass_col'] . ' = ' . $this->db->quote($newPassword);
$query .= ' WHERE ' . $this->params['user_col'] . ' = ' . $this->db->quote($user);
/* Execute the query. */
From eric.rostetter at physics.utexas.edu Sun Dec 8 22:41:26 2002
From: eric.rostetter at physics.utexas.edu (Eric Rostetter)
Date: Sun, 8 Dec 2002 16:41:26 -0600
Subject: [horde] configuring of horde failed
In-Reply-To: <3DF2E7FB.80700@delouw.ch>
References: <3DF2E7FB.80700@delouw.ch>
Message-ID: <1039387286.3df3ca96d94a7@mail.ph.utexas.edu>
Quoting Luc de Louw :
> After configuring I got the error:
>
> Some of Horde's configuration files are missing......
Either you didn't copy the config/*.php.dist file to config/*.php, or
you've hit on a rare path problem that can be easily fixed by changing
the index.php file. Change all the references of the format:
@file_exists('./config/file.php')
to
@file_exists(HORDE_BASE . '/config/file.php')
(where file.php will be various filenames such as conf.php, html.php, etc).
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Why get even? Get odd!
From eric.rostetter at physics.utexas.edu Sun Dec 8 22:45:33 2002
From: eric.rostetter at physics.utexas.edu (Eric Rostetter)
Date: Sun, 8 Dec 2002 16:45:33 -0600
Subject: [horde] Nice problem, getting to like Horde, cross post
In-Reply-To: <1039381211.19094.15.camel@localhost>
References: <1039381211.19094.15.camel@localhost>
Message-ID: <1039387533.3df3cb8dd1f70@mail.ph.utexas.edu>
Quoting Tony Earnshaw :
> 1: OpenOffice.org is looking for groupware and reading
> users@groupware.openoffice.org is rather like watching a mentally
> disturbed dog chasing its own tail. Does anyone know if OOo is working
> with Horde?
No idea.
> 2: I use Ximian's Evolution for my mail. Most mailers have a signature
> possibility (see below). Where's the signature possibility in Imp?
Is already in IMP, as a preference setting. IMP->Options->
Personal Information -> Edit your identities.
Select the identity you want, and enter the signature.
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Why get even? Get odd!
From maik.caro at viebranz.de Mon Dec 2 00:55:32 2002
From: maik.caro at viebranz.de (Maik Caro)
Date: Fri Feb 4 10:07:45 2005
Subject: [horde] Required IMAP functions were not found
Message-ID: <001c01c299e0$92955760$ca01a8c0@netservice.viebranz.de>
I got everything running on a Suse 8.
Then I copied everything to my gentoo mailserver and I get the following
error after tring to log in:
Auth_imap: Required IMAP functions were not found.
I have horde 2.1 and IMP 3.1 installed.
The test.php from horde looks good.
The tets.php from IMP returns the following error after testing the IMAP
support:
Fatal error: Call to undefined function: imap_open() in
/home/httpd/htdocs/horde/imp/test.php on line 157
Any idea
From jan at horde.org Mon Dec 2 02:26:41 2002
From: jan at horde.org (Jan Schneider)
Date: Fri Feb 4 10:07:45 2005
Subject: [horde] changing appearance
In-Reply-To: <000a01c299c6$4fd3cc50$0201a8c0@designer>
References: <000a01c299c6$4fd3cc50$0201a8c0@designer>
Message-ID: <1038824801.3deb3561e9a08@jan.dip.ammma.net>
Zitat von "J. Duke Rogers" :
> Hi,
> I'm using horde, imp, and turba. The FAQ says to change the
> appearance u edit config/html.php and app/config/html.php, but that says
> for 2.x, nothing is listed for 3.x. anyway I tried that and nothing
> looks like it has changing. eg. I've tried to change the background
> color globally and I see no change..
Style sheets are cached by default. Disable css caching in config/horde.php
and empty your browser's cache.
Jan.
--
http://www.horde.org - The Horde Project
http://www.ammma.de - discover your knowledge
http://www.tip4all.de - Deine private Tippgemeinschaft
From eculp at encontacto.net Mon Dec 2 06:40:52 2002
From: eculp at encontacto.net (eculp@encontacto.net)
Date: Fri Feb 4 10:07:45 2005
Subject: [horde] changing appearance
Message-ID: <1038840052.3deb70f4a8aca@Mail.EnContacto.Net>
Quoting Jan Schneider :
| Zitat von "J. Duke Rogers" :
|
| > Hi,
| > I'm using horde, imp, and turba. The FAQ says to change the
| > appearance u edit config/html.php and app/config/html.php, but that says
| > for 2.x, nothing is listed for 3.x. anyway I tried that and nothing
| > looks like it has changing. eg. I've tried to change the background
| > color globally and I see no change..
|
| Style sheets are cached by default. Disable css caching in config/horde.php |
and empty your browser's cache.
I assume that you have already looked at the available themes in prefs? If
there isn't one that looks exactly as I want, I prefer to copy the most similar
one of the themes to another name and edit it, leaving the basic horde install
clean for updates.
ed
-------------------------------------------------
From tonni at billy.demon.nl Mon Dec 2 08:27:21 2002
From: tonni at billy.demon.nl (Tony Earnshaw)
Date: Fri Feb 4 10:07:45 2005
Subject: [horde] I've done something daft
Message-ID: <1038846439.1083.24.camel@localhost>
Hi list,
I did this whacky thing.
Because the ed (eculp@encontacto.net) suggested it and because I
couldn't get the Auth::singleton thing to work for love nor money with
Horde 2.1, I downloaded the HEAD Horde module CVS head.
Dunno how it works, but while I'm normally throttled off at max. 3.1
Kb/s on an ftp 56 Kb/s for extended ftp downloads, this CVS stuff came
in at around 8 Kb/s. So my phone bill won't even be that much :-)
So now I have to start all over again with HEAD. Don't mind, 'cos I'm
learning new PHP4 stuff all the time.
Question: Can I even hope for help with configuring Horde (not Turba,
not Imp at the moment) HEAD with MySQL? If I need it, that is, and if I
can't figure things out?
For the sake of order, there's absolutely nothing wrong with my Apache
1.3.27 nor PHP 4.2.3; it all works perfectly (test.php).
Best,
Tony
--
Tony Earnshaw
When all's said and done ...
there's nothing left to say or do.
e-post: tonni@billy.demon.nl
www: http://www.billy.demon.nl
From eric.rostetter at physics.utexas.edu Mon Dec 2 08:46:44 2002
From: eric.rostetter at physics.utexas.edu (Eric Rostetter)
Date: Fri Feb 4 10:07:45 2005
Subject: [horde] Log log by another PHP applicatin
In-Reply-To: <1038329766.3de3a7a6a5eb5@195.39.93.206>
References: <1038329766.3de3a7a6a5eb5@195.39.93.206>
Message-ID: <1038847604.3deb8e74186b5@mail.ph.utexas.edu>
Quoting erik.sandu@inekon.cz:
> How i log to horde from another PHP application withoult writing username and
> passwd on the login screen ???? Thanks Erixon
I think you might be able to do this via IMP authentication and using
horde/imp/redirect.php ???
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Why get even? Get odd!
From chuck at horde.org Mon Dec 2 08:49:14 2002
From: chuck at horde.org (Chuck Hagenbuch)
Date: Fri Feb 4 10:07:45 2005
Subject: [horde] Support Horde, get a discount on Zend products
Message-ID: <1038847754.3deb8f0ade3f6@marina.horde.org>
The Horde Project is pleased to annouce that Horde users are now
entitled to a 12% discount on the Zend Performance Suite, a new Zend
product which includes the Zend Accelerator along with some new
acceleration and caching tools as well. Academic institutions get an
even deeper discount of 37% - the 12% Horde discount plus the 25%
academic discount.
This should be of interest to large ISPs, universities, and anyone
running a large or heavily loaded Horde installation. Horde's
object-oriented code is exactly the kind of code that benefits the
most from an accelerator. The accelerator ensures that our classes
only need to be parsed once, which makes the accelerated code
available quickly every time it's needed.
Finally, a portion of the proceeds from any sales made to a Horde user
go to benefit the Horde Project, supporting development, maintenance
of domains and certificates, etc. In case you needed one more reason
to go for it. :)
See http://www.horde.org/zend/ for more information and details.
-chuck
--
Charles Hagenbuch,
Horde Project leader and founder: http://www.horde.org/
Resume: http://marina.horde.org/chuck/resume.pdf
From eric.rostetter at physics.utexas.edu Mon Dec 2 10:43:16 2002
From: eric.rostetter at physics.utexas.edu (Eric Rostetter)
Date: Fri Feb 4 10:07:45 2005
Subject: [horde] wu-ftpd and language
In-Reply-To: <1038424238.3de518aebc24a@www.edu.haapavesi.fi>
References: <1038424238.3de518aebc24a@www.edu.haapavesi.fi>
Message-ID: <1038854596.3deba9c4cf866@mail.ph.utexas.edu>
Quoting Markus ?versti :
> Just happened something interesting. I have webserver (RH 8.0, horde 2.0, imp
> 3.0, php-4.2.2-8.0.5, httpd-2.0.40-8 (apache)).
I have a similar setup, but with CVS HEAD of Horde/IMP/etc.
> I installed wu-ftp-server to that server, and language selection stopped to
> work. Language changed to english and changing language in preferences or in
> login screen didn't work.
>
> Then I removed wu-ftpd and... language selection started to work. Weird?!
Very weird. My setup seems to work fine. But I installed wu-ftp at the
system installation time, then installed Horde/IMP.
> (Yes, I know some ppl with troubles with language. Do you have wu-ftp in
> server?)
Yes, and it seems to work fine. But my installation order was different,
and my Horde/IMP is more recent.
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Why get even? Get odd!
From eric.rostetter at physics.utexas.edu Mon Dec 2 11:16:17 2002
From: eric.rostetter at physics.utexas.edu (Eric Rostetter)
Date: Fri Feb 4 10:07:45 2005
Subject: [horde] Horde/IMP problems
In-Reply-To: <5.1.1.6.0.20021127214809.02703c58@mail.rootservices.net>
References: <5.1.1.6.0.20021127214809.02703c58@mail.rootservices.net>
Message-ID: <1038856577.3debb181d4685@mail.ph.utexas.edu>
Quoting Jeremy May :
> when i login i get the following errors and was wondering WHY!
>
You don't have imap support built into your php.
> Notice: Use of undefined constant SORTARRIVAL - assumed 'SORTARRIVAL' in
> /www/rootservices.net/horde/imp/config/prefs.php on line 502
> how can i fix it?
Add imap support to your php. If you build your own, recompile with imap
support. If using RPMS then install the php-imap* rpm(s). And so on
depending on how you install stuff.
> Jeremy May
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Why get even? Get odd!
From eric.rostetter at physics.utexas.edu Mon Dec 2 12:25:24 2002
From: eric.rostetter at physics.utexas.edu (Eric Rostetter)
Date: Fri Feb 4 10:07:45 2005
Subject: [horde] changing appearance
In-Reply-To: <000a01c299c6$4fd3cc50$0201a8c0@designer>
References: <000a01c299c6$4fd3cc50$0201a8c0@designer>
Message-ID: <1038860724.3debc1b455740@mail.ph.utexas.edu>
Quoting "J. Duke Rogers" :
> Hi,
> I'm using horde, imp, and turba. The FAQ says to change the
> appearance u edit config/html.php and app/config/html.php, but that says
> for 2.x, nothing is listed for 3.x.
It is for Horde 1.x (previous release) and Horde 2.x (current release).
You are probably mixing up the Horde and IMP release version numbers?
The Horde 2.x comments address all Horde 2.x versions, plus the current
CVS HEAD with the exceptions of Themes in CVS HEAD.
> anyway I tried that and nothing
> looks like it has changing. eg. I've tried to change the background
> color globally and I see no change..
They are cached for the session, and some browsers cache them, so be sure
to logout, quite the browser, and then log back in.
> Thanks,
> -duke
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Why get even? Get odd!
From eric.rostetter at physics.utexas.edu Mon Dec 2 12:26:29 2002
From: eric.rostetter at physics.utexas.edu (Eric Rostetter)
Date: Fri Feb 4 10:07:45 2005
Subject: [horde] Required IMAP functions were not found
In-Reply-To: <001c01c299e0$92955760$ca01a8c0@netservice.viebranz.de>
References: <001c01c299e0$92955760$ca01a8c0@netservice.viebranz.de>
Message-ID: <1038860789.3debc1f5bbfe1@mail.ph.utexas.edu>
Quoting Maik Caro :
> Auth_imap: Required IMAP functions were not found.
Sounds like you don't have imap support built into php?
> The tets.php from IMP returns the following error after testing the IMAP
> support:
> Fatal error: Call to undefined function: imap_open() in
> /home/httpd/htdocs/horde/imp/test.php on line 157
Ditto.
> Any idea
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Why get even? Get odd!
From rmillerd at rmsm.net Mon Dec 2 23:16:27 2002
From: rmillerd at rmsm.net (Rob Millerd)
Date: Fri Feb 4 10:07:45 2005
Subject: [horde] Config Problem
Message-ID:
Hi,
I'm having problems configuring an installation of horde. When I look at
the test.php this is what I get:
I've downloaded the latest pear from the ftp site and installed it
successfully but still cannot get horde to work. Does the pear errors have
anything to do with my troubles?
Thanks
Rob
P.S. I am specifically having problems configuring CMS. When I login I get
a blank top page with all the installed modules along the bottom. What
could i be doing wrong?
Horde Versions
a.. Horde: 3.0-cvs
b.. IMP: 4.0-cvs (run IMP tests)
c.. Turba: 2.0-cvs
d.. Ingo: 0.1-cvs (run Ingo tests)
e.. Kronolith: 2.0-cvs
f.. Jonah: 0.0.3-cvs (run Jonah tests)
g.. Mnemo: 2.0-cvs
h.. Nag: 2.0-cvs
i.. Hermes: 0.0.1-cvs
j.. Accounts: 2.0.1-cvs
k.. Forwards: 2.0.1-cvs
l.. Passwd: 2.0.1-cvs
m.. Vacation: 2.0.1-cvs
n.. Odin: 2.0-cvs
PHP Version
a.. View phpinfo() screen
b.. View loaded extensions
c.. PHP Version: 4.2.3
d.. PHP Major Version: 4.2
e.. PHP Minor Version: 3
f.. PHP Version Classification: release
g.. You are running a supported version of PHP.
PHP Module Capabilities
a.. Ctype Support: Yes
b.. DOM XML Support: Yes
c.. FTP Support: Yes
d.. Gettext Support: Yes
e.. IMAP Support: Yes
f.. LDAP Support: No
g.. MCAL Support: No
h.. Mcrypt Support: No
i.. MySQL Support: Yes
j.. OpenSSL Support: Yes
k.. PostgreSQL Support: No
l.. XML Support: Yes
Miscellaneous PHP Settings
a.. magic_quotes_runtime disabled: Yes
b.. file_uploads enabled: Yes
c.. safe_mode disabled: Yes
d.. trans_sid disabled: Yes
PHP Sessions
a.. Session counter: 14
b.. To unregister the session: click here
PEAR
a.. PEAR - Yes
b.. Recent PEAR - No
c.. This version of PEAR is not recent enough. See the Horde PEAR page for
details.
d.. Mail::RFC822 - Yes
e.. Mail_Mime - No
f.. You do not have the Mail_Mime package installed on your system. See
the INSTALL file for instructions on how to install the package.
g.. Log - Yes
h.. DB - Yes
i.. Net_Socket - Yes
j.. File_CSV - No
k.. Horde will work without the File_CSV class, but there may be errors
when importing some CSV files.
l.. Crypt_HCEMD5 - Yes
m.. Date_Calc - Yes
n.. HTML_Common/HTML_Select - Yes
From horde at abismo.org Tue Dec 3 03:25:35 2002
From: horde at abismo.org (horde@abismo.org)
Date: Fri Feb 4 10:07:46 2005
Subject: [horde] Some comments/bug fixes
Message-ID:
Hi there!
I'm currently using the stable release of horde/imp/turba (RedHat rpms
from horde site). Some issues came up, some of which I think are already
corrected in the HEAD version, but maybe should be corrected in the
stable version as they are bugs??
Just in case this might be of interest, I'm listing the problems and
fixes I came up with (not always the best way, I admit :) ). To avoid
spamming the several lists, I'm including all the changes here. If the
developers think it is worth while, they can forward to the relevant
people.
Just to end off, I would like to thank the developers.
Allthough the code structure is slightly complex, once you spend a
little time on it you can do anything relativly easily!
Thanks for the good work!
##### IMP BUG #######################################################
First logon -> 1970 + 1 sec
imp/lib/IMP.php
$last_login = $prefs->getValue('last_login');
returns 1 on null entry
FIX:
if ($actionID == IMP_LOGIN || !empty($imp['_login'])) {
/* Get UNIX timestamp of the last time the user logged in. */
$last_login = $prefs->getValue('last_login');
if($last_login == 1)
$last_login=0;
##### IMP REQUEST ####################################################
[hook][from]
difficult to get user "from" for hook function
(for someone how doesn't know the data structure!)
Pass alternate address so that function is independant of rest
FIX:
lib/Identity/IMP.php
$val = $this->getValue('from_addr', $ident);
if (!empty($conf['hooks']['from']) && function_exists($conf['hooks']['from'])) {
$val = call_user_func($conf['hooks']['from'], $imp,$val);
}
#### HORDE CVS BUG? #################################################
Sessions to database
lib/SessionHandler/mysql.php
$query = sprintf('SELECT session_data FROM %s WHERE session_id = %s',
$this->_params['table'], $this->quote($id));
The function "quote" does not add outer "'"
ie: quote(5605f2d395896da6ba585551b0d332a1) =
5605f2d395896da6ba585551b0d332a1
=> error in query
QUICK FIX:
function quote($value)
{
static $quote;
if (!isset($quote)) {
$quote = function_exists('mysql_real_escape_string') ?
'mysql_real_escape_string' :
'mysql_escape_string';
}
return "'" . $quote($value) . "'";
}
#### IMP BUG ##########################################################
After a session expires, you are unable to logon using the resulting
logon page.
Steps:
Logon
Delete ticket
Try read msg -> session time out
Try logon on that page -> always session timeout
The problem is in
imp/redirect.php
The correct session information was not being used when the form field
"url" was set.
DIRTY FIX:
< $url = Horde::getFormData('url');
< if ($url) {
< $pattern = session_name() . "=\w+";
< $replacement = session_name() . "=" . session_id();
< $url = preg_replace("($pattern)",$replacement, $url);
< header('Location: ' . $url);
---
> if (Horde::getFormData('url')) {
> header('Location: ' . Horde::getFormData('url'));
This fixed it, although since the messageId of the email is missing from
the url, an error is given when logged on (see next BUG).
At least the user can log on again :)
### IMP BUG ##########################################################
When a user tries to read a message when msgId is not given -> error
#I think this is fixed in CVS
imp/message.php
no checking of $imp['msgl'] is done!
This is fatal if php's display_errors is set to "On" (sends output
before headers):
FIX:
$index = Horde::getFormData('index');
if(!$imp || !isset($imp['msgl'])){
header('Location: ' . Horde::applicationUrl('mailbox.php?actionID=' . MESSAGE_MISSING, true));
exit;
}
$sorted = explode(':', $imp['msgl']);
#### General request #################################################
Missing documentation:
How to translate help files
(use CVS translations.php... have to get HEAD version working to
use this... Since I didn't, don't know what it really does)
##### GERNERAL doc ###################################################
IE: version 5.50*
Refresh on browser button -> page gets mangled
Known IE issue with ssl 128bits
FIX:
Upgrade to IE 6 :(
###### GERNERAL doc ##################################################
Hide path name in URL
DocRoot for ALL components must be set in horde config/registry.php
(off course... but faq doesn't say... ;) )
PBCM -> problem between chair + monitor
--
If a man has a strong faith he can indulge in the luxury of skepticism.
-- Friedrich Nietzsche
---
Jose' Carlos
From Dominique.Dalponte at utbm.fr Tue Dec 3 03:39:58 2002
From: Dominique.Dalponte at utbm.fr (dominique.dalponte@utbm.fr)
Date: Fri Feb 4 10:07:46 2005
Subject: [horde] stable version
Message-ID: <1038915597.3dec980e047a6@webmail.utbm.fr>
hello the team horde
I have a little question,
I use the stable version in production (2000 users, imp, turba, kronolith etc),
when you found a bug, is it correct in the stable version files or just on
the head version ? is there patch or new version of the "stable version" (just
with the corrected bug but not new fonctionnalite like the head version) ?
is there a simple way to correct the bug of the stable version ? (I am on
production) ?
regards
dom
--
Dominique Dalponte
Utbm, Centre de Ressource en informatique
90010 Belfort Cedex, France
t?l : 03/84/58/31/49 http://www.utbm.fr
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
From mfellman at xs4all.nl Tue Dec 3 04:06:36 2002
From: mfellman at xs4all.nl (Marc Fellman)
Date: Fri Feb 4 10:07:46 2005
Subject: [horde] CVS version and categories
Message-ID: <1038917196.3dec9e4c62a4d@fellsoft.homeip.net>
Hi All,
I have tried to update my CVS horde install to the latest CVS version yesterday
after running for 2 weeks with the previous update from CVS. I was smart enough
to backup the MySQL database and horde directorie before the CVS update because
there seems to be something very different with the categories table of Horde.
Is there someone out there that has written a script to do a update of the
categories table? I saw that the order field was added to the table.
I hope to be able to keepup with the CVS version because Horde is one of the
best things to manage mail (and more) from anywhere on the world on the home-
computer. Keep up the good work Horde-developers!!
Kind Regards,
Marc Fellman
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
From cableronge at cableronge.sk.ca Tue Dec 3 07:00:45 2002
From: cableronge at cableronge.sk.ca (Cable Ronge Inc.)
Date: Fri Feb 4 10:07:46 2005
Subject: [horde] webmail
Message-ID: <001801c29adc$d5edf6a0$0c8eaed8@cableosuryb5cr>
When I send email using webmail it says the mail is coming from someone other than myself. I've gone into options and entered the correct information. It says it has saved the changes but when I send mail it still says it is coming from someone else. When I send mail from my own computer using Outlook, the correct information is displayed. How do I change this in webmail?
From rmillerd at rmsm.net Tue Dec 3 09:49:37 2002
From: rmillerd at rmsm.net (Rob Millerd)
Date: Fri Feb 4 10:07:46 2005
Subject: [horde] Config Problem
In-Reply-To: <1038929016.3deccc7855748@mail.ph.utexas.edu>
References:
<1038929016.3deccc7855748@mail.ph.utexas.edu>
Message-ID: <1038937777.3deceeb186e34@webmail.rmsm.net>
I looked at the code for the test.php and found that it was looking for
PEAR::registerShutdownFunc() in an array from get_class_methods('PEAR'). And
when i did a print_r($pear_methods) registerShutdownFunc was not in the array.
How can i check for this function in my pear installation.
Also, what does the Mail_Mime have to do with CMS? just wondering?
Thanks
Rob
Quoting Eric Rostetter :
> Quoting Rob Millerd :
>
> > I've downloaded the latest pear from the ftp site and installed it
> > successfully but still cannot get horde to work. Does the pear errors
> have
> > anything to do with my troubles?
>
> Probably.
>
> > a.. PEAR - Yes
> > b.. Recent PEAR - No
> > c.. This version of PEAR is not recent enough. See the Horde PEAR page
> for
> > details.
>
> This error is sometimes bogus, but could be legit... See recent mailing list
> archives.
>
> > d.. Mail::RFC822 - Yes
> > e.. Mail_Mime - No
> > f.. You do not have the Mail_Mime package installed on your system. See
> > the INSTALL file for instructions on how to install the package.
>
> This is the module that will cause you problems. Either Mail_Mime is
> missing
> or not located within the PEAR directory structure where Horde expects it to
> be.
>
> The other errors shouldn't be show stoppers.
>
> --
> Eric Rostetter
> The Department of Physics
> The University of Texas at Austin
>
> Why get even? Get odd!
>
From tonni at billy.demon.nl Tue Dec 3 10:29:21 2002
From: tonni at billy.demon.nl (Tony Earnshaw)
Date: Fri Feb 4 10:07:46 2005
Subject: [horde] Config Problem
In-Reply-To: <1038937777.3deceeb186e34@webmail.rmsm.net>
References:
<1038929016.3deccc7855748@mail.ph.utexas.edu>
<1038937777.3deceeb186e34@webmail.rmsm.net>
Message-ID: <1038940158.12010.10.camel@localhost>
tir, 2002-12-03 kl. 18:49 skrev Rob Millerd:
> I looked at the code for the test.php and found that it was looking for
> PEAR::registerShutdownFunc() in an array from get_class_methods('PEAR'). And
> when i did a print_r($pear_methods) registerShutdownFunc was not in the array.
> How can i check for this function in my pear installation.
> Also, what does the Mail_Mime have to do with CMS? just wondering?
This only applies to the HEAD stuff from yesterday, but I came to the
conclusion that HEAD test.php is putting out *so* much shoot, that it
should be ignored as any indicator of what I (at least) have working.
It doesn't recognize my (working) PHP4.2.3 Openssl, it doesn't recognize
PEAR, it doesn't recognize Mail_Mime, it doesn't recognize safe_mode,
etc, etc.
Whereas the 2.1 test.php recognizes everything quoted above.
And yes, I've been through the code and came to the same conclusions as
you.
Best,
Tony
--
Tony Earnshaw
When all's said and done ...
there's nothing left to say or do.
e-post: tonni@billy.demon.nl
www: http://www.billy.demon.nl
From chuck at horde.org Tue Dec 3 13:10:31 2002
From: chuck at horde.org (Chuck Hagenbuch)
Date: Fri Feb 4 10:07:46 2005
Subject: [horde] Nightly snapshots now available
Message-ID: <1038949831.3ded1dc7ad8cb@marina.horde.org>
The Horde Project is pleased to announce that http://snaps.horde.org/ will
now take you to a portion of our FTP site holding tarballs for every
application in the Horde CVS repository, generated every night (PST) from
the latest HEAD code. We'll keep about 7 days worth at any given time.
Enjoy!
-chuck
--
Charles Hagenbuch,
Horde Project leader and founder: http://www.horde.org/
Resume: http://marina.horde.org/chuck/resume.pdf
From wurst at eminenz.ath.cx Tue Dec 3 14:40:08 2002
From: wurst at eminenz.ath.cx (wurst@eminenz.ath.cx)
Date: Fri Feb 4 10:07:46 2005
Subject: [horde] None
Message-ID: <1038955208.3ded32c8246f9@eminenz.ath.cx>
i tried everything, searched the whole archive. none of it is working. it
remains english, no matter what i select. themes are not working (not
changing/saving) as well.
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
From tdondich at majiknetworks.com Tue Dec 3 17:03:29 2002
From: tdondich at majiknetworks.com (Taylor Dondich)
Date: Fri Feb 4 10:07:46 2005
Subject: [horde] Success Story With Horde!
Message-ID: <3DED5461.5060202@majiknetworks.com>
I just wanted to write out a big thank you to the development team
behind Horde and the modules. I've got a bit of praise to sing and I'd
like to all tell you my story.
A Real Estate firm in town has three locations. They were using a
standard pop3 mail service and would download it into Outlook 2000. The
owner came to me and wanted to know if there was a better solution where
they can begin sharing data together and having their mail follow them
around (they had roaming computers). I quickly gave them a firm yes and
without really knowing, didn't have a solution that I could give them.
At the time, I was running Qmail with Courier-Imap, with SquirrelMail as
the web-end. After setting their mail services up and showing the
owner(s) the system, they really didn't agree with it. It couldn't
integrate into Outlook, the webmail interface was flimsy at best and
SquirrelMail's calendaring and addressbook plug-ins just were not robust
enough.
With despair, I took my Thanksgiving holiday vacation and sat down to
research other solutions. One of the first was IMP and I researched the
usability and the demo site available at www.horde.org. My excitement
began and I saw the immediate flexability of this system. In only two
days, I had a complete working system for the client and I believed it
met all their needs (perhaps not one or two, but I'll get into that
later). After visiting the client and having a huge meeting showing the
usage of the system, everyone seemed very happy with the result. As I
left the client site, I noticed that not one copy of Outlook was
running. Everyone was using the web mail solution powered by Horde.
I think it's only reasonable to give some detail to the site's
configuration so if anyone sees another way to better it or perhaps try
something different, they can let me know.
As for the server side, I have a Dell PowerEdge 500SC dedicated to their
mail. It's running QMail as the MTA and Courier-IMAP to provide mail
folder and mail agent services.
On the Horde Side, I am running all CVS code in a production environment
and so far, not too many problems. The modules I'm currently running
are: Horde Framework/IMP/Turba/Kronolith/Mneo/Gollem/Nag. All are CVS
code. For User authentication, I'm using IMP's imap authentication.
This kind of limits the flexability of setting permissions for the VFS
in Gollum, I'm looking for a way to go around that. Shared Addressbooks
are done via setting up two mysql driver driven addressbooks, one being
public for the global addressbook.
My only question is, is it possible to instead of being unable to create
users because of IMP's authentication, but create users automatically
upon login with IMP, the only restriction being you can't change the
password. That way you can continue to setup groups and assign
permissions to gollum and such.
Also, I have been unable to get any functionality of shared calendaring,
anyone's advice would be useful. Also, is there soon to be a feature of
assigning tasks to other people?
One last thing that they have requested. They have wanted to look into
the functionality of synching with their Palm'. Is this in any sort of
development, and if not, can I assist in anyway furthering the project?
I'd love to get involved and I am a decent PHP developer.
Thanks to you developers!
Taylor Dondich
From jabidi at wanadoo.fr Tue Dec 3 19:01:21 2002
From: jabidi at wanadoo.fr (Jonathan Abidi)
Date: Fri Feb 4 10:07:46 2005
Subject: [horde] configuration problem
Message-ID: <1038970882.1259.2.camel@Shai-Hulud>
Hi all,
I have install Horde on my Red Hat 8.0, all seems to be ok but I got
this error message when I lauch the test.php file :
Failed opening '/home/httpd/horde:/home/httpd/php' for inclusion
(include_path='.:/usr/share/pear') in Unknown on line 0
and I got a blank page when I go to the web site with my navigateur.
please help me =)
Jonathan
From alois.blasbichler at sb-brixen.it Wed Dec 4 02:01:04 2002
From: alois.blasbichler at sb-brixen.it (alois blasbichler)
Date: Fri Feb 4 10:07:46 2005
Subject: [horde] turba with openldap with schemacheck on
Message-ID: <1038996064.3dedd260e4d9c@titan.sb-brixen.it>
hello list
my question :
is there sombody who have running successfully turba with ldap (with openldap
2.1.xx) with a personal-addressbook in LDAP and schemacheck=ON ?
i have installed all this sccessfully with schemacheck=OFF
but with schemacheck=ON i get an error when i add and modify my entries
thank you luis
From pratik at vadodaramail.net Wed Dec 4 02:34:02 2002
From: pratik at vadodaramail.net (pratik@vadodaramail.net)
Date: Fri Feb 4 10:07:46 2005
Subject: [horde] " Syntax Error "
Message-ID: <1038998042.3dedda1a0a0a9@mail.vadodaramail.net>
Hello
I have configured with multiple domains, some domains belong on the server were
horde belongs & some domains are on other servers I have successfully configured
the other domains of the server in servers.php the users & login & read messages
but while sending message the sends but on other side the user gets the
following as an email address " Username@Syntax Error "
Can somebody guide me what can be the problem
Thanking for help
--
Pratik
Ultra Infotech
Linux SystemAdmin
ICQ # 51830877
-----------------------------------------------------
This mail sent through http://mail.vadodaramail.net/
From eculp at encontacto.net Wed Dec 4 05:20:19 2002
From: eculp at encontacto.net (eculp@encontacto.net)
Date: Fri Feb 4 10:07:46 2005
Subject: [horde] turba with openldap with schemacheck on
In-Reply-To: <1038996064.3dedd260e4d9c@titan.sb-brixen.it>
References: <1038996064.3dedd260e4d9c@titan.sb-brixen.it>
Message-ID: <1039008019.3dee0113c6cdb@Mail.EnContacto.Net>
Quoting alois blasbichler :
| hello list
|
| my question :
| is there sombody who have running successfully turba with ldap (with
| openldap
| 2.1.xx) with a personal-addressbook in LDAP and schemacheck=ON ?
|
| i have installed all this sccessfully with schemacheck=OFF
I'm not using 2.1 yet but am considering the upgrade. Have you checked
the log files to determine the attributes that are not present in your
included schemas?
ed
|
| but with schemacheck=ON i get an error when i add and modify my entries
|
| thank you luis
|
| --
| Horde mailing list
| Frequently Asked Questions: http://horde.org/faq/
| To unsubscribe, mail: horde-unsubscribe@lists.horde.org
|
--
-------------------------------------------------
From alois.blasbichler at sb-brixen.it Wed Dec 4 06:48:09 2002
From: alois.blasbichler at sb-brixen.it (alois blasbichler)
Date: Fri Feb 4 10:07:46 2005
Subject: [horde] turba with openldap with schemacheck on
In-Reply-To: <1039008019.3dee0113c6cdb@Mail.EnContacto.Net>
References: <1038996064.3dedd260e4d9c@titan.sb-brixen.it>
<1039008019.3dee0113c6cdb@Mail.EnContacto.Net>
Message-ID: <1039013289.3dee15a9c2e7c@titan.sb-brixen.it>
Zitiere eculp@encontacto.net:
> Quoting alois blasbichler :
>
> | hello list
> |
> | my question :
> | is there sombody who have running successfully turba with ldap
> (with
> | openldap
> | 2.1.xx) with a personal-addressbook in LDAP and schemacheck=ON ?
> |
> | i have installed all this sccessfully with schemacheck=OFF
>
> I'm not using 2.1 yet but am considering the upgrade. Have you
> checked
> the log files to determine the attributes that are not present in your
>
> included schemas?
when i want to add an entry in my addressbook i get the error:
slapd[21900]: conn=12 op=2 RESULT tag=105 err=65 text=invalid structur
al object class chain (pilotPerson/organizationalPerson)
have i manually change my schemas ?
ther are patches or schema-modification for turba ?
luis
>
> ed
>
> |
> | but with schemacheck=ON i get an error when i add and modify my
> entries
> |
> | thank you luis
> |
From eculp at encontacto.net Wed Dec 4 09:03:12 2002
From: eculp at encontacto.net (eculp@encontacto.net)
Date: Fri Feb 4 10:07:46 2005
Subject: [horde] turba with openldap with schemacheck on
In-Reply-To: <1039013289.3dee15a9c2e7c@titan.sb-brixen.it>
References: <1038996064.3dedd260e4d9c@titan.sb-brixen.it>
<1039008019.3dee0113c6cdb@Mail.EnContacto.Net>
<1039013289.3dee15a9c2e7c@titan.sb-brixen.it>
Message-ID: <1039021392.3dee35503e0ea@Mail.EnContacto.Net>
Quoting alois blasbichler :
| Zitiere eculp@encontacto.net:
|
| > Quoting alois blasbichler :
| >
| > | hello list
| > |
| > | my question :
| > | is there sombody who have running successfully turba with ldap
| > (with
| > | openldap
| > | 2.1.xx) with a personal-addressbook in LDAP and schemacheck=ON ?
| > |
| > | i have installed all this sccessfully with schemacheck=OFF
| >
| > I'm not using 2.1 yet but am considering the upgrade. Have you
| > checked
| > the log files to determine the attributes that are not present in your
| >
| > included schemas?
|
| when i want to add an entry in my addressbook i get the error:
| slapd[21900]: conn=12 op=2 RESULT tag=105 err=65 text=invalid structur
| al object class chain (pilotPerson/organizationalPerson)
I think this can be better answered on the openldap list because I think it
is 2.1 specific. I haven't seen "invalid structural object class chain"
in 2.0 Of course I could be wrong. Does anyone here, who is using 2.1 know?
|
| have i manually change my schemas ?
| ther are patches or schema-modification for turba ?
The horde.schema is in horde/scripts/ldap. It is more for using ldap
for prefs. IIRC, you would only need it for turbaObjectType and
turbaObjectType if you are using them in horde/turba/config/sources.php.
I can attach a copy of mine that is more or less up to date in a private
email if you would like to look at it.
ed
|
| luis
|
| >
| > ed
| >
| > |
| > | but with schemacheck=ON i get an error when i add and modify my
| > entries
| > |
| > | thank you luis
| > |
|
|
| --
| Horde mailing list
| Frequently Asked Questions: http://horde.org/faq/
| To unsubscribe, mail: horde-unsubscribe@lists.horde.org
|
--
-------------------------------------------------
From chuck at horde.org Wed Dec 4 09:33:04 2002
From: chuck at horde.org (Chuck Hagenbuch)
Date: Fri Feb 4 10:07:46 2005
Subject: [horde] Success Story With Horde!
In-Reply-To: <3DED5461.5060202@majiknetworks.com>
References: <3DED5461.5060202@majiknetworks.com>
Message-ID: <1039023184.3dee3c507ef52@marina.horde.org>
Quoting Taylor Dondich :
> My only question is, is it possible to instead of being unable to create
> users because of IMP's authentication, but create users automatically
> upon login with IMP, the only restriction being you can't change the
> password. That way you can continue to setup groups and assign
> permissions to gollum and such.
I don't really follow you here. It doesn't sound possible/like a good idea,
though.
> Also, I have been unable to get any functionality of shared calendaring,
> anyone's advice would be useful. Also, is there soon to be a feature of
> assigning tasks to other people?
a). Provide us with actual details and error messages, and we can probably
help you. Otherwise: read docs? Make sure things are configured correctly?
Etc...
b). See Whups.
> One last thing that they have requested. They have wanted to look into
> the functionality of synching with their Palm'. Is this in any sort of
> development, and if not, can I assist in anyway furthering the project?
> I'd love to get involved and I am a decent PHP developer.
We'd love to have it. If you have good ideas on how to go about it, please
let us know.
-chuck
--
Charles Hagenbuch,
"People ask me all the time what it will be like living without otters."
- Google, thanks to Harpers
From tonni at billy.demon.nl Wed Dec 4 10:27:07 2002
From: tonni at billy.demon.nl (Tony Earnshaw)
Date: Fri Feb 4 10:07:46 2005
Subject: [horde] turba with openldap with schemacheck on
In-Reply-To: <1039013289.3dee15a9c2e7c@titan.sb-brixen.it>
References: <1038996064.3dedd260e4d9c@titan.sb-brixen.it>
<1039008019.3dee0113c6cdb@Mail.EnContacto.Net>
<1039013289.3dee15a9c2e7c@titan.sb-brixen.it>
Message-ID: <1039026425.15732.125.camel@localhost>
ons, 2002-12-04 kl. 15:48 skrev alois blasbichler:
> when i want to add an entry in my addressbook i get the error:
> slapd[21900]: conn=12 op=2 RESULT tag=105 err=65 text=invalid structur
> al object class chain (pilotPerson/organizationalPerson)
These are structural objectClasses with different superior (SUP)
objectClass-es. You can't do what you want with Openldap 2.1 and with
schemacheck=on.
Openldap 2.0.x is, in other words, not LDAPv3 compliant. Nor is 2.1.x
yet, but it's getting more and more so. Things wil get worse (or
better?).
It's Turba's fault for not keeping up to date, welcome to
openldap-software@OpenLDAP.org.
Best,
Tony
--
Tony Earnshaw
When all's said and done ...
there's nothing left to say or do.
e-post: tonni@billy.demon.nl
www: http://www.billy.demon.nl
From chuck at horde.org Wed Dec 4 10:33:35 2002
From: chuck at horde.org (Chuck Hagenbuch)
Date: Fri Feb 4 10:07:46 2005
Subject: [horde] turba with openldap with schemacheck on
In-Reply-To: <1039026425.15732.125.camel@localhost>
References: <1038996064.3dedd260e4d9c@titan.sb-brixen.it>
<1039008019.3dee0113c6cdb@Mail.EnContacto.Net>
<1039013289.3dee15a9c2e7c@titan.sb-brixen.it>
<1039026425.15732.125.camel@localhost>
Message-ID: <1039026815.3dee4a7f9a4ae@marina.horde.org>
Quoting Tony Earnshaw :
> It's Turba's fault for not keeping up to date, welcome to
> openldap-software@OpenLDAP.org.
'Scuse me? Patch?
-chuck
--
Charles Hagenbuch,
"People ask me all the time what it will be like living without otters."
- Google, thanks to Harpers
From wurst at eminenz.ath.cx Wed Dec 4 11:47:41 2002
From: wurst at eminenz.ath.cx (wurst@eminenz.ath.cx)
Date: Fri Feb 4 10:07:47 2005
Subject: [horde] language again
Message-ID: <1039031261.3dee5bddea313@eminenz.ath.cx>
ok, using latest CVS files on SuSE 8.1: no matter which language i select, it
remains english. also tried setting default language to 'de_DE' in nls.php.
tried horde/po/README (translate, make ... all!). tried reinstalling everything
from cvs (horde only), not working. here ist test.php output:
--------------------------------
Horde Versions
Horde: 3.0-cvs
IMP: 4.0-cvs (run IMP tests)
PHP Version
View phpinfo() screen
View loaded extensions
PHP Version: 4.2.3
PHP Major Version: 4.2
PHP Minor Version: 3
PHP Version Classification: release
You are running a supported version of PHP.
PHP Module Capabilities
Ctype Support: Yes
DOM XML Support: Yes
FTP Support: Yes
Gettext Support: Yes
IMAP Support: Yes
LDAP Support: No
MCAL Support: No
Mcrypt Support: No
MySQL Support: Yes
OpenSSL Support: Yes
PostgreSQL Support: No
XML Support: Yes
Miscellaneous PHP Settings
magic_quotes_runtime disabled: Yes
file_uploads enabled: Yes
safe_mode disabled: Yes
trans_sid disabled: Yes
PHP Sessions
Session counter: 2
To unregister the session: click here
PEAR
PEAR - Yes
Recent PEAR - Yes
Mail::RFC822 - Yes
Mail_Mime - Yes
Log - Yes
DB - Yes
Net_Socket - Yes
File_CSV - Yes
Date_Calc - Yes
Unknown error: Problem with method call - please report this bug
(/usr/local/share/pear/File.php:529)
------------------
please help! thanks
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
From eric.rostetter at physics.utexas.edu Wed Dec 4 11:57:36 2002
From: eric.rostetter at physics.utexas.edu (Eric Rostetter)
Date: Fri Feb 4 10:07:47 2005
Subject: [horde] language again
In-Reply-To: <1039031261.3dee5bddea313@eminenz.ath.cx>
References: <1039031261.3dee5bddea313@eminenz.ath.cx>
Message-ID: <1039031856.3dee5e30ef437@mail.ph.utexas.edu>
Quoting wurst@eminenz.ath.cx:
> ok, using latest CVS files on SuSE 8.1: no matter which language i select, it
> remains english. also tried setting default language to 'de_DE' in nls.php.
> tried horde/po/README (translate, make ... all!).
There are various tests to do (at the OS level, etc) in the horde/po/README
file. Did you do them? Did they work? If not, what happened?
You need to decide if this is an OS problem, or a Web/Horde issue.
Did you see the info in the FAQ at http://www.horde.org/faq/admin/ by chance?
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Why get even? Get odd!
From wurst at eminenz.ath.cx Wed Dec 4 12:42:12 2002
From: wurst at eminenz.ath.cx (wurst@eminenz.ath.cx)
Date: Fri Feb 4 10:07:47 2005
Subject: [horde] language again
In-Reply-To: <1039031856.3dee5e30ef437@mail.ph.utexas.edu>
References: <1039031261.3dee5bddea313@eminenz.ath.cx>
<1039031856.3dee5e30ef437@mail.ph.utexas.edu>
Message-ID: <1039034532.3dee68a4e7bfa@eminenz.ath.cx>
i really did everyzthing in the README. i do have the latest pear. versions:
Console_Getopt | 1.0 | stable, pear itself is 2 days old. so should be very
recent. more tests (at the os level?) i dont see in the readme. while making it
said i should deinstall one, and reinstall another package because my charset
isn't required. i dont recall exactly, but i did it (2 gnu packages) and the
error was gone.
what do you mean in the FAQ? i only found "How can I provide another
translation for Horde/IMP's messages?" but thats useless, because de_DE is
already included in the default install.
any additional hints?
Quoting Eric Rostetter :
> Quoting wurst@eminenz.ath.cx:
>
> > ok, using latest CVS files on SuSE 8.1: no matter which language i select,
> it
> > remains english. also tried setting default language to 'de_DE' in nls.php.
> > tried horde/po/README (translate, make ... all!).
>
> There are various tests to do (at the OS level, etc) in the horde/po/README
> file. Did you do them? Did they work? If not, what happened?
>
> You need to decide if this is an OS problem, or a Web/Horde issue.
>
> Did you see the info in the FAQ at http://www.horde.org/faq/admin/ by chance?
>
> --
> Eric Rostetter
> The Department of Physics
> The University of Texas at Austin
>
> Why get even? Get odd!
>
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe@lists.horde.org
>
>
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
From paulo at accon.com.br Wed Dec 4 13:07:57 2002
From: paulo at accon.com.br (paulo@accon.com.br)
Date: Fri Feb 4 10:07:47 2005
Subject: [horde] language again
In-Reply-To: <1039034532.3dee68a4e7bfa@eminenz.ath.cx>
References: <1039031261.3dee5bddea313@eminenz.ath.cx>
<1039031856.3dee5e30ef437@mail.ph.utexas.edu>
<1039034532.3dee68a4e7bfa@eminenz.ath.cx>
Message-ID: <1039036077.3dee6eadd1f86@webmail.accon.com.br>
i?m having the same problem under redhat 8 and redhat 7.3 using apache 1.3.27 ,
no matter what i do or what language i set, horde, imp and the others projects
use the default english.
i have another question , the use of that perl scritp into
horde/po "extract.pl" is to show what is inside a compiled language ??? if is
is so, then i do notice that running "perl extract.pl pt_BR.po", shows an
english version of messages, so my pt_BR.po is not a translation but a copy of
the english one ... i do not understand this ... please help...
thnkx for the attention and sorry the pour english
Paulo R Almas
Accon Tecnology
Goiania-GO-Brazil
Quoting wurst@eminenz.ath.cx:
> i really did everyzthing in the README. i do have the latest pear. versions:
> Console_Getopt | 1.0 | stable, pear itself is 2 days old. so should be
> very
> recent. more tests (at the os level?) i dont see in the readme. while making
> it
> said i should deinstall one, and reinstall another package because my charset
> isn't required. i dont recall exactly, but i did it (2 gnu packages) and the
> error was gone.
> what do you mean in the FAQ? i only found "How can I provide another
> translation for Horde/IMP's messages?" but thats useless, because de_DE is
> already included in the default install.
>
> any additional hints?
>
>
>
>
> Quoting Eric Rostetter :
>
> > Quoting wurst@eminenz.ath.cx:
> >
> > > ok, using latest CVS files on SuSE 8.1: no matter which language i
> select,
> > it
> > > remains english. also tried setting default language to 'de_DE' in
> nls.php.
> > > tried horde/po/README (translate, make ... all!).
> >
> > There are various tests to do (at the OS level, etc) in the horde/po/README
> > file. Did you do them? Did they work? If not, what happened?
> >
> > You need to decide if this is an OS problem, or a Web/Horde issue.
> >
> > Did you see the info in the FAQ at http://www.horde.org/faq/admin/ by
> chance?
> >
> > --
> > Eric Rostetter
> > The Department of Physics
> > The University of Texas at Austin
> >
> > Why get even? Get odd!
> >
> > --
> > Horde mailing list
> > Frequently Asked Questions: http://horde.org/faq/
> > To unsubscribe, mail: horde-unsubscribe@lists.horde.org
> >
> >
>
>
>
>
> -------------------------------------------------
> This mail sent through IMP: http://horde.org/imp/
>
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe@lists.horde.org
>
From chuck at horde.org Wed Dec 4 13:08:21 2002
From: chuck at horde.org (Chuck Hagenbuch)
Date: Fri Feb 4 10:07:47 2005
Subject: [horde] Shares Lists and url parameter.
In-Reply-To: <1038710057.8917.93.camel@damianlx>
References: <1038710057.8917.93.camel@damianlx>
Message-ID: <1039036101.3dee6ec55f4e2@marina.horde.org>
Quoting Damian Alejandro Fernandez Sosa :
> Can we add an url parameter to bypass the prefs options and only
> display the calendars named in the URL?
Not currently - I'd be open to a way of doing this, though.
-chuck
--
Charles Hagenbuch,
"People ask me all the time what it will be like living without otters."
- Google, thanks to Harpers
From damlists at cnba.uba.ar Wed Dec 4 13:32:24 2002
From: damlists at cnba.uba.ar (damlists@cnba.uba.ar)
Date: Fri Feb 4 10:07:47 2005
Subject: [horde] Shares Lists and url parameter.
In-Reply-To: <1039036101.3dee6ec55f4e2@marina.horde.org>
References: <1038710057.8917.93.camel@damianlx>
<1039036101.3dee6ec55f4e2@marina.horde.org>
Message-ID: <1039037544.3dee74680a3e1@fernandezsosa.com.ar>
If you want I can codify this.
I think I can create an utility function in lib/Kronolith.php
to check if I must show the calendar or not
I call this function inside the listCalendars function
this function works like this:
I check - for example - the "showShare[]" url parameter
if the parameter does not exist I allways return true (allow to see the calendar)
if the parameter exists, I only return true then the name of the calendar
matches any value stored in that array. If don't, I return false.
I call this utility function in the listCalendars function (where the fucntion
is creating the shares list)
I think that this method can be used in any horde application that uses shares
(kronolith, nag,mnemo, etc)
If you want I also can modify then.
what do you think?
Quoting Damian Alejandro Fernandez Sosa :
> Can we add an url parameter to bypass the prefs options and only
> display the calendars named in the URL?
Not currently - I'd be open to a way of doing this, though.
-chuck
-------------------------------------------------
Mail enviado desde el CNBA
http://www.cnba.uba.ar/
From eric.rostetter at physics.utexas.edu Wed Dec 4 15:02:03 2002
From: eric.rostetter at physics.utexas.edu (Eric Rostetter)
Date: Fri Feb 4 10:07:47 2005
Subject: [horde] language again
In-Reply-To: <1039034532.3dee68a4e7bfa@eminenz.ath.cx>
References: <1039031261.3dee5bddea313@eminenz.ath.cx>
<1039031856.3dee5e30ef437@mail.ph.utexas.edu>
<1039034532.3dee68a4e7bfa@eminenz.ath.cx>
Message-ID: <1039042923.3dee896b72c05@mail.ph.utexas.edu>
Quoting wurst@eminenz.ath.cx:
> i really did everyzthing in the README.
Fine, but my point was that you never told us the results of those actions.
> i do have the latest pear. versions:
I never asked about that.
> recent. more tests (at the os level?) i dont see in the readme.
My fault: in the most recent CVS versions it is no longer in the
horde/po/README but instead in horde/docs/TRANSLATIONS file.
> what do you mean in the FAQ? i only found "How can I provide another
> translation for Horde/IMP's messages?" but thats useless, because de_DE is
> already included in the default install.
Well, I *thought* there was more useful info in the FAQ than there is, but
it would at least point you to the horde/docs/TRANSLATIONS file.
> any additional hints?
Following the troubleshooting in horde/docs/TRANSLATIONS and post the results
of the test to the list.
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Why get even? Get odd!
From liamr at umich.edu Wed Dec 4 15:08:05 2002
From: liamr at umich.edu (Liam Hoekenga)
Date: Fri Feb 4 10:07:47 2005
Subject: [horde] Call to undefined function: getcategoryid()
Message-ID:
I'm get a blank when I try to access Kronolith, Mnemo or Nag, or Horde.
These modules have worked w/ earlier versions from CVS.
IMP, Turba and Gollem work fine. I believe I've got everything I'm
supposed to installed... PHP 4.2.3, Apache 1.3.27, Solaris 8.
My horde log doesn't note anything, but my php error log says...
[04-Dec-2002 17:55:27] PHP Warning: Missing argument 1 for getorder()
in /usr/local/projects/horde/html-ssl/horde-CVS/lib/Category.php
on line 874
[04-Dec-2002 17:55:27] PHP Fatal error: Call to undefined function:
getcategoryid() in
/usr/local/projects/horde/html-ssl/horde-CVS/lib/Category.php
on line 879
(I've tried it w/the "File" PEAR module installed to, but then I get
* Unknown error: Problem with method call - please report this bug
(/usr/local/php-4.2.3/lib/pear/File.php:529)
consistantly)
Suggestions? The output from horde/test.php follows the message.
Liam
-------------------------------------------------
Horde Versions
* Horde: 3.0-cvs
* IMP: 4.0-cvs ([1]run IMP tests)
* Turba: 2.0-cvs
* Gollem: 0.0.1-cvs
* Ingo: 0.1-cvs ([2]run Ingo tests)
* Sam: 0.0.2-cvs
* Kronolith: 2.0-cvs
* Jonah: 0.0.3-cvs ([3]run Jonah tests)
* Troll: 0.0.4-cvs
* Whups: 0.0.1-cvs
* Mnemo: 2.0-cvs
* Nag: 2.0-cvs
* Klutz: 0.0.1-cvs
* Hermes: 0.0.1-cvs
PHP Version
* [4]View phpinfo() screen
* [5]View loaded extensions
* PHP Version: 4.2.3
* PHP Major Version: 4.2
* PHP Minor Version: 3
* PHP Version Classification: release
* You are running a supported version of PHP.
PHP Module Capabilities
* Ctype Support: Yes
* DOM XML Support: Yes
* FTP Support: Yes
* Gettext Support: Yes
* IMAP Support: Yes
* LDAP Support: Yes
* MCAL Support: No
* Mcrypt Support: Yes
* MySQL Support: Yes
* OpenSSL Support: No
* PostgreSQL Support: No
* XML Support: Yes
Miscellaneous PHP Settings
* magic_quotes_runtime disabled: Yes
* file_uploads enabled: Yes
* safe_mode disabled: Yes
* trans_sid disabled: Yes
PHP Sessions
* Session counter: 1
* To unregister the session: [6]click here
PEAR
* PEAR - Yes
* Recent PEAR - Yes
* Mail::RFC822 - Yes
* Mail_Mime - Yes
* Log - Yes
* DB - Yes
* Net_Socket - Yes
* File_CSV - No
* Horde will work without the File_CSV class, but there may be
errors when importing some CSV files.
* Date_Calc - Yes
[7]Valid XHTML 1.0!
From eric.rostetter at physics.utexas.edu Wed Dec 4 15:22:17 2002
From: eric.rostetter at physics.utexas.edu (Eric Rostetter)
Date: Fri Feb 4 10:07:47 2005
Subject: [horde] language again
In-Reply-To: <1039036077.3dee6eadd1f86@webmail.accon.com.br>
References: <1039031261.3dee5bddea313@eminenz.ath.cx>
<1039031856.3dee5e30ef437@mail.ph.utexas.edu>
<1039034532.3dee68a4e7bfa@eminenz.ath.cx>
<1039036077.3dee6eadd1f86@webmail.accon.com.br>
Message-ID: <1039044137.3dee8e29ad581@mail.ph.utexas.edu>
Quoting paulo@accon.com.br:
> i?m having the same problem under redhat 8 and redhat 7.3 using apache 1.3.27
Should work with those versions.
> no matter what i do or what language i set, horde, imp and the others
> projects use the default english.
"Other projects" are horde or non-horde projects?
Did you see (Yes, I found it now)
http://www.horde.org/faq/admin/prereq/index.php#p20
and follow the tips in horde/po/README or horde/docs/TRANSLATIONS (depending
on your version)???
> i have another question , the use of that perl scritp into
> horde/po "extract.pl" is to show what is inside a compiled language ???
No, it is to extract gettext strings from source code.
> thnkx for the attention and sorry the pour english
Your English is fine, only the details are missing.
If everything checks out at the OS level, then one more thing to check for
php is the setting of session.auto_start. In your php.ini file, set
session.auto_start = 0
(0 or off or false or some value to disable it). Auto session starting
tends to cause problems in which the horde language setting gets bypassed.
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Why get even? Get odd!
From nzimmerm at sulfur.scs.uiuc.edu Wed Dec 4 18:11:15 2002
From: nzimmerm at sulfur.scs.uiuc.edu (Ned Zimmerman)
Date: Fri Feb 4 10:07:47 2005
Subject: [horde] Call to undefined function: getcategoryid()
In-Reply-To:
Message-ID:
I was running into similar issues with Category.php as well as in Share.php
(noted by others in earlier posts). Based upon a couple of suggestions to
the earlier posts I went back and double checked how my mysql database
tables for horde were set up. When I looked closely enough there were a
couple of columns in the horde_categories table that were now required, but
which I had not yet added because I had not realized the sql database create
scripts had changed. It took a while, but after making sure that my
database tables and indecies fully matched what the current CVS Head code
expected, everything worked correctly. I mention this in case there are
others out there who, like me, are relatively new to horde and php and might
have overlooked something as simple as making sure your database tables are
up to snuff.
Is there a way to patch scripts for the database backends (sql being the
most obvious) to help update the horde database when changes are made in the
CVS code? From my monkeying around with mysql last night it seems as though
this should be possible. I myself don't yet feel very comfortable with sql
and script writing in general to attempt this sort of thing.
Thanks to all of the developers for their wonderful work on horde,
keep it up!
Ned Zimmerman
> -----Original Message-----
> From: horde-bounces@lists.horde.org
> [mailto:horde-bounces@lists.horde.org]On Behalf Of Liam Hoekenga
> Sent: Wednesday, December 04, 2002 5:08 PM
> To: horde@lists.horde.org
> Subject: [horde] Call to undefined function: getcategoryid()
>
>
> I'm get a blank when I try to access Kronolith, Mnemo or Nag, or Horde.
> These modules have worked w/ earlier versions from CVS.
>
> IMP, Turba and Gollem work fine. I believe I've got everything I'm
> supposed to installed... PHP 4.2.3, Apache 1.3.27, Solaris 8.
>
> My horde log doesn't note anything, but my php error log says...
> [04-Dec-2002 17:55:27] PHP Warning: Missing argument 1 for getorder()
> in /usr/local/projects/horde/html-ssl/horde-CVS/lib/Category.php
> on line 874
> [04-Dec-2002 17:55:27] PHP Fatal error: Call to undefined function:
> getcategoryid() in
> /usr/local/projects/horde/html-ssl/horde-CVS/lib/Category.php
> on line 879
>
> (I've tried it w/the "File" PEAR module installed to, but then I get
>
> * Unknown error: Problem with method call - please report this bug
> (/usr/local/php-4.2.3/lib/pear/File.php:529)
>
> consistantly)
>
> Suggestions? The output from horde/test.php follows the message.
> Liam
>
> -------------------------------------------------
>
> Horde Versions
>
> * Horde: 3.0-cvs
> * IMP: 4.0-cvs ([1]run IMP tests)
> * Turba: 2.0-cvs
> * Gollem: 0.0.1-cvs
> * Ingo: 0.1-cvs ([2]run Ingo tests)
> * Sam: 0.0.2-cvs
> * Kronolith: 2.0-cvs
> * Jonah: 0.0.3-cvs ([3]run Jonah tests)
> * Troll: 0.0.4-cvs
> * Whups: 0.0.1-cvs
> * Mnemo: 2.0-cvs
> * Nag: 2.0-cvs
> * Klutz: 0.0.1-cvs
> * Hermes: 0.0.1-cvs
>
> PHP Version
>
> * [4]View phpinfo() screen
> * [5]View loaded extensions
> * PHP Version: 4.2.3
> * PHP Major Version: 4.2
> * PHP Minor Version: 3
> * PHP Version Classification: release
> * You are running a supported version of PHP.
>
> PHP Module Capabilities
>
> * Ctype Support: Yes
> * DOM XML Support: Yes
> * FTP Support: Yes
> * Gettext Support: Yes
> * IMAP Support: Yes
> * LDAP Support: Yes
> * MCAL Support: No
> * Mcrypt Support: Yes
> * MySQL Support: Yes
> * OpenSSL Support: No
> * PostgreSQL Support: No
> * XML Support: Yes
>
> Miscellaneous PHP Settings
>
> * magic_quotes_runtime disabled: Yes
> * file_uploads enabled: Yes
> * safe_mode disabled: Yes
> * trans_sid disabled: Yes
>
> PHP Sessions
>
> * Session counter: 1
> * To unregister the session: [6]click here
>
> PEAR
>
> * PEAR - Yes
> * Recent PEAR - Yes
> * Mail::RFC822 - Yes
> * Mail_Mime - Yes
> * Log - Yes
> * DB - Yes
> * Net_Socket - Yes
> * File_CSV - No
> * Horde will work without the File_CSV class, but there may be
> errors when importing some CSV files.
> * Date_Calc - Yes
>
> [7]Valid XHTML 1.0!
>
>
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe@lists.horde.org
>
From wai at tech-trans.com Wed Dec 4 18:17:00 2002
From: wai at tech-trans.com (Anthony)
Date: Fri Feb 4 10:07:47 2005
Subject: [horde] LDAP error!!
Message-ID:
Hi
I d/l the lastest CVS of horde and configure it work.
However I had some problem about LDAP.
In the ~/horde/config/conf.php,
I changed the LDAP prefs like as follow.
-----------------------------------------
$conf['prefs']['driver'] = 'ldap';
$conf['prefs']['params']['hostspec'] = '172.25.25.25';
$conf['prefs']['params']['port'] = '389';
$conf['prefs']['params']['basedn'] = 'o=abc';
$conf['prefs']['params']['uid'] = 'mail';
/*
* The following is valid but would only be necessary if users
* do NOT have permission to modify their own ldap accounts.
*/
$conf['prefs']['params']['rootdn'] = 'cn=administrator, o=abc';
$conf['prefs']['params']['username'] = 'administrator';
$conf['prefs']['params']['password'] = 'password';
----------------------------------------------------------
It WORKED!!
But I enable User to edit their own account (access to * by self write) in
the slapd.conf.
So I comment the last 3 lines in the above configuration.
However It made Horde DID NOT WORK!! The error is:
----------------------------------------------------------------------------
--------
Notice: Undefined offset: 0 in /var/www/html/horde/lib/Prefs/ldap.php on
line 399
Warning: Wrong datatype for second argument in call to array_key_exists in
/var/www/html/horde/lib/Prefs/ldap.php on line 399
----------------------------------------------------------------------------
---------
Why???
Thanks!!
From wurst at eminenz.ath.cx Thu Dec 5 00:47:49 2002
From: wurst at eminenz.ath.cx (wurst@eminenz.ath.cx)
Date: Fri Feb 4 10:07:47 2005
Subject: [horde] language again
In-Reply-To: <1039042923.3dee896b72c05@mail.ph.utexas.edu>
References: <1039031261.3dee5bddea313@eminenz.ath.cx>
<1039031856.3dee5e30ef437@mail.ph.utexas.edu>
<1039034532.3dee68a4e7bfa@eminenz.ath.cx>
<1039042923.3dee896b72c05@mail.ph.utexas.edu>
Message-ID: <1039078069.3def12b5442d3@eminenz.ath.cx>
ahh! didn't see that document yet! sorry. but i don't quite understand it. i
mean, locale -a is putting out:
C
POSIX
so i don't seem to have my de locale installed. i did
# ./translation.php make
# make install
both run without error. but locale -a is still showing the same.
i do have locales, i.e. /usr/share/locale/de/LC_MESSAGES/tar.mo exists
# gettext tar "Memory exhausted"
Memory exhausted
so its not translating anything. how can i install a new locale to my suse 8.1
system?
thanks
Quoting Eric Rostetter :
> Quoting wurst@eminenz.ath.cx:
>
> > i really did everyzthing in the README.
>
> Fine, but my point was that you never told us the results of those actions.
>
> > i do have the latest pear. versions:
>
> I never asked about that.
>
> > recent. more tests (at the os level?) i dont see in the readme.
>
> My fault: in the most recent CVS versions it is no longer in the
> horde/po/README but instead in horde/docs/TRANSLATIONS file.
>
> > what do you mean in the FAQ? i only found "How can I provide another
> > translation for Horde/IMP's messages?" but thats useless, because de_DE is
> > already included in the default install.
>
> Well, I *thought* there was more useful info in the FAQ than there is, but
> it would at least point you to the horde/docs/TRANSLATIONS file.
>
> > any additional hints?
>
> Following the troubleshooting in horde/docs/TRANSLATIONS and post the results
> of the test to the list.
>
> --
> Eric Rostetter
> The Department of Physics
> The University of Texas at Austin
>
> Why get even? Get odd!
>
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe@lists.horde.org
>
>
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
From crobins at proexam.org Thu Dec 5 01:07:09 2002
From: crobins at proexam.org (Charles Robinson)
Date: Fri Feb 4 10:07:47 2005
Subject: [horde] language again
In-Reply-To: <1039078069.3def12b5442d3@eminenz.ath.cx>
Message-ID:
On a Solaris system I has to install the locale package into the OS.
I'm not sure how SusE works but maybe htis tip will help.
Check your OS & make sure the locale is installed & if the locale is
listed as installed then restart your webserver.
Hope this helps.
Charles Robinson
On Thu, 5 Dec 2002 wurst@eminenz.ath.cx wrote:
> ahh! didn't see that document yet! sorry. but i don't quite understand it. i
> mean, locale -a is putting out:
> C
> POSIX
>
> so i don't seem to have my de locale installed. i did
> # ./translation.php make
> # make install
> both run without error. but locale -a is still showing the same.
>
> i do have locales, i.e. /usr/share/locale/de/LC_MESSAGES/tar.mo exists
>
> # gettext tar "Memory exhausted"
> Memory exhausted
>
> so its not translating anything. how can i install a new locale to my suse 8.1
> system?
>
> thanks
>
>
>
> Quoting Eric Rostetter :
>
> > Quoting wurst@eminenz.ath.cx:
> >
> > > i really did everyzthing in the README.
> >
> > Fine, but my point was that you never told us the results of those actions.
> >
> > > i do have the latest pear. versions:
> >
> > I never asked about that.
> >
> > > recent. more tests (at the os level?) i dont see in the readme.
> >
> > My fault: in the most recent CVS versions it is no longer in the
> > horde/po/README but instead in horde/docs/TRANSLATIONS file.
> >
> > > what do you mean in the FAQ? i only found "How can I provide another
> > > translation for Horde/IMP's messages?" but thats useless, because de_DE is
> > > already included in the default install.
> >
> > Well, I *thought* there was more useful info in the FAQ than there is, but
> > it would at least point you to the horde/docs/TRANSLATIONS file.
> >
> > > any additional hints?
> >
> > Following the troubleshooting in horde/docs/TRANSLATIONS and post the results
> > of the test to the list.
> >
> > --
> > Eric Rostetter
> > The Department of Physics
> > The University of Texas at Austin
> >
> > Why get even? Get odd!
> >
> > --
> > Horde mailing list
> > Frequently Asked Questions: http://horde.org/faq/
> > To unsubscribe, mail: horde-unsubscribe@lists.horde.org
> >
> >
>
>
>
>
> -------------------------------------------------
> This mail sent through IMP: http://horde.org/imp/
>
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe@lists.horde.org
>
From jan at horde.org Thu Dec 5 01:15:45 2002
From: jan at horde.org (Jan Schneider)
Date: Fri Feb 4 10:07:47 2005
Subject: [horde] language again
In-Reply-To: <1039078069.3def12b5442d3@eminenz.ath.cx>
References: <1039031261.3dee5bddea313@eminenz.ath.cx>
<1039031856.3dee5e30ef437@mail.ph.utexas.edu>
<1039034532.3dee68a4e7bfa@eminenz.ath.cx>
<1039042923.3dee896b72c05@mail.ph.utexas.edu>
<1039078069.3def12b5442d3@eminenz.ath.cx>
Message-ID: <1039079745.3def19415bcad@jan.dip.ammma.net>
Zitat von wurst@eminenz.ath.cx:
> mean, locale -a is putting out:
> C
> POSIX
Then you messed something up with your SuSE. The command should return a
long list of all installed locales.
Try asking on the suse-linux mailing list how to enable the locales.
Jan.
--
http://www.horde.org - The Horde Project
http://www.ammma.de - discover your knowledge
http://www.tip4all.de - Deine private Tippgemeinschaft
From jan at horde.org Thu Dec 5 01:18:21 2002
From: jan at horde.org (Jan Schneider)
Date: Fri Feb 4 10:07:47 2005
Subject: [horde] Shares Lists and url parameter.
In-Reply-To: <1039037544.3dee74680a3e1@fernandezsosa.com.ar>
References: <1038710057.8917.93.camel@damianlx>
<1039036101.3dee6ec55f4e2@marina.horde.org>
<1039037544.3dee74680a3e1@fernandezsosa.com.ar>
Message-ID: <1039079901.3def19dd4d740@jan.dip.ammma.net>
Zitat von damlists@cnba.uba.ar:
> this function works like this:
>
> I check - for example - the "showShare[]" url parameter
>
> if the parameter does not exist I allways return true (allow to see the
> calendar)
>
> if the parameter exists, I only return true then the name of the calendar
> matches any value stored in that array. If don't, I return false.
Sounds good.
> I think that this method can be used in any horde application that uses
> shares
> (kronolith, nag,mnemo, etc)
In this case you should put the method into Share::
Jan.
--
http://www.horde.org - The Horde Project
http://www.ammma.de - discover your knowledge
http://www.tip4all.de - Deine private Tippgemeinschaft
From wurst at eminenz.ath.cx Thu Dec 5 01:35:41 2002
From: wurst at eminenz.ath.cx (wurst@eminenz.ath.cx)
Date: Fri Feb 4 10:07:48 2005
Subject: [horde] language again
In-Reply-To: <1039079745.3def19415bcad@jan.dip.ammma.net>
References: <1039031261.3dee5bddea313@eminenz.ath.cx>
<1039031856.3dee5e30ef437@mail.ph.utexas.edu>
<1039034532.3dee68a4e7bfa@eminenz.ath.cx>
<1039042923.3dee896b72c05@mail.ph.utexas.edu>
<1039078069.3def12b5442d3@eminenz.ath.cx>
<1039079745.3def19415bcad@jan.dip.ammma.net>
Message-ID: <1039080941.3def1deda8459@eminenz.ath.cx>
yayyy...that solved it! i installed a ~140mb rpm glibc-packet from suse and
language is working now
thanks
Zitat von Jan Schneider :
> Zitat von wurst@eminenz.ath.cx:
>
> > mean, locale -a is putting out:
> > C
> > POSIX
>
> Then you messed something up with your SuSE. The command should return a
> long list of all installed locales.
> Try asking on the suse-linux mailing list how to enable the locales.
>
> Jan.
>
> --
> http://www.horde.org - The Horde Project
> http://www.ammma.de - discover your knowledge
> http://www.tip4all.de - Deine private Tippgemeinschaft
>
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe@lists.horde.org
>
>
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
From wurst at eminenz.ath.cx Thu Dec 5 01:44:33 2002
From: wurst at eminenz.ath.cx (wurst@eminenz.ath.cx)
Date: Fri Feb 4 10:07:48 2005
Subject: [horde] horde not saving preferences, imp does
Message-ID: <1039081473.3def200130a70@eminenz.ath.cx>
whatever i enter in the horde "options" - its not staying in there. i choose
language, enter any, press save, refresh and its default again. i choose a
theme, press save (is not applying), refresh and its defaulted again.
whatever i choose in imp is correctly saved and applied (i.e. language,
themes). interesting is, when i select a them in imp, the lower line with the
application-links remains in the default theme (blue).
any hints? i'm using mysql as database for horde.
thanks
---------------------------------------
test.php
Horde Versions
Horde: 3.0-cvs
IMP: 4.0-cvs (run IMP tests)
PHP Version
View phpinfo() screen
View loaded extensions
PHP Version: 4.2.3
PHP Major Version: 4.2
PHP Minor Version: 3
PHP Version Classification: release
You are running a supported version of PHP.
PHP Module Capabilities
Ctype Support: Yes
DOM XML Support: Yes
FTP Support: Yes
Gettext Support: Yes
IMAP Support: Yes
LDAP Support: No
MCAL Support: No
Mcrypt Support: No
MySQL Support: Yes
OpenSSL Support: Yes
PostgreSQL Support: No
XML Support: Yes
Miscellaneous PHP Settings
magic_quotes_runtime disabled: Yes
file_uploads enabled: Yes
safe_mode disabled: Yes
trans_sid disabled: Yes
PHP Sessions
Session counter: 1
To unregister the session: click here
PEAR
PEAR - Yes
Recent PEAR - Yes
Mail::RFC822 - Yes
Mail_Mime - Yes
Log - Yes
DB - Yes
Net_Socket - Yes
File_CSV - Yes
Date_Calc - Yes
Unknown error: Problem with method call - please report this bug
(/usr/local/share/pear/File.php:529)
------------------------------------
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
From greg.johnson at anderkol.com Thu Dec 5 03:43:56 2002
From: greg.johnson at anderkol.com (Greg Johnson)
Date: Fri Feb 4 10:07:48 2005
Subject: [horde] csv file import
Message-ID: <1039088636.3def3bfcd1034@server>
I have the following problem when trying to import a csv file into turba, (i
notice a number of other people also have the same problem)
Message is:
---------------------------------------------------------------------
Warning: Unable to open '/tmp/phpMmZwbF' for reading: No such file or
directory in /var/www/horde/lib/Data/csv.php on line 204
Warning: Unable to move '/tmp/phpMmZwbF' to '/tmp/phpMmZwbF' in
/var/www/horde/lib/Data/csv.php on line 204
Fatal error: Call to a member function on a non-object in
/var/www/horde/lib/Data/csv.php on line 205
---------------------------------------------------------------------
Permissions seem to be ok on the source file (666) and /tmp.
Import worked fine with same .csv files using head cvs from about a week ago.
is there more work going on in this area (and i need to wait a few days) or
does it need more investigation?
thanks
greg johnson
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
From jan at horde.org Thu Dec 5 04:04:02 2002
From: jan at horde.org (Jan Schneider)
Date: Fri Feb 4 10:07:48 2005
Subject: [horde] csv file import
In-Reply-To: <1039088636.3def3bfcd1034@server>
References: <1039088636.3def3bfcd1034@server>
Message-ID: <1039089842.3def40b23c08a@jan.dip.ammma.net>
Zitat von Greg Johnson :
> I have the following problem when trying to import a csv file into turba,
> (i
> notice a number of other people also have the same problem)
>
> Message is:
> ---------------------------------------------------------------------
> Warning: Unable to open '/tmp/phpMmZwbF' for reading: No such file or
> directory in /var/www/horde/lib/Data/csv.php on line 204
>
> Warning: Unable to move '/tmp/phpMmZwbF' to '/tmp/phpMmZwbF' in
> /var/www/horde/lib/Data/csv.php on line 204
>
> Fatal error: Call to a member function on a non-object in
> /var/www/horde/lib/Data/csv.php on line 205
> ---------------------------------------------------------------------
> Permissions seem to be ok on the source file (666) and /tmp.
> Import worked fine with same .csv files using head cvs from about a week
> ago.
>
> is there more work going on in this area (and i need to wait a few days)
> or
> does it need more investigation?
This has already been reported by some people but I still don't know why
this happens.
'/tmp/phpMmZwbF' is the value of $_FILES['tmp'] after the file upload and
according to the PHP manual, it should contain the path to the uploaded
file. I have no idea why this might _not_ be available/readable and I can't
reproduce it here.
I'd appreciate if anyone has more insights to share or can trap this down
inside the code.
Jan.
--
http://www.horde.org - The Horde Project
http://www.ammma.de - discover your knowledge
http://www.tip4all.de - Deine private Tippgemeinschaft
From eric.rostetter at physics.utexas.edu Thu Dec 5 07:34:23 2002
From: eric.rostetter at physics.utexas.edu (Eric Rostetter)
Date: Fri Feb 4 10:07:48 2005
Subject: [horde] language again
In-Reply-To: <1039078069.3def12b5442d3@eminenz.ath.cx>
References: <1039031261.3dee5bddea313@eminenz.ath.cx>
<1039031856.3dee5e30ef437@mail.ph.utexas.edu>
<1039034532.3dee68a4e7bfa@eminenz.ath.cx>
<1039042923.3dee896b72c05@mail.ph.utexas.edu>
<1039078069.3def12b5442d3@eminenz.ath.cx>
Message-ID: <1039102463.3def71ffb98ea@mail.ph.utexas.edu>
Quoting wurst@eminenz.ath.cx:
> ahh! didn't see that document yet! sorry. but i don't quite understand it. i
> mean, locale -a is putting out:
> C
> POSIX
Then the only locales you have installed on your system are "C" and "POSIX"
which are both English.
> so i don't seem to have my de locale installed. i did
> # ./translation.php make
> # make install
> both run without error. but locale -a is still showing the same.
The two are unrelated.
> i do have locales, i.e. /usr/share/locale/de/LC_MESSAGES/tar.mo exists
Strange. Maybe SuSe is like Debian and you not only need to install but
also configure the locales?
> # gettext tar "Memory exhausted"
> Memory exhausted
>
> so its not translating anything. how can i install a new locale to my suse
> 8.1 system?
No idea, since I've never used SuSe. Is it RPM based or what?
I'll see if I can find anything on the web about it...
> thanks
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Why get even? Get odd!
From eric.rostetter at physics.utexas.edu Thu Dec 5 07:57:53 2002
From: eric.rostetter at physics.utexas.edu (Eric Rostetter)
Date: Fri Feb 4 10:07:48 2005
Subject: [horde] language again
In-Reply-To: <1039080941.3def1deda8459@eminenz.ath.cx>
References: <1039031261.3dee5bddea313@eminenz.ath.cx>
<1039031856.3dee5e30ef437@mail.ph.utexas.edu>
<1039034532.3dee68a4e7bfa@eminenz.ath.cx>
<1039042923.3dee896b72c05@mail.ph.utexas.edu>
<1039078069.3def12b5442d3@eminenz.ath.cx>
<1039079745.3def19415bcad@jan.dip.ammma.net>
<1039080941.3def1deda8459@eminenz.ath.cx>
Message-ID: <1039103872.3def77810002f@mail.ph.utexas.edu>
Quoting wurst@eminenz.ath.cx:
> yayyy...that solved it! i installed a ~140mb rpm glibc-packet from suse and
> language is working now
> thanks
If possible, please let me know exactly what you did so I can add it
to the FAQ entry.
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Why get even? Get odd!
From eric.rostetter at physics.utexas.edu Thu Dec 5 08:46:21 2002
From: eric.rostetter at physics.utexas.edu (Eric Rostetter)
Date: Fri Feb 4 10:07:48 2005
Subject: [horde] horde not saving preferences, imp does
In-Reply-To: <1039081473.3def200130a70@eminenz.ath.cx>
References: <1039081473.3def200130a70@eminenz.ath.cx>
Message-ID: <1039106781.3def82dda1232@mail.ph.utexas.edu>
Quoting wurst@eminenz.ath.cx:
> themes). interesting is, when i select a them in imp, the lower line with the
> application-links remains in the default theme (blue).
What happens if you have the browser refresh the bottom frame?
> any hints? i'm using mysql as database for horde.
What you describe was a bug in older releases, but should be fixed in the
cvs head you seem to be running, so I have no idea.
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Why get even? Get odd!
From wurst at eminenz.ath.cx Thu Dec 5 08:48:02 2002
From: wurst at eminenz.ath.cx (wurst@eminenz.ath.cx)
Date: Fri Feb 4 10:07:48 2005
Subject: [horde] language again
In-Reply-To: <1039103872.3def77810002f@mail.ph.utexas.edu>
References: <1039031261.3dee5bddea313@eminenz.ath.cx>
<1039031856.3dee5e30ef437@mail.ph.utexas.edu>
<1039034532.3dee68a4e7bfa@eminenz.ath.cx>
<1039042923.3dee896b72c05@mail.ph.utexas.edu>
<1039078069.3def12b5442d3@eminenz.ath.cx>
<1039079745.3def19415bcad@jan.dip.ammma.net>
<1039080941.3def1deda8459@eminenz.ath.cx>
<1039103872.3def77810002f@mail.ph.utexas.edu>
Message-ID: <1039106882.3def83427ec55@eminenz.ath.cx>
i started yast (suses configuration utility) and installed packet "glibc-
locale", version 2.2.5 here. it's 124mb in size. after download & installation
(all automatic) - language in horde works!
Zitat von Eric Rostetter :
> Quoting wurst@eminenz.ath.cx:
>
> > yayyy...that solved it! i installed a ~140mb rpm glibc-packet from suse and
> > language is working now
> > thanks
>
> If possible, please let me know exactly what you did so I can add it
> to the FAQ entry.
>
> --
> Eric Rostetter
> The Department of Physics
> The University of Texas at Austin
>
> Why get even? Get odd!
>
>
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
From paul at myitcv.org.uk Thu Dec 5 10:57:40 2002
From: paul at myitcv.org.uk (Paul J)
Date: Fri Feb 4 10:07:48 2005
Subject: [horde] Webmail and timeout
Message-ID:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Dear All,
I received the following email from a user of our Horde+IMP framework:
========================================================================
Feel free to classify this as a bug or feature request. Basically, I
have spent 20 minutes writing an email last night. I've sent it off and
it seemed to have gone OK. When I tried to check my mail, it asked me to
log on again. Timeout, fair enough. But, it actually didn't send that
email! Nor did it inform me that there was a timeout, or at least offer
me a chance to save the text. This should be improved, IMHO.
========================================================================
Any thoughts on this?
Paul
- --
Department of Computing, Imperial College London
http://myitcv.org.uk/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE976Gm0YkfvYj92P4RAnG3AJ9QCoMk7gEWRXUNweo957Ez+a8a2wCdEHcO
xrD4JVs+yxv6QsPdZTH2n50=
=ez1h
-----END PGP SIGNATURE-----
From wurst at eminenz.ath.cx Thu Dec 5 11:04:44 2002
From: wurst at eminenz.ath.cx (wurst@eminenz.ath.cx)
Date: Fri Feb 4 10:07:48 2005
Subject: [horde] some paths doubled
Message-ID: <1039115084.3defa34cb20b7@eminenz.ath.cx>
somewhere i must have entered a wrong path. can someone help me to find where,
please?
thanks
-----------------
(gollem, when browsing vfs)
Warning: Failed
opening '/srv/www/htdocs/horde/config/srv/www/htdocs/horde/lib/MIME/Viewer/zip.p
hp' for inclusion (include_path='/usr/local/share/pear')
in /srv/www/htdocs/horde/lib/MIME/Viewer.php on line 74
--
(imp, when viewing message:)
Warning: Failed
opening '/srv/www/htdocs/horde/config/srv/www/htdocs/horde/lib/MIME/Viewer/secur
ity.php' for inclusion (include_path='/usr/local/share/pear')
in /srv/www/htdocs/horde/lib/MIME/Viewer.php on line 74
Fatal error: Call to a member function on a non-object
in /srv/www/htdocs/horde/imp/lib/Contents.php on line 115
------------------------
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
From morgan at orst.edu Thu Dec 5 11:12:47 2002
From: morgan at orst.edu (Andrew Morgan)
Date: Fri Feb 4 10:07:48 2005
Subject: [horde] Webmail and timeout
In-Reply-To:
Message-ID:
On Thu, 5 Dec 2002, Paul J wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Dear All,
>
> I received the following email from a user of our Horde+IMP framework:
>
> ========================================================================
>
> Feel free to classify this as a bug or feature request. Basically, I
> have spent 20 minutes writing an email last night. I've sent it off and
> it seemed to have gone OK. When I tried to check my mail, it asked me to
> log on again. Timeout, fair enough. But, it actually didn't send that
> email! Nor did it inform me that there was a timeout, or at least offer
> me a chance to save the text. This should be improved, IMHO.
>
> ========================================================================
>
> Any thoughts on this?
Increase your session timeout to something your users shouldn't exceed.
I've got mine set to 3600 seconds (1 hour). How you do this depends on
which version you are using. For Horde 2.1/IMP 3.1, edit the session
timeout in your php.ini file and restart Apache.
Andy
From jan at horde.org Thu Dec 5 11:33:00 2002
From: jan at horde.org (Jan Schneider)
Date: Fri Feb 4 10:07:48 2005
Subject: [horde] Webmail and timeout
In-Reply-To:
References:
Message-ID: <1039116780.3defa9ec562f6@jan.dip.ammma.net>
Zitat von Paul J :
> Feel free to classify this as a bug or feature request. Basically, I
> have spent 20 minutes writing an email last night. I've sent it off and
> it seemed to have gone OK. When I tried to check my mail, it asked me to
> log on again. Timeout, fair enough. But, it actually didn't send that
> email! Nor did it inform me that there was a timeout, or at least offer
> me a chance to save the text. This should be improved, IMHO.
>
> Any thoughts on this?
IMP from cvs (RELENG_3 and HEAD) has a timeout notification that pops up
(javascript) five and one minute before the session timeouts.
Jan.
--
http://www.horde.org - The Horde Project
http://www.ammma.de - discover your knowledge
http://www.tip4all.de - Deine private Tippgemeinschaft
From mfellman at xs4all.nl Thu Dec 5 12:31:27 2002
From: mfellman at xs4all.nl (Marc Fellman)
Date: Fri Feb 4 10:07:48 2005
Subject: [horde] problem with latest CVS in kronolith/horde
Message-ID: <1039120287.3defb79f1b862@fellsoft.homeip.net>
Hi All,
I just updated the CVS HEAD version and got this after startup:
Notice: Undefined offset: 1 in /var/www/htmls/horde/kronolith/lib/Kronolith.php
on line 958
Fatal error: Call to undefined function: haspermission() in
/var/www/htmls/horde/kronolith/lib/Event.php on line 743
In the horde summary screen I see this message:
Notice: Undefined offset: 1 in /var/www/htmls/horde/kronolith/lib/Kronolith.php
on line 958
I also lost everything in kronolith. (I know it is still in the database but it
isn't shown)
I noticed a difference in the categories table of horde earlier.
I hope someone can help me.
--
M.Vr.Gr.
Marc Fellman
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
From thierry at pompo.net Thu Dec 5 11:56:52 2002
From: thierry at pompo.net (Thierry Thomas)
Date: Fri Feb 4 10:07:48 2005
Subject: [horde] PHP 4.3.0RC2 => Horde 2.1 broken => new release?
Message-ID: <20021205195652.GA48373@graf.pompo.net>
Hello,
PHP 4.3.0 will be released soon, and you can already fetch 4.3.0RC2
from . But Horde 2.1 (last release) does not
work with it out of the box.
PHP 4.3.0 comes with the package DB-1.3, without DB::isWarning, but it
is required by Horde 2.1 (Noted in Bugzilla Bug 1116).
There is no more Crypt_HCEMD5, but it is still mandatory...
These problems have been addressed in CVS, but we should provide a
release working with PHP-Release. What about a Horde 2.1.1?
Regards,
--
Th. Thomas.
From devinec at sas.upenn.edu Thu Dec 5 14:05:22 2002
From: devinec at sas.upenn.edu (Colin Devine)
Date: Fri Feb 4 10:07:48 2005
Subject: [horde] Re: [imp] Webmail and timeout
References:
Message-ID: <3DEFCDA2.4975D988@sas.upenn.edu>
We have been experiencing this same problem since our upgrade to
horde-2.1/imp-3.1 in September. Noticing that the cvs had a solution
(the timeout warning) but not wanting to upgrade to an unstable version
a coworker and I backported the code this morning. It wasn't too
difficult and only involved adding lines to 3 files. I have included
the diff files and here is a description of our work:
added the following code to the end of
imp/templates/compose/javascript.inc:
-----------
function timeoutReminder(first_reminder)
{
if (first_reminder) {
var msg = '';
} else {
var msg = '';
}
if (window.confirm(msg)) {
document.compose.actionID.value = '';
uniqSubmit();
}
}
window.setTimeout('timeoutReminder(true)', ( -
300) * 1000);
window.setTimeout('timeoutReminder(false)', ( -
60) * 1000);
//-->
--------------------
Added the following constant to imp/lib/constants.php
/** @const REFRESH_COMPOSE Refresh the compose window. */
define('REFRESH_COMPOSE', 166);
--------------------
Added the following line at line 1088 of imp/compose.php:
$timeout = ini_get('session.gc_maxlifetime');
-------------------
--Colin Devine
Big thanks to Warren Petrofsky for his help.
Paul J wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Dear All,
>
> I received the following email from a user of our Horde+IMP framework:
>
> ========================================================================
>
> Feel free to classify this as a bug or feature request. Basically, I
> have spent 20 minutes writing an email last night. I've sent it off and
> it seemed to have gone OK. When I tried to check my mail, it asked me to
> log on again. Timeout, fair enough. But, it actually didn't send that
> email! Nor did it inform me that there was a timeout, or at least offer
> me a chance to save the text. This should be improved, IMHO.
>
> ========================================================================
>
> Any thoughts on this?
>
> Paul
> - --
> Department of Computing, Imperial College London
> http://myitcv.org.uk/
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.0.6 (GNU/Linux)
> Comment: For info see http://www.gnupg.org
>
> iD8DBQE976Gm0YkfvYj92P4RAnG3AJ9QCoMk7gEWRXUNweo957Ez+a8a2wCdEHcO
> xrD4JVs+yxv6QsPdZTH2n50=
> =ez1h
> -----END PGP SIGNATURE-----
>
> --
> IMP mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
-------------- next part --------------
1088c1088
<
---
> $timeout = ini_get('session.gc_maxlifetime');
-------------- next part --------------
65a66
> /** @const REFRESH_COMPOSE Refresh the compose window. */ define('REFRESH_COMPOSE', 166);
-------------- next part --------------
164a165,183
> function timeoutReminder(first_reminder)
> {
> if (first_reminder) {
> var msg = '';
> } else {
> var msg = '';
> }
> if (window.confirm(msg)) {
> document.compose.actionID.value = '';
> uniqSubmit();
> }
> }
>
> window.setTimeout('timeoutReminder(true)', ( - 300) * 1000);
> window.setTimeout('timeoutReminder(false)', ( - 60) * 1000);
>
>
>
>
From tim at nonfiction.ca Thu Dec 5 15:59:06 2002
From: tim at nonfiction.ca (Tim Glen)
Date: Fri Feb 4 10:07:48 2005
Subject: [horde] Categories / Nag / Mnemo
Message-ID:
I'm having same problems setting up CVS horde. To be honest, I'm not really
having any luck with a lot of it (nag, mnemos, kronolith). I'm currently
attempting to set up nag and am getting an error every time I attempt to add
a task (a similar thing happens when I attempt to view tasks that are in the
DB). It seems that the tasks are getting added to the DB but an error is
coming up that doesn't allow me to view those tasks.
Here's the error that I'm getting:
Fatal error: Call to undefined function: haspermission() in
/home/nonfiction/web/intranet/horde/nag/templates/view/navbar.inc on line 12
When I var_dump the object ($share), I find that it's a pear_error:
object(pear_error)(7) {
["error_message_prefix"]=>
string(0) ""
["mode"]=>
int(1)
["level"]=>
int(1024)
["code"]=>
NULL
["message"]=>
string(13) "tim not found"
["userinfo"]=>
NULL
["callback"]=>
NULL
}
(tim being my username, authenticating via IMAP)
That object is being set on line 4:
$share = $GLOBALS['nag_shares']->getShare($tasklist_id);
I believe that the shares are using the horde categories somehow (am I wrong
in this?). Here is my horde categories setup:
$conf['category']['driver'] = 'sql';
$conf['category']['params'] = array();
$conf['category']['params']['phptype'] = 'mysql';
$conf['category']['params']['protocol'] = 'tcp';
$conf['category']['params']['hostspec'] = 'localhost';
$conf['category']['params']['username'] = 'horde';
$conf['category']['params']['password'] = '*******';
$conf['category']['params']['database'] = 'horde';
I've noticed that the categories table has never had any content added to
it.
For the record, I ran "cvs update -Pd" and also rebuilt the DB tables so I
was starting fresh. I continue to have the same problems.
Does anyone have any ideas? I've seen this question come up a couple of
times but none of the answers seemed to help me in any way. Any help would
be very much appreciated.
--
tim glen
nonfiction studios
phone 403.686.8887
From RandyTunison at higlum.com Thu Dec 5 17:40:58 2002
From: RandyTunison at higlum.com (Randy Tunison)
Date: Fri Feb 4 10:07:48 2005
Subject: [horde] Categories / Nag / Mnemo
In-Reply-To:
References:
Message-ID: <1039138858.3df0002a5c45b@jeh.inside>
Quoting Tim Glen :
> $conf['category']['params']['password'] = '*******';
Is that really your password?
From wurst at eminenz.ath.cx Thu Dec 5 22:49:05 2002
From: wurst at eminenz.ath.cx (wurst@eminenz.ath.cx)
Date: Fri Feb 4 10:07:49 2005
Subject: [horde] horde not saveing options
Message-ID: <1039157345.3df0486115c99@eminenz.ath.cx>
when i click on "options" in horde, whatever i enter is not saved. imp, tuba,
gollem ... saving is working good. i'm using sql backend for it.
any things to try?
thanks
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
From tim at nonfiction.ca Fri Dec 6 08:10:10 2002
From: tim at nonfiction.ca (Tim Glen)
Date: Fri Feb 4 10:07:49 2005
Subject: [horde] Categories / Nag / Mnemo
In-Reply-To: <1039138858.3df0002a5c45b@jeh.inside>
Message-ID:
On 12/5/02 6:40 PM, "Randy Tunison" wrote:
> Quoting Tim Glen :
>
>> $conf['category']['params']['password'] = '*******';
>
> Is that really your password?
Of course not. Somehow I didn't think it would be a good idea to broadcast
the password...
Does anyone have categories set up differently? They haven't seemed to work
for me yet, regardless of configuration.
--
tim glen
nonfiction studios
phone 403.686.8887
From kelly at featureprice.com Fri Dec 6 13:14:41 2002
From: kelly at featureprice.com (kelly@featureprice.com)
Date: Fri Feb 4 10:07:49 2005
Subject: [horde] Strange error on CVS Head
Message-ID: <1039209281.3df113416c8b2@email.featureprice.com>
When i first login (horde summary) i get the following:
Warning: Missing argument 1 for getorder() in /http/horde/lib/Category.php on
line 873
Fatal error: Call to undefined function: getcategoryid() in
/http/horde/lib/Category.php on line 878
From wurst at eminenz.ath.cx Fri Dec 6 13:08:58 2002
From: wurst at eminenz.ath.cx (wurst@eminenz.ath.cx)
Date: Fri Feb 4 10:07:49 2005
Subject: [horde] mnemo haspermission
Message-ID: <1039208938.3df111eadb8b2@eminenz.ath.cx>
what is this haspermissions? i can add/delete notes, but this error ist always
occuring.
thanks
-------------------------
Fatal error: Call to undefined function: haspermission()
in /srv/www/htdocs/horde/mnemo/templates/list/memo_summaries.inc on line 3
-------------------------
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
From llarquere at aacom.fr Fri Dec 6 14:16:30 2002
From: llarquere at aacom.fr (=?ISO-8859-1?Q?Laurent_Larqu=E8re?=)
Date: Fri Feb 4 10:07:49 2005
Subject: [horde] Categories / Nag / Mnemo
In-Reply-To:
References:
Message-ID: <3DF121BE.5000105@aacom.fr>
Hi Tim
i've
$conf['category']['driver'] = 'sql';
$conf['category']['params'] = array();
$conf['category']['params']['phptype'] = '*pg*sql';
$conf['category']['params']['hostspec'] = 'localhost*:8621*';
$conf['category']['params']['username'] = 'hordelui';
$conf['category']['params']['password'] = 'lemotdepasse';
$conf['category']['params']['database'] = 'hordemoi';
$conf['category']['params'][*'table'] = 'horde_categories*';
$conf['category']['params']['*port'] = '8621*';
$conf['category']['params']['*protocol'] = 'unix*';
and if i change this setup
kronolith, nag and mnemo give a blank page
hope this help
Tim Glen wrote:
>On 12/5/02 6:40 PM, "Randy Tunison" wrote:
>
>
>
>>Quoting Tim Glen :
>>
>>
>>
>>>$conf['category']['params']['password'] = '*******';
>>>
>>>
>>Is that really your password?
>>
>>
>
>Of course not. Somehow I didn't think it would be a good idea to broadcast
>the password...
>
>Does anyone have categories set up differently? They haven't seemed to work
>for me yet, regardless of configuration.
>
>
From chuck at horde.org Fri Dec 6 14:02:07 2002
From: chuck at horde.org (Chuck Hagenbuch)
Date: Fri Feb 4 10:07:49 2005
Subject: [horde] Strange error on CVS Head
In-Reply-To: <1039209281.3df113416c8b2@email.featureprice.com>
References: <1039209281.3df113416c8b2@email.featureprice.com>
Message-ID: <1039212126.3df11e5f02802@marina.horde.org>
Quoting kelly@featureprice.com:
> When i first login (horde summary) i get the following:
>
> Warning: Missing argument 1 for getorder() in
> /http/horde/lib/Category.php on
> line 873
>
> Fatal error: Call to undefined function: getcategoryid() in
> /http/horde/lib/Category.php on line 878
What category driver are you using? SQL or null?
-chuck
--
Charles Hagenbuch,
"People ask me all the time what it will be like living without otters."
- Google, thanks to Harpers
From jdebrunn at one.net Fri Dec 6 14:56:14 2002
From: jdebrunn at one.net (Jdebrunn)
Date: Fri Feb 4 10:07:49 2005
Subject: [horde]
Message-ID: <200212062256.RAA19931@rhetoric.nuvox.net>
Hello:
I'm trying to get the latest (CVS) version of Horde/Imp/etc running and
cannot get past the login screen.
When I use IMP/IMAP login, I get a success message in the log but I'm
returned to the login screen. Using the IMP test page I get a successful
logon to the IMAP server. The regular horde/test.php is OK except for PEAR.
I copied the current PEAR files over from the horde site and still get an
out of date pear message. I saw a message on the list that this is not an
accurate message - is that true?
When I try SQL login, I get a bad username/password message and a failure
message in the log. I have tried saving the password as both plaintext and
MD5 without success. I used
I have set logging to the max but am not getting many messages so I'm not
getting any help there. Connections to the database are fine so the problem
is not with connectinig to the database. I used htpasswd on the linux box to
generate the hash for the SQL login - using the word 'password' as the
password it gave the hash as:
$apr1$MTiPk/..$RUl4j2tagFs/PQchQGGU0/
Does that look correct or could that be the problem with the SQL login?
I'm using Postgresql on a linux box for the database and a W2K box as the
webserver. I've had Horde/IMP running on the linux box but I'm trying out
the new apps that require newer versions of PHP than I can get to install. I
have the latest PHP on the Windows machine which is why I'm using it
instead.
Any suggestions are appreciated.
Joe
From tim at nonfiction.ca Fri Dec 6 15:47:44 2002
From: tim at nonfiction.ca (Tim Glen)
Date: Fri Feb 4 10:07:49 2005
Subject: [horde] Categories / Nag / Mnemo
In-Reply-To:
Message-ID:
Thanks to those of you who gave me suggestions. I tried them out and still
couldn't get it working.
In following this through, I'm noticing that there's never any content in
the horde_categories table. I would assume that there should be since the
_load function in lib/Category/sql.php queries against that table.
When/where should records be put into this table? I can't find where it
would happen and it definitely isn't happening right now.
Thanks in advance,
tim
On 12/5/02 4:59 PM, "Tim Glen" wrote:
> I'm having same problems setting up CVS horde. To be honest, I'm not really
> having any luck with a lot of it (nag, mnemos, kronolith). I'm currently
> attempting to set up nag and am getting an error every time I attempt to add
> a task (a similar thing happens when I attempt to view tasks that are in the
> DB). It seems that the tasks are getting added to the DB but an error is
> coming up that doesn't allow me to view those tasks.
>
> Here's the error that I'm getting:
> Fatal error: Call to undefined function: haspermission() in
> /home/nonfiction/web/intranet/horde/nag/templates/view/navbar.inc on line 12
>
> When I var_dump the object ($share), I find that it's a pear_error:
> object(pear_error)(7) {
> ["error_message_prefix"]=>
> string(0) ""
> ["mode"]=>
> int(1)
> ["level"]=>
> int(1024)
> ["code"]=>
> NULL
> ["message"]=>
> string(13) "tim not found"
> ["userinfo"]=>
> NULL
> ["callback"]=>
> NULL
> }
> (tim being my username, authenticating via IMAP)
>
> That object is being set on line 4:
> $share = $GLOBALS['nag_shares']->getShare($tasklist_id);
>
> I believe that the shares are using the horde categories somehow (am I wrong
> in this?). Here is my horde categories setup:
> $conf['category']['driver'] = 'sql';
>
> $conf['category']['params'] = array();
> $conf['category']['params']['phptype'] = 'mysql';
> $conf['category']['params']['protocol'] = 'tcp';
> $conf['category']['params']['hostspec'] = 'localhost';
> $conf['category']['params']['username'] = 'horde';
> $conf['category']['params']['password'] = '*******';
> $conf['category']['params']['database'] = 'horde';
>
> I've noticed that the categories table has never had any content added to
> it.
>
> For the record, I ran "cvs update -Pd" and also rebuilt the DB tables so I
> was starting fresh. I continue to have the same problems.
>
> Does anyone have any ideas? I've seen this question come up a couple of
> times but none of the answers seemed to help me in any way. Any help would
> be very much appreciated.
From eculp at encontacto.net Fri Dec 6 16:20:47 2002
From: eculp at encontacto.net (eculp@encontacto.net)
Date: Fri Feb 4 10:07:49 2005
Subject: [horde] Categories / Nag / Mnemo
In-Reply-To:
References:
Message-ID: <1039220447.3df13edf9759d@Mail.EnContacto.Net>
Quoting Tim Glen :
| Thanks to those of you who gave me suggestions. I tried them out and still
| couldn't get it working.
|
| In following this through, I'm noticing that there's never any content in
| the horde_categories table. I would assume that there should be since the
| _load function in lib/Category/sql.php queries against that table.
|
| When/where should records be put into this table? I can't find where it
| would happen and it definitely isn't happening right now.
|
| Thanks in advance,
|
| tim
|
| On 12/5/02 4:59 PM, "Tim Glen" wrote:
|
| > I'm having same problems setting up CVS horde. To be honest, I'm not
| really
| > having any luck with a lot of it (nag, mnemos, kronolith). I'm currently
| > attempting to set up nag and am getting an error every time I attempt to
| add
| > a task (a similar thing happens when I attempt to view tasks that are in
| the
| > DB). It seems that the tasks are getting added to the DB but an error is
| > coming up that doesn't allow me to view those tasks.
I'm seeing the same problem. I started from scratch with everything
clean and can't add tasks, notes or calendar events. It looks like it is
being added and isn't. Kronolith give no error be returns a white screen.
Nag just goes back as if I had not added a task. The same with mnemo.
I can not make any changes to groups from the administration menu. I
tried to add a sub-group and get:
'test' was not created: DB Error: constraint violation.
The last thing that I have noticed is the trean is missing the "add" button
to add new bookmarks.
When I set display_error=on in php.ini I get the same error as you.
Fatal error: Call to undefined function: haspermission() in
/usr/local/www/data/horde/mnemo/templates/list/memo_summaries.inc on line 3
At least there ar two of us now. The reason, IMO, is that after the cvs
update everything worked except for new users. That is when I decided to
clean-up my database and try to find the problem. Not really smart :-)
If you find a solution off list, please let me know.
thanks,
ed
| >
| > Here's the error that I'm getting:
| > Fatal error: Call to undefined function: haspermission() in
| > /home/nonfiction/web/intranet/horde/nag/templates/view/navbar.inc on line
| 12
| >
| > When I var_dump the object ($share), I find that it's a pear_error:
| > object(pear_error)(7) {
| > ["error_message_prefix"]=>
| > string(0) ""
| > ["mode"]=>
| > int(1)
| > ["level"]=>
| > int(1024)
| > ["code"]=>
| > NULL
| > ["message"]=>
| > string(13) "tim not found"
| > ["userinfo"]=>
| > NULL
| > ["callback"]=>
| > NULL
| > }
| > (tim being my username, authenticating via IMAP)
| >
| > That object is being set on line 4:
| > $share = $GLOBALS['nag_shares']->getShare($tasklist_id);
| >
| > I believe that the shares are using the horde categories somehow (am I
| wrong
| > in this?). Here is my horde categories setup:
| > $conf['category']['driver'] = 'sql';
| >
| > $conf['category']['params'] = array();
| > $conf['category']['params']['phptype'] = 'mysql';
| > $conf['category']['params']['protocol'] = 'tcp';
| > $conf['category']['params']['hostspec'] = 'localhost';
| > $conf['category']['params']['username'] = 'horde';
| > $conf['category']['params']['password'] = '*******';
| > $conf['category']['params']['database'] = 'horde';
| >
| > I've noticed that the categories table has never had any content added to
| > it.
| >
| > For the record, I ran "cvs update -Pd" and also rebuilt the DB tables so I
| > was starting fresh. I continue to have the same problems.
| >
| > Does anyone have any ideas? I've seen this question come up a couple of
| > times but none of the answers seemed to help me in any way. Any help would
| > be very much appreciated.
|
|
| --
| Horde mailing list
| Frequently Asked Questions: http://horde.org/faq/
| To unsubscribe, mail: horde-unsubscribe@lists.horde.org
|
--
-------------------------------------------------
From tdondich at majiknetworks.com Fri Dec 6 16:59:38 2002
From: tdondich at majiknetworks.com (Taylor Dondich)
Date: Fri Feb 4 10:07:49 2005
Subject: [horde] Setting up the initial user.
Message-ID: <3DF147FA.2050503@majiknetworks.com>
I have read through the INSTALL file, and I'm just trying to get the
basic horde setup working first with no applications. How would I go
along by creating the inital user in the database?
Taylor
From tonni at billy.demon.nl Fri Dec 6 17:21:34 2002
From: tonni at billy.demon.nl (Tony Earnshaw)
Date: Fri Feb 4 10:07:49 2005
Subject: [horde]
In-Reply-To: <200212062256.RAA19931@rhetoric.nuvox.net>
References: <200212062256.RAA19931@rhetoric.nuvox.net>
Message-ID: <1039224086.13157.361.camel@localhost>
fre, 2002-12-06 kl. 23:56 skrev Jdebrunn:
> I'm trying to get the latest (CVS) version of Horde/Imp/etc running and
> cannot get past the login screen.
Dunno if this offers any comfort, but it's exactly the same for me with
Horde CVS and PHP 4.2.3 on Apache 1.3.27, MySQL 3.23.52.
But then it was for Horde 2.1 too, so what the h*ll? I'm only trying to
get Horde working, and don't care about Imp or anything else at the
moment.
I've taken the view that everything is *my* fault, and that I have to
learn PHP4 properly, understand the code and debug the whole thing. I
got only one major bug in 2.1 that stopped a MySQL connect and fixed
that.
With the CVS I can insist on a TCP connection (exclusively domain socket
on 2.1) and can use Ethereal. Doesn't help with anything.
> When I use IMP/IMAP login, I get a success message in the log but I'm
> returned to the login screen. Using the IMP test page I get a successful
> logon to the IMAP server. The regular horde/test.php is OK except for PEAR.
> I copied the current PEAR files over from the horde site and still get an
> out of date pear message. I saw a message on the list that this is not an
> accurate message - is that true?
Maybe yes and maybe no. The db connect will probably work without a pear
update from 4.1. You can get the latest CVS Pear at pear.php.net, with
the normal CVS procedure (it explains how). However, once you've got it,
you still have to install it and the online manual tells you useless
lies about how to do that. I had to jam it into my php4 install tree and
do a fresh 'make install' ('cos I'm lazy). Watch out though, since
there's a Makefile.frag with which you may have to patch the php4
Makefile.
Even then, the only thing *that* fixes, is PEAR not being compliant.
You'll still have to include the new php4 stuff like compiling Openssl
into php4 - and more - to stop it yakking. And even then there are
things that test.php will barf at.
> When I try SQL login, I get a bad username/password message and a failure
> message in the log. I have tried saving the password as both plaintext and
> MD5 without success.
Yep. It's taught me an awful lot about php4 coding and MySQL password
encryption up to now, trying to degug it.
> I have set logging to the max but am not getting many messages so I'm not
> getting any help there.
Agree.
> Connections to the database are fine so the problem
> is not with connectinig to the database. I used htpasswd on the linux box to
> generate the hash for the SQL login - using the word 'password' as the
> password it gave the hash as:
> $apr1$MTiPk/..$RUl4j2tagFs/PQchQGGU0/
With MySQL you can see what things *should* be. It's just that Horde
doesn't give the right crypt or hash to MySQL. That's what I'm trying to
sort out at the moment.
> Does that look correct or could that be the problem with the SQL login?
Certainly it's not what MySQL would expect.
> I'm using Postgresql on a linux box for the database
To each his own poison.
> and a W2K box as the webserver.
Hmmm ...
> I've had Horde/IMP running on the linux box but I'm trying out
> the new apps that require newer versions of PHP than I can get to install. I
> have the latest PHP on the Windows machine which is why I'm using it
> instead.
Guess that both of us are stuck at the same point, for me that's Horde
giving an md5 encrypted string and MySQL expecting a MySQL crypt string.
However, as I said above, the whole thing is my fault and I have to sort
it out. When I've got far enough to pin it down, I'll get back to the
list.
Best,
Tony
--
Tony Earnshaw
When all's said and done ...
there's nothing left to say or do.
e-post: tonni@billy.demon.nl
www: http://www.billy.demon.nl
From tonni at billy.demon.nl Fri Dec 6 17:42:41 2002
From: tonni at billy.demon.nl (Tony Earnshaw)
Date: Fri Feb 4 10:07:49 2005
Subject: [horde] Setting up the initial user.
In-Reply-To: <3DF147FA.2050503@majiknetworks.com>
References: <3DF147FA.2050503@majiknetworks.com>
Message-ID: <1039225360.13152.370.camel@localhost>
l?r, 2002-12-07 kl. 01:59 skrev Taylor Dondich:
> I have read through the INSTALL file, and I'm just trying to get the
> basic horde setup working first with no applications. How would I go
> along by creating the inital user in the database?
CONFIGURING HORDE Point 2 of the INSTALL file (in ./docs with the CVS
version), which you say you've read through. See where it says: "First,
look in scripts/db/ to see if a "_create" script already exists for your
database."?
In scripts/db there is a README file.
Best,
Tony
--
Tony Earnshaw
When all's said and done ...
there's nothing left to say or do.
e-post: tonni@billy.demon.nl
www: http://www.billy.demon.nl
From tdondich at majiknetworks.com Fri Dec 6 22:08:51 2002
From: tdondich at majiknetworks.com (Taylor Dondich)
Date: Fri Feb 4 10:07:49 2005
Subject: [horde] Setting up the initial user.
In-Reply-To: <3DF147FA.2050503@majiknetworks.com>
References: <3DF147FA.2050503@majiknetworks.com>
<1039225360.13152.370.camel@localhost>
Message-ID: <3DF19073.4000600@majiknetworks.com>
I *have* read the INSTALL file. I *have* setup the inital database. I
want to create a user where I can actually *login* to the system and
administer it.
Taylor
Tony Earnshaw wrote:
>l?r, 2002-12-07 kl. 01:59 skrev Taylor Dondich:
>
>
>
>>I have read through the INSTALL file, and I'm just trying to get the
>>basic horde setup working first with no applications. How would I go
>>along by creating the inital user in the database?
>>
>>
>
>CONFIGURING HORDE Point 2 of the INSTALL file (in ./docs with the CVS
>version), which you say you've read through. See where it says: "First,
>look in scripts/db/ to see if a "_create" script already exists for your
>database."?
>
>In scripts/db there is a README file.
>
>Best,
>
>Tony
>
>
>
From mfellman at xs4all.nl Sat Dec 7 00:28:49 2002
From: mfellman at xs4all.nl (Marc Fellman)
Date: Fri Feb 4 10:07:49 2005
Subject: [horde] mnemo haspermission
In-Reply-To: <1039208938.3df111eadb8b2@eminenz.ath.cx>
References: <1039208938.3df111eadb8b2@eminenz.ath.cx>
Message-ID: <1039249729.3df1b141511cd@fellsoft.homeip.net>
> ----- Bericht van wurst@eminenz.ath.cx ---------
> Datum: Fri, 6 Dec 2002 22:08:58 +0100
> Van: wurst@eminenz.ath.cx
> Antwoorden aan:wurst@eminenz.ath.cx
> Onderwerp: [horde] mnemo haspermission
> Aan: horde@lists.horde.org
>
> what is this haspermissions? i can add/delete notes, but this error ist
> always
> occuring.
> thanks
> -------------------------
> Fatal error: Call to undefined function: haspermission()
> in /srv/www/htdocs/horde/mnemo/templates/list/memo_summaries.inc on line 3
> -------------------------
>
Do you use the CVS version of Mnemo? If that's the case you should look at the
horde_categories table and look if there is a order column. Appearantly it is
possible to add the field. I at least added the field to the table and got it
working.
Marc
> ----- Einde bericht van wurst@eminenz.ath.cx -----
--
M.Vr.Gr.
Marc Fellman
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
From tonni at billy.demon.nl Sat Dec 7 01:08:50 2002
From: tonni at billy.demon.nl (Tony Earnshaw)
Date: Fri Feb 4 10:07:49 2005
Subject: [horde] Setting up the initial user.
In-Reply-To: <3DF15D58.4000808@majiknetworks.com>
References: <3DF147FA.2050503@majiknetworks.com>
<3DF15D58.4000808@majiknetworks.com>
Message-ID: <1039252108.13157.387.camel@localhost>
l?r, 2002-12-07 kl. 03:30 skrev Taylor Dondich:
Ah. I see what you mean. No, you're right. I had to do it in MySQL
itself. But writing your own script wouldn't be so difficult.
Best,
Tony
> Reading the README file in the scripts/db/ directory, there is no file
> to create the initial user. I've already created the databases using
> these scripts.
> Tony Earnshaw wrote:
>
> >lr, 2002-12-07 kl. 01:59 skrev Taylor Dondich:
> >
> >
> >
> >>I have read through the INSTALL file, and I'm just trying to get the
> >>basic horde setup working first with no applications. How would I go
> >>along by creating the inital user in the database?
> >>
> >>
> >
> >CONFIGURING HORDE Point 2 of the INSTALL file (in ./docs with the CVS
> >version), which you say you've read through. See where it says: "First,
> >look in scripts/db/ to see if a "_create" script already exists for your
> >database."?
> >
> >In scripts/db there is a README file.
> >
> >Best,
> >
> >Tony
> >
> >
> >
--
Tony Earnshaw
When all's said and done ...
there's nothing left to say or do.
e-post: tonni@billy.demon.nl
www: http://www.billy.demon.nl
From wurst at eminenz.ath.cx Sat Dec 7 01:51:31 2002
From: wurst at eminenz.ath.cx (wurst@eminenz.ath.cx)
Date: Fri Feb 4 10:07:49 2005
Subject: [horde] mnemo haspermission
Message-ID: <1039254691.3df1c4a322001@eminenz.ath.cx>
>> what is this haspermissions? i can add/delete notes, but this error ist
>> always
>> occuring.
>> thanks
>> -------------------------
>> Fatal error: Call to undefined function: haspermission()
>> in /srv/www/htdocs/horde/mnemo/templates/list/memo_summaries.inc on line 3
>> -------------------------
>>
> Do you use the CVS version of Mnemo? If that's the case you should look at the
> horde_categories table and look if there is a order column. Appearantly it is
> possible to add the field. I at least added the field to the table and got it
> working.
what exactly should i add? in the "horde_categories" table is no filed "order".
but as what should i add it? (type)
thanks
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
From mfellman at xs4all.nl Sat Dec 7 02:02:21 2002
From: mfellman at xs4all.nl (Marc Fellman)
Date: Fri Feb 4 10:07:49 2005
Subject: [horde] mnemo haspermission
In-Reply-To: <1039254691.3df1c4a322001@eminenz.ath.cx>
References: <1039254691.3df1c4a322001@eminenz.ath.cx>
Message-ID: <1039255341.3df1c72dc0992@fellsoft.homeip.net>
Hi,
You could look in horde/scripts/db/ for a sql file you used to create the
database backend. You could compare that to the table you are using. With
phpMyAdmin it is relativly easy to add the field in the right spot. *Think also
of the index)
Hope this gets you on the way.
--
M.Vr.Gr.
Marc Fellman
> ----- Bericht van wurst@eminenz.ath.cx ---------
> Datum: Sat, 7 Dec 2002 10:51:31 +0100
> Van: wurst@eminenz.ath.cx
> Antwoorden aan:wurst@eminenz.ath.cx
> Onderwerp: Re: [horde] mnemo haspermission
> Aan: horde@lists.horde.org
>
> >> what is this haspermissions? i can add/delete notes, but this error ist
> >> always
> >> occuring.
> >> thanks
> >> -------------------------
> >> Fatal error: Call to undefined function: haspermission()
> >> in /srv/www/htdocs/horde/mnemo/templates/list/memo_summaries.inc on line 3
> >> -------------------------
> >>
>
> > Do you use the CVS version of Mnemo? If that's the case you should look at
> the
> > horde_categories table and look if there is a order column. Appearantly it
> is
> > possible to add the field. I at least added the field to the table and got
> it
> > working.
>
> what exactly should i add? in the "horde_categories" table is no filed
> "order".
> but as what should i add it? (type)
>
> thanks
>
> -------------------------------------------------
> This mail sent through IMP: http://horde.org/imp/
>
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe@lists.horde.org
>
>
> ----- Einde bericht van wurst@eminenz.ath.cx -----
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
From tonni at billy.demon.nl Sat Dec 7 04:26:39 2002
From: tonni at billy.demon.nl (Tony Earnshaw)
Date: Fri Feb 4 10:07:50 2005
Subject: [horde]
In-Reply-To: <1039224086.13157.361.camel@localhost>
References: <200212062256.RAA19931@rhetoric.nuvox.net>
<1039224086.13157.361.camel@localhost>
Message-ID: <1039263993.13156.406.camel@localhost>
l?r, 2002-12-07 kl. 02:21 skrev Tony Earnshaw:
> fre, 2002-12-06 kl. 23:56 skrev Jdebrunn:
> > I'm trying to get the latest (CVS) version of Horde/Imp/etc running and
> > cannot get past the login screen.
>
> Dunno if this offers any comfort, but it's exactly the same for me with
> Horde CVS and PHP 4.2.3 on Apache 1.3.27, MySQL 3.23.52.
> I've taken the view that everything is *my* fault, and that I have to
> learn PHP4 properly, understand the code and debug the whole thing. I
> got only one major bug in 2.1 that stopped a MySQL connect and fixed
> that.
*DONE IT!*
However, this only applies to CVS HEAD, pear CVS head and MySQL running
on Linux. Others might find their MMV.
By changing line 112 in sql.php thus:
// $this->_db->quote(md5($credentials['password'])));
To:
$this->_db->quote(($credentials['password'])));
and copying and pasting the MySQL-encrypted password into the Horde url
password entry box, I could log in as an admin user (me :-). In as much
as I'd defined "me" as an admin user, along with horde.
>From "inside" the Horde admin module, I can add new MySQL user objects
and generally play about, which is what I was after. To begin with.
I *knew* it had to be that pesky md5 that was fscking things up. Now all
I have to find is a "crypt" alternative to md5 that MySQL will accept.
Which raises the question: "Why did the otherwise brilliant Horde
developers make this so difficult? Why does md5 work for them and not
for everyday people like me?"
Best,
Tony
--
Tony Earnshaw
When all's said and done ...
there's nothing left to say or do.
e-post: tonni@billy.demon.nl
www: http://www.billy.demon.nl
From s-beutel at gmx.de Sat Dec 7 07:44:55 2002
From: s-beutel at gmx.de (s-beutel@gmx.de)
Date: Fri Feb 4 10:07:50 2005
Subject: [horde] Setting up the initial user.
References: <1039252108.13157.387.camel@localhost>
Message-ID: <7571.1039275895@www54.gmx.net>
> > Reading the README file in the scripts/db/ directory, there is no file
> > to create the initial user. I've already created the databases using
> > these scripts.
you need to insert a user and password into to horde_users table, password
being md5'ed. Might do so at the mysql console (INSERT INTO....) or using a
tool loke phpmyadmin...
Sebastian
From tonni at billy.demon.nl Sat Dec 7 10:15:35 2002
From: tonni at billy.demon.nl (Tony Earnshaw)
Date: Fri Feb 4 10:07:50 2005
Subject: [horde]
In-Reply-To: <1039263993.13156.406.camel@localhost>
References: <200212062256.RAA19931@rhetoric.nuvox.net>
<1039224086.13157.361.camel@localhost>
<1039263993.13156.406.camel@localhost>
Message-ID: <1039284924.24530.47.camel@localhost>
l?r, 2002-12-07 kl. 13:26 skrev Tony Earnshaw:
> Which raises the question: "Why did the otherwise brilliant Horde
> developers make this so difficult? Why does md5 work for them and not
> for everyday people like me?"
Sebastian Beutel's geniality solved *that* one.
New users need to be entered into MySQL with MySQL's md5() and *not*
password() for password encryption.
Then Horde CVS HEAD (and presumably 2.5) work right out of the box.
This does *not* mean that the scripts/db/mysql_create.sql script has to
be changed (in fact it must *not* be changed): it uses the pear DB
classes and not the Horde classes, which the lib/Auth/sql.php script
uses.
None of this stuff is documented, which may or may not be "a Good
Thing", in as much as it forces one to think and learn PHP4. "Learning
by use of the cat o' nine tails", just like school again.
By the way, I have no problem with my chosen locale, nn_NO. It works
o.k., but it ain't complete, though. Nokon so' vil ha hjelp?
Best,
Tony
--
Tony Earnshaw
When all's said and done ...
there's nothing left to say or do.
e-post: tonni@billy.demon.nl
www: http://www.billy.demon.nl
From tonni at billy.demon.nl Sat Dec 7 10:16:05 2002
From: tonni at billy.demon.nl (Tony Earnshaw)
Date: Fri Feb 4 10:07:50 2005
Subject: [horde] Setting up the initial user.
In-Reply-To: <7571.1039275895@www54.gmx.net>
References: <1039252108.13157.387.camel@localhost>
<7571.1039275895@www54.gmx.net>
Message-ID: <1039284925.24534.49.camel@localhost>
l?r, 2002-12-07 kl. 16:44 skrev s-beutel@gmx.de:
> > > Reading the README file in the scripts/db/ directory, there is no file
> > > to create the initial user. I've already created the databases using
> > > these scripts.
> you need to insert a user and password into to horde_users table, password
> being md5'ed. Might do so at the mysql console (INSERT INTO....) or using a
> tool loke phpmyadmin...
Unbelievable! *IT WORKS FOR MD5*
Yippee, thanks Sebastian!
I did it with "REPLACE" instead of "INSERT" at the MySQL console. Apart
from about an hour of trying to use "user_id" instead of "user_uid",
which of course didn't work.
Best og fortsatt god l?rdag,
Tonni
--
Tony Earnshaw
When all's said and done ...
there's nothing left to say or do.
e-post: tonni@billy.demon.nl
www: http://www.billy.demon.nl
From greg.johnson at anderkol.com Sat Dec 7 22:21:36 2002
From: greg.johnson at anderkol.com (Greg Johnson)
Date: Fri Feb 4 10:07:50 2005
Subject: [horde] csv file import
In-Reply-To: <1039088636.3def3bfcd1034@server>
References: <1039088636.3def3bfcd1034@server>
Message-ID: <1039328496.3df2e4f097aee@server>
Re - trying to import a csv file into turba, message is:
> ---------------------------------------------------------------------
> Warning: Unable to open '/tmp/phpMmZwbF' for reading: No such file or
> directory in /var/www/horde/lib/Data/csv.php on line 204
>
> Warning: Unable to move '/tmp/phpMmZwbF' to '/tmp/phpMmZwbF' in
> /var/www/horde/lib/Data/csv.php on line 204
>
> Fatal error: Call to a member function on a non-object in
> /var/www/horde/lib/Data/csv.php on line 205
problem appears to be that at line 203 $file_name and
$_FILES['import_file']['tmp_name'] are the same name, hence the "Unable to move 'x'
to 'x'" message.
have temporarily fixed this problem with the following at line 203:
/* $file_name = $tmp_dir . '/' . basename($_FILES['import_file']['tmp_name']); */
$file_name = $tmp_dir . '/' . 'xxx';
and the import continues to a successful completion.
hope this helps get to a proper fix. let me know if you need more info.
regards.
greg
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
From luc at delouw.ch Sat Dec 7 22:34:35 2002
From: luc at delouw.ch (Luc de Louw)
Date: Fri Feb 4 10:07:50 2005
Subject: [horde] configuring of horde failed
Message-ID: <3DF2E7FB.80700@delouw.ch>
Hi all,
I set up a new server with apache2, php 4.3.2, cyrus 2.1.11, horde 2.1,
imp 3.1 etc.
I followed the instruction on http://www.geocities.com/oliversl/imp/
After configuring I got the error:
Some of Horde's configuration files are missing......
The test.php shows all items in green.
IMP test was successful.
user "nobody" has access to /horde
horde-logging creates no file
no mysql-authtication error occured
actually I dont see anything wrong on my system.
Now I'm really stuck :-(
Any ideas?
rgds
Luc
From tdondich at majiknetworks.com Sat Dec 7 23:46:42 2002
From: tdondich at majiknetworks.com (Taylor Dondich)
Date: Fri Feb 4 10:07:50 2005
Subject: [horde]
If using IMP authentication, how do you perform groups and user security
Message-ID: <3DF2F8E2.90606@majiknetworks.com>
I am attempting to use Horde/Imp/and Gollem for example for doing a
groupware solution. I want the user to login once only and using IMP's
authentication is the easiest; however, in Gollem, I want users to be
able to upload files and have other people who are in their department
to access their files but no others. I don't know if this is possible
because without doing horde authentication, you can't create groups and
such. I am using the VFS, so there's no server level security in place.
Does anyone have a solution for this?
Taylor Dondich
From luc at delouw.ch Sun Dec 8 09:31:48 2002
From: luc at delouw.ch (Luc de Louw)
Date: Fri Feb 4 10:07:50 2005
Subject: [horde] configuring of horde failed
In-Reply-To: <3DF33A34.1080207@delouw.ch>
References: <3DF33A34.1080207@delouw.ch> <26918.1039356904@www15.gmx.net>
Message-ID: <3DF38204.4090708@delouw.ch>
s-beutel@gmx.de wrote:
> Luc,
>
> strange things are going on: www.horde.org is not reachable from here
> (thus
> I cannot browse the faq at the moment), and my mails don't reach the
> list's
> server...
The server was obviousely down, and the Backup-MX rejected the mails for
lists.horde.org :-(
>
>
> I am pretty sure it's either a php problem (as described before) or has to
> do with the changed file structure.
>
> - with php: your php configuration seems okay. But I know there are some
> functions missing in newer versions. If possible, check the php
> version of the
> running server you mentioned.
> - with file structure: where does the 'e-center' come from (whilst you
> wrote about that fault occuring when opening /horde/login.php)? This
> is really
> weird. I know that there are some changes necessary when horde being
> installed
> in other subdir names (faq's not reachable...)
> - with both: switch on php error loggin (in your php.ini) and look
> thru the
> messages you're getting.
[..]
I run apache with strace -f and found the error:
[pid 23249] lstat64("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid 23249] lstat64("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096,
...}) = 0
[pid 23249] lstat64("/usr/local/apache2", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
[pid 23249] lstat64("/usr/local/apache2/htdocs", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
[pid 23249] lstat64("/usr/local/apache2/htdocs/horde",
{st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
[pid 23249] lstat64("/usr/local/apache2/htdocs/horde/index.php",
{st_mode=S_IFREG|0644, st_size=1615, ...}) = 0
[pid 23249] brk(0x8212000) = 0x8212000
[pid 23249] ioctl(13, TCGETS, 0xbfffe060) = -1 ENOTTY (Inappropriate
ioctl for device)
[pid 23249] fstat64(13, {st_mode=S_IFREG|0644, st_size=1615, ...}) = 0
[pid 23249] mmap2(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40014000
[pid 23249] read(13, "
Any idea whats wrong with my php?
rgds
Luc
From jan at horde.org Sun Dec 8 10:51:11 2002
From: jan at horde.org (Jan Schneider)
Date: Fri Feb 4 10:07:50 2005
Subject: [horde] csv file import
In-Reply-To: <1039328496.3df2e4f097aee@server>
References: <1039088636.3def3bfcd1034@server>
<1039328496.3df2e4f097aee@server>
Message-ID: <1039373471.3df3949f48e26@jan.dip.ammma.net>
Zitat von Greg Johnson :
> Re - trying to import a csv file into turba, message is:
> > ---------------------------------------------------------------------
> > Warning: Unable to open '/tmp/phpMmZwbF' for reading: No such file or
> > directory in /var/www/horde/lib/Data/csv.php on line 204
> >
> > Warning: Unable to move '/tmp/phpMmZwbF' to '/tmp/phpMmZwbF' in
> > /var/www/horde/lib/Data/csv.php on line 204
> >
> > Fatal error: Call to a member function on a non-object in
> > /var/www/horde/lib/Data/csv.php on line 205
>
> problem appears to be that at line 203 $file_name and
> $_FILES['import_file']['tmp_name'] are the same name, hence the "Unable
> to move 'x'
> to 'x'" message.
How did I miss that? That still won't explain to me the first error message.
Probably PHP first checks if the target file already exists before copying
to it and removes it if so.
> have temporarily fixed this problem with the following at line 203:
> /* $file_name = $tmp_dir . '/' .
> basename($_FILES['import_file']['tmp_name']); */
> $file_name = $tmp_dir . '/' . 'xxx';
Try what I just committed. This should be fixed now for everyone who had
problems with the new import code.
Jan.
--
http://www.horde.org - The Horde Project
http://www.ammma.de - discover your knowledge
http://www.tip4all.de - Deine private Tippgemeinschaft
From jdebrunn at one.net Sun Dec 8 10:54:49 2002
From: jdebrunn at one.net (Jdebrunn)
Date: Fri Feb 4 10:07:50 2005
Subject: [horde] Login problem solved
Message-ID: <200212081854.NAA16107@rhetoric.nuvox.net>
I solved my problem - turned out I hadn't changed the PHP session directory.
I moved over to a W2K box and the session directory in php.ini was still set
as /tmp. I had set the log directory to the same directory where the
sessions were supposed to be saved and started wondering why I didn't see
any session files.
Now I just have to get everything configured so I can check out the new
modules!
Joe
From admin at webctr.com Sun Dec 8 11:13:29 2002
From: admin at webctr.com (The Web Center, Inc.)
Date: Fri Feb 4 10:07:50 2005
Subject: [horde] Server Error
Message-ID: <01ce01c29eed$e50e1ba0$1102a8c0@king>
I have installed the current versions of Horde and IMP here for
experimentation:
http://vs03.tvsecure.com/~vs03000/horde/test.php
However, any attempt to access the scripts using this domain, or even to
access test.php with a specific domain. produces a permission error:
http://vs03.tvsecure.net/horde/test.php
http://linuxadministration.com/horde/test.php
http://vs03.tvsecure.com/~vs03000/horde/imp/
I am working with the sysadmins on this, but I am also hoping someone else
has run into the same situation and has a few pointers...?
Thanx,
Darrell
From tonni at billy.demon.nl Sun Dec 8 13:00:14 2002
From: tonni at billy.demon.nl (Tony Earnshaw)
Date: Fri Feb 4 10:07:50 2005
Subject: [horde] Nice problem, getting to like Horde, cross post
Message-ID: <1039381211.19094.15.camel@localhost>
I've got this nice problem: I'm getting to like Horde.
I'm using CVS HEADs for Horde, Pear, Turba and Imp at the moment (on
Linux/apache 1.3.27, php 4.2.3 =much= modified :-), learned how PHP4
*ought* to be programmed and am mostly full of awe. I still have a lot
to learn/find out.
I promised Eric Rostetter I'd sort my own problems out as much as
possible, and apart from that awful md5 vs. PASSWORD default in the
MySQL create scripts which effs things up for a few, I've kept my word.
I used some help with that - the rest I sorted out for myself.
Couple of questions, maybe Eric can help:
1: OpenOffice.org is looking for groupware and reading
users@groupware.openoffice.org is rather like watching a mentally
disturbed dog chasing its own tail. Does anyone know if OOo is working
with Horde?
2: I use Ximian's Evolution for my mail. Most mailers have a signature
possibility (see below). Where's the signature possibility in Imp?
Best,
Tony
--
Tony Earnshaw
When all's said and done ...
there's nothing left to say or do.
e-post: tonni@billy.demon.nl
www: http://www.billy.demon.nl
From growe at woodvale.on.ca Sun Dec 8 13:49:58 2002
From: growe at woodvale.on.ca (growe@woodvale.on.ca)
Date: Fri Feb 4 10:07:51 2005
Subject: [horde] Little Problem...
Message-ID: <1039384198.3df3be86b8edf@www.woodvale.on.ca>
As soon as I try to access kronolith I get these errors...
Notice: Undefined index: calendar in /var/www/html/horde/kronolith/lib/base.php
on line 70
Notice: Undefined index: calendar in /var/www/html/horde/kronolith/lib/base.php
on line 70
Fatal error: Call to a member function on a non-object
in /var/www/html/horde/kronolith/lib/base.php on line 71
From growe at woodvale.on.ca Sun Dec 8 14:02:06 2002
From: growe at woodvale.on.ca (growe@woodvale.on.ca)
Date: Fri Feb 4 10:07:51 2005
Subject: [horde] Access is denied
Message-ID: <1039384926.3df3c15e988d8@www.woodvale.on.ca>
When I access horde the pages seem to load fine but I get an error saying...
Access is denied.
Why?
To see what I am talking about check out http://woodvale.on.ca/horde
You won't have to login to see the error.
Thanks,
Glenn
From luc at delouw.ch Sun Dec 8 14:07:48 2002
From: luc at delouw.ch (Luc de Louw)
Date: Fri Feb 4 10:07:51 2005
Subject: [horde] [PATCH] for passwd to support shadow style password
Message-ID: <3DF3C2B4.30101@delouw.ch>
Hi all,
I just made some changes to Hordes passwd/Drivers/sql.php to enable
usage of shadow encrypted passwords.
The change is actually, that first the encyrpted password is queried
from the db to have the needed salt
http://www.stanford.edu/group/itss-ccs/security/unix/Linux/Shadow-Password-HOWTO-2.html
is a source what I tought making this.
This makes sense if people had migrated from oldstyle unix-accounts to
a SQL based authentication using a virtual system. So no new passwords
are needed
for the clients. Just a script needs to be done to import the passwords
from /etc/shadow to
the database.
I'll do also the same for mysql-style encryption.
If there is a general interest, I'll also clean up the stuff a bit.
Hopefully I did not overseen somthing grave in terms of security, please
have a look.
Feedback is welcome
rgds
Luc
-------------- next part --------------
diff -Naur passwd-2.1/lib/Driver/sql.php passwd/lib/Driver/sql.php
--- passwd-2.1/lib/Driver/sql.php 2002-10-09 10:51:02.000000000 -0700
+++ passwd/lib/Driver/sql.php 2002-12-07 19:26:40.000000000 -0800
@@ -129,10 +129,22 @@
/* _connect() will die with Horde::fatal() upon failure. */
// $this->_connect();
+ /* First get the encrypted password out of the database to have the salt */
+
+ $query = 'SELECT ' . $this->params['pass_col'] . ' FROM ' . $this->params['table'];
+ $query .= ' WHERE ' . $this->params['user_col'] . ' = ' . $this->db->quote($user);
+
+ $result = $this->db->query($query);
+
+ if (!DB::isError($result)) {
+ $row=$result->fetchRow($result,0,$this->params['pass_col']);
+ $oldPassword = trim(crypt($oldPassword,$row[0]));
+ }
+
/* Build the SQL query. */
$query = 'SELECT ' . $this->params['user_col'] . ' FROM ' . $this->params['table'];
$query .= ' WHERE ' . $this->params['user_col'] . ' = ' . $this->db->quote($user);
- $query .= ' AND ' . $this->params['pass_col'] . ' = ' . $this->db->quote(md5($oldPassword));
+ $query .= ' AND ' . $this->params['pass_col'] . ' = ' . $this->db->quote($oldPassword);
/* Execute the query. */
$result = $this->db->query($query);
@@ -183,7 +195,8 @@
break;
case "crypt":
// The salt is left out, generated by php
- $change_info["userPassword"] = "{crypt}" . crypt($newPassword);
+ $change_info["userPassword"] = crypt($newPassword,substr($newPassword,0,2));
+ $newPassword = crypt($newPassword,substr($newPassword,0,2));
break;
case "md5":
$change_info["userPassword"] = md5($newPassword);
@@ -199,7 +212,7 @@
// now that we know that user exist and old password is correct, change the password
/* Build the SQL query. */
$query = 'UPDATE ' . $this->params['table'];
- $query .= ' set ' . $this->params['pass_col'] . ' = ' . $this->db->quote(md5($newPassword));
+ $query .= ' set ' . $this->params['pass_col'] . ' = ' . $this->db->quote($newPassword);
$query .= ' WHERE ' . $this->params['user_col'] . ' = ' . $this->db->quote($user);
/* Execute the query. */
From eric.rostetter at physics.utexas.edu Sun Dec 8 14:41:26 2002
From: eric.rostetter at physics.utexas.edu (Eric Rostetter)
Date: Fri Feb 4 10:07:51 2005
Subject: [horde] configuring of horde failed
In-Reply-To: <3DF2E7FB.80700@delouw.ch>
References: <3DF2E7FB.80700@delouw.ch>
Message-ID: <1039387286.3df3ca96d94a7@mail.ph.utexas.edu>
Quoting Luc de Louw :
> After configuring I got the error:
>
> Some of Horde's configuration files are missing......
Either you didn't copy the config/*.php.dist file to config/*.php, or
you've hit on a rare path problem that can be easily fixed by changing
the index.php file. Change all the references of the format:
@file_exists('./config/file.php')
to
@file_exists(HORDE_BASE . '/config/file.php')
(where file.php will be various filenames such as conf.php, html.php, etc).
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Why get even? Get odd!
From eric.rostetter at physics.utexas.edu Sun Dec 8 14:45:33 2002
From: eric.rostetter at physics.utexas.edu (Eric Rostetter)
Date: Fri Feb 4 10:07:51 2005
Subject: [horde] Nice problem, getting to like Horde, cross post
In-Reply-To: <1039381211.19094.15.camel@localhost>
References: <1039381211.19094.15.camel@localhost>
Message-ID: <1039387533.3df3cb8dd1f70@mail.ph.utexas.edu>
Quoting Tony Earnshaw :
> 1: OpenOffice.org is looking for groupware and reading
> users@groupware.openoffice.org is rather like watching a mentally
> disturbed dog chasing its own tail. Does anyone know if OOo is working
> with Horde?
No idea.
> 2: I use Ximian's Evolution for my mail. Most mailers have a signature
> possibility (see below). Where's the signature possibility in Imp?
Is already in IMP, as a preference setting. IMP->Options->
Personal Information -> Edit your identities.
Select the identity you want, and enter the signature.
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Why get even? Get odd!
From arnoldcrypto at wanadoo.es Sun Dec 8 17:47:00 2002
From: arnoldcrypto at wanadoo.es (Arnold)
Date: Fri Feb 4 10:07:51 2005
Subject: [horde] Passwd : undefined index "admins"
Message-ID: <007b01c29f24$de9ff860$1750a8c0@sys1>
Dear Sir:
I have vpopmail, Horde, IMP, Turba, passwd with vpoppassword (from
poppass-ceti-1.8-3mdk.i586.rpm) in Mandrake 9 and Horde and Turba wiht
MySQL.
All seems to work fine, but when i try to change one user password i get
this message:
Notice: Undefined index: admins in
/var/www/html/horde/passwd/templates/main.inc on line 23
Warning: Wrong datatype for second argument in call to in_array in
/var/www/html/horde/passwd/templates/main.inc on line 23
What should i do to fix this??
Thank you VERY much.
This Horde-IMP-Turba is really amazing !!!
From chuck at horde.org Sun Dec 8 20:24:47 2002
From: chuck at horde.org (Chuck Hagenbuch)
Date: Fri Feb 4 10:07:51 2005
Subject: [horde] Nice problem, getting to like Horde, cross post
In-Reply-To: <1039381211.19094.15.camel@localhost>
References: <1039381211.19094.15.camel@localhost>
Message-ID: <1039407887.3df41b0f7efce@marina.horde.org>
Quoting Tony Earnshaw :
> 1: OpenOffice.org is looking for groupware and reading
> users@groupware.openoffice.org is rather like watching a mentally
> disturbed dog chasing its own tail. Does anyone know if OOo is working
> with Horde?
What does this mean? Or what *would* it mean?
-chuck
--
Charles Hagenbuch,
"People ask me all the time what it will be like living without otters."
- Google, thanks to Harpers
From chuck at horde.org Sun Dec 8 20:27:14 2002
From: chuck at horde.org (Chuck Hagenbuch)
Date: Fri Feb 4 10:07:51 2005
Subject: [horde] If using IMP authentication, how do you perform groups
and user security
In-Reply-To: <3DF2F8E2.90606@majiknetworks.com>
References: <3DF2F8E2.90606@majiknetworks.com>
Message-ID: <1039408034.3df41ba25a64c@marina.horde.org>
Quoting Taylor Dondich :
> I don't know if this is possible
> because without doing horde authentication, you can't create groups and
> such.
I'm not sure what you mean by this. Unless I'm really missing something,
this is just wrong.
-chuck
--
Charles Hagenbuch,
"People ask me all the time what it will be like living without otters."
- Google, thanks to Harpers