http://edinburghnights.co.uk/roundcube/
The error log says..
[Fri Feb 29 10:56:10 2008] [error] [client 87.81.42.122] File does not
exist: /home/edinburg/public_html/500.shtml
[Fri Feb 29 10:56:10 2008] [error] [client 87.81.42.122] SoftException in
Application.cpp:239: Directory "/home/edinburg/public_html/roundcube" is
writeable by group
[Fri Feb 29 10:54:57 2008] [error] [client 87.81.42.122] File does not
exist: /home/edinburg/public_html/500.shtml
[Fri Feb 29 10:54:57 2008] [error] [client 87.81.42.122] SoftException in
Application.cpp:239: Directory "/home/edinburg/public_html/roundcube" is
writeable by group
[Fri Feb 29 10:54:56 2008] [error] [client 87.81.42.122] File does not
exist: /home/edinburg/public_html/500.shtml
[Fri Feb 29 10:54:56 2008] [error] [client 87.81.42.122] SoftException in
Application.cpp:239: Directory "/home/edinburg/public_html/roundcube" is
writeable by group
[Fri Feb 29 10:54:55 2008] [error] [client 87.81.42.122] File does not
exist: /home/edinburg/public_html/500.shtml
[Fri Feb 29 10:54:55 2008] [error] [client 87.81.42.122] SoftException in
Application.cpp:239: Directory "/home/edinburg/public_html/roundcube" is
writeable by group
[Fri Feb 29 10:54:54 2008] [error] [client 87.81.42.122] File does not
exist: /home/edinburg/public_html/500.shtml
Any help would be welcome.
R.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi there!
I have a problem with mails bigger than 1MG, when i open them all i get is a
blank page.
I thought it was a php problem, but i increased the memory limit to 32mg and
it didn't work..
Any ideas?
Cumps
Armindo
--
--
"The only way of discovering the limits of the possible is to venture a
little way past them into the impossible."
Sir Arthur C. Clarke
_______________________________________________
List info: http://lists.roundcube.net/users/
I have just noticed an odd behavior: If you have an e-mail with an
attachment, a window appears and says : "Loading Data..." until the
attachment is downloaded and then i assume normally it is automatically
downloaded. However, in the case of known filetypes such as PDF where
acrobat will open it in the browser, the pdf appears in the little "Loading
Data" frame which is about 3x2" .. definately not enough to view a pdf file.
Does anyone have any thoughts about this behavior?
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi, i'm using roundcubemail-0.1-rc2 (i upgraded from version 0.1-beta).
apparently all works ok except the icons of taskbar. I added two customized
icons (vacation and change-password) but the text of icons not show, i see
only the image.
My configuration for do this:
program/localization/es/labels.inc (i configured roundcube with spanish
language)
[...]
$labels['change_password'] = 'Cambiar password';
$labels['vacation'] = 'Vacation E-mail';
[...]
skins/my-skin/includes/taskbar.html (i also configured
$rcmail_config['skin_path'] = 'skins/my-skin/';)
[...]
<a class="button-change-password" onclick="window.open(this.href); return
false" href="https://my-tool-for-change-password.html"><?php echo
htmlspecialchars(rcube_label("change_password")) ?></a>
<a class="button-vacation" onclick="window.open(this.href); return false"
href="https://my-tool-for-vacation.html"><?php echo
htmlspecialchars(rcube_label("vacation")) ?></a>
[...]
Previus version of roundcube works ok with this configuration
i have been able show the text os icons with the following lines:
<roundcube:button command="change_password" label="change_password"
class="button-change-password" onclick="window.open(this.href); return false"
href="https://my-tool-for-change-password.html"/>
<roundcube:button command="vacation" label="vacation" class="button-vacation"
onclick="window.open(this.href); return false"
href="https://my-tool-for-vacation.html"/></a>
but when doing 'click' to the icons doesn't happen anything
Why with previus versions of roundcube works ok ?
Anyone help me?
thanks
_______________________________________________
List info: http://lists.roundcube.net/users/
till wrote:
> On Feb 6, 2008 9:47 PM, daniel(a)nullroutes.com <daniel(a)nullroutes.com> wrote:
>
>> (...)
>> I don't suppose anyone could help me locate the required section of code
>> so I can edit.
>>
>
> In trunk:
> <http://trac.roundcube.net/browser/trunk/roundcubemail/index.php#L173>
>
> The code has pretty good inline documentation and since we feed
> *everything* through index.php - that's the place to look at. I am not
> sure which version you run, so you may have to "translate" line 173 to
> your's.
>
> Hope that helps!
> Till
>
Hi Till
Thanks so much for your reply .. however could I ask for some further
help please.
Would I change this line (173 on index.php)
else
{
$OUTPUT->show_message($IMAP->error_code == -1 ? 'imaperror' :
'loginfailed', 'warning');
rcmail_kill_session();
}
To
else
{
$OUTPUT->show_message($IMAP->error_code == -1 ? 'imaperror' :
'loginfailed', 'warning');
http://www.myloginpage.com
rcmail_kill_session();
}
I'm not too sure on PHP .. any help would be appreciated!
Thanks
Dan
_______________________________________________
List info: http://lists.roundcube.net/users/
On Wed, 20 Feb 2008 21:40:51 +0000, "Seb Payne" <seb(a)blackandmaple.com>
wrote:
Anyway, we really need a global address book and is there such a
feature in RoundCube and is it LDAP compatible? I've seen various
references to a patch on the forums and mailing list but have had no luck
in finding anything.
from config/main.db.inc:
// in order to enable public ldap search, create a config array
// like the Verisign example below. if you would like to test,
// simply uncomment the Verisign example.
/**
* example config for Verisign directory
*
* $rcmail_config['ldap_public']['Verisign'] = array(
* 'name' => 'Verisign.com',
* 'hosts' => array('directory.verisign.com'),
* 'port' => 389,
* 'base_dn' => '',
* 'bind_dn' => '',
* 'bind_pass' => '',
* 'search_fields' => array('mail', 'cn'), // fields to search in
* 'name_field' => 'cn', // this field represents the contact's name
* 'email_field' => 'mail', // this field represents the contact's
e-mail
* 'scope' => 'sub', // search mode: sub|base|list
* 'filter' => '', // will be &'d with search field ex:
(status=act)
* 'fuzzy_search' => true); // server allows wildcard search
*/
_______________________________________________
List info: http://lists.roundcube.net/users/
I'm the webmaster of Purple Radio, the student radio station at the
University of Durham in the United Kingdom. We are currently using
Bongo (www.bongo-project.org) as our backend but for the moment, are
using RoundCube as our web front end until they finish the work on the
web end or if we move elsewhere.
Anyway, we really need a global address book and is there such a
feature in RoundCube and is it LDAP compatible? I've seen various
references to a patch on the forums and mailing list but have had no
luck in finding anything.
Thanks!
Seb
--
Sebastian Payne
Undergraduate Computer Science, University of Durham
Webmaster, Purple Radio - www.purpleradio.co.uk
Head of Van Mildert JCR Computer Committee
seb(a)sebpayne.com - sebastian.payne(a)durham.ac.uk
www.sebpayne.com - www.dur.ac.uk/sebastian.payne/
_______________________________________________
List info: http://lists.roundcube.net/users/
Is there a method for specifying a wordwrap for outgoing Roundcube
emails? When I read emails composed in Roundcube in my Thunderbird
client, they are displayed as one very long line. In the message source,
it looks like the HTML Content-Type attachment lines are encapsulated in
<pre> tags (perhaps from line ~80 in editor.js ?)
I'm using r803 from http://nightly.roundcube.net/trunk/
Thank you,
Michael Blinn
--
CONFIDENTIALITY NOTICE:
This message, and any attachments that may accompany it,
contain information that is intended for the use of the
individual or entity to which it is addressed and may
contain information that is privileged, confidential, or
otherwise exempt from disclosure under applicable law.
If the recipient of this message is not the intended
recipient, any disclosure, copying, or other use of this
communication or any of the information, which it
contains is unauthorized and prohibited. If you have
received this message in error, please notify the
original sender by return mail and delete this message,
along with any attachments, from your computer.
Thank you.
_______________________________________________
List info: http://lists.roundcube.net/users/