Hi all,
here the today log error file:
[09-Nov-2009 11:25:44] PHP Warning: array_merge() [<a
href='function.array-merge'>function.array-merge</a>]: Argument #1 is not
an array in
C:\LAVORI\Software\IdCustomerV2\roundcube\program\include\session.inc on
line 82
[09-Nov-2009 16:01:08] PHP Warning: array_merge() [<a
href='function.array-merge'>function.array-merge</a>]: Argument #1 is not
an array in
C:\LAVORI\Software\IdCustomerV2\roundcube\program\include\session.inc on
line 82
[09-Nov-2009 16:01:08] PHP Warning: array_merge() [<a
href='function.array-merge'>function.array-merge</a>]: Argument #1 is not
an array in
C:\LAVORI\Software\IdCustomerV2\roundcube\program\include\session.inc on
line 82
[09-Nov-2009 16:11:35] PHP Warning: array_merge() [<a
href='function.array-merge'>function.array-merge</a>]: Argument #1 is not
an array in
C:\LAVORI\Software\IdCustomerV2\roundcube\program\include\session.inc on
line 82
[09-Nov-2009 16:16:01] File not found:
C:\LAVORI\Software\IdCustomerV2\roundcube\temp\rcm1CB3.tmp ():
[09-Nov-2009 16:16:01] File not found:
C:\LAVORI\Software\IdCustomerV2\roundcube\temp\rcm1CB4.tmp ():
[09-Nov-2009 16:49:13] PHP Warning: array_merge() [<a
href='function.array-merge'>function.array-merge</a>]: Argument #1 is not
an array in
C:\LAVORI\Software\IdCustomerV2\roundcube\program\include\session.inc on
line 82
[09-Nov-2009 16:50:56] PHP Warning: array_merge() [<a
href='function.array-merge'>function.array-merge</a>]: Argument #1 is not
an array in
C:\LAVORI\Software\IdCustomerV2\roundcube\program\include\session.inc on
line 82
[09-Nov-2009 16:50:56] PHP Warning: array_merge() [<a
href='function.array-merge'>function.array-merge</a>]: Argument #1 is not
an array in
C:\LAVORI\Software\IdCustomerV2\roundcube\program\include\session.inc on
line 82
[09-Nov-2009 16:53:43 +0100]: SMTP Error: Invalid compose ID in
C:\LAVORI\Software\IdCustomerV2\roundcube\program\steps\mail\sendmail.inc
on line 0 (POST ?_task=mail&_action=send)
[09-Nov-2009 16:54:10 +0100]: SMTP Error: Invalid compose ID in
C:\LAVORI\Software\IdCustomerV2\roundcube\program\steps\mail\sendmail.inc
on line 0 (POST ?_task=mail&_action=send)
hope this help.
Thanks
--
Sandro Pazzi
IdWeb s.r.l.
Viale Romagna 69/A - 06012 Citta' di Castello (PG)
Tel. 075 851 97 28
Fax 075 851 97 30
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
Updated nb_NO language files for r3101 attached :)
Related note: Some browsers (i.e. Internet Explorer 7 and below) use the
general language code "no" (valid in ISO 639-1/2) as the only default
language setting. In that case Roundcube now displays nn-NO, but a more
preferred behaviour is to display nb-NO. nb-NO is used by about 85-90%
of the population according to Wikipedia:
<url: http://en.wikipedia.org/wiki/Bokmål >
Best Regards,
--
Axel
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/S4/KdSXUdvt/labels.inchttp://detached.gigo.com/rc/S4/KdSXUdvt/messages.inc
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
The latest version of managesieve plugin can not work with the embedded
"lib / Net / Net_Sieve.php"
After refresh it to version 1.2.0 from
pear.php.net - everything is OK
Error message is: "sieve[9369]: badlogin:
...... DIGEST-MD5 authentication failure"
IMAP server is: cyrus - Cyrus
timsieved v2.3.15
PHP version: PHP 5.2.11
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
Update for en_GB core localisation attached.
I think in the UK its more usual to call Junk mail Spam, may be we should
change the text value in the file, what do any other UK people think?
Phil
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/4G/vvMV6n5T/labels.inchttp://detached.gigo.com/rc/4G/vvMV6n5T/messages.inc
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
a rather trivial patch can be found at
http://trac.roundcube.net/ticket/1486283
there is one other file left, where we have a hardcoded "Roundcube
Webmail" string: /skins/default/includes/header.html [1] but it seems
like an update to the template engine is required to "fix" this.
cheers,
raoul
[1]
http://trac.roundcube.net/browser/trunk/roundcubemail/skins/default/include…
--
____________________________________________________________________
DI (FH) Raoul Bhatia M.Sc. email. r.bhatia(a)ipax.at
Technischer Leiter
IPAX - Aloy Bhatia Hava OEG web. http://www.ipax.at
Barawitzkagasse 10/2/2/11 email. office(a)ipax.at
1190 Wien tel. +43 1 3670030
FN 277995t HG Wien fax. +43 1 3670030 15
____________________________________________________________________
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi all, im wondering if this is supposed to work or not.
I have a plugin with a config.inc.php, with a setting like:
$rcmail_config['variable'] = array('a', 'b');
My plugin has 3 hooks:
$this->add_hook('login_after', array($this, 'func1'));
$this->add_hook('user_preferences', array($this, 'func2'));
$this->add_hook('save_preferences', array($this, 'func3'));
The plugin allows users to override $rcmail_config['variable'] using
checkboxes. The problem is that in user_preferences hook I always get
the value from load_config, never the user override value.
In login_after I do get the user's value. I know the values are saved
correctly in save_preferences as I can see the right values in the DB
for specific users. Im simply using rcmail::get_instance()->config-
>get('variable');
All of this works fine if I add the default values to the main.inc.php
instead of my own config.inc.php
Am i just overseeing something trivial?
Cor
_______________________________________________
List info: http://lists.roundcube.net/dev/
http://www.k5n.us/webcalendar.php
Hi all,
I have coded an alpha to integrate WebCalendar into RoundCube.
Please test:
* It should install the application (database etc.) on a first 'calendar' hit
* It should restrict new users not to have access to Groupeware functionality at all - just a single user calendar
* The alpha GUI templates/css are worse - just roughly coded
Regarding to the last point ... I would really appreciate some images which fits RoundCube and not violates copyrights.
Right now I have grabbed the images from the web. Also I would need some template designers to recode the main template taskbar.
I did not take care about looking of the GUI.
The plugin is available for download @ http://myroundcube.googlecode.com (bundled with all others).
For a first review what it is, please goto http://mail4us.net/dev and register or login as demo/demo
Regards,
Roland
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
here is updated slovak translation.
Aleš Pospíchal
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/vm/10weWRpA/labels.inc
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Why does HTML Compose double space lines, while Plain text does not?
Thanks!!
_______________________________________________
List info: http://lists.roundcube.net/dev/