On Wed, 2008-04-30 at 23:16 +0400, alekciy wrote:
> In php.ini write:
> output_buffering = 4096.
My .htaccess wasn't being read because of my virtualhost config in
Apache, but I've fixed that now and the errors are gone - sweet.
Next problem: I see nothing on the installer page except for the
RoundCube header. There is no text, no buttons to click on - nothing in
the body of the page whatsoever.
I'm fairly sure my virtualhost config in apache is okay, but just in
case it isn't, here it is:
<VirtualHost *:80>
ServerName roundcube.internal.local
DocumentRoot "/var/www/roundcube"
<Directory /var/www/roundcube>
AllowOverride Indexes Limit Options
Order deny,allow
Deny from all
Allow from some.random.internal.ip
</Directory>
</VirtualHost>
I'm confused. I've checked permissions and the like, and everything in
the documentroot should be accessible by apache.
Ideas?
Regards,
Ranbir
--
Kanwar Ranbir Sandhu
Linux 2.6.22.14-72.fc6 i686 GNU/Linux
17:03:03 up 4 days, 11:02, 2 users, load average: 0.59, 0.33, 0.28
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi All,
I'm a first time RoundCube user and poster, and I've run into a problem
which I simply can't figure out how to resolve.
I'm installing roundcube v0.1.1 (to evaluate) on a CentOS 4 server
running Apache, PHP 4.3.9, Dovecot, Postfix and MySQL. I've followed
all the pre-req steps, but now when I go to http://roundcube/installer/,
I get these errors:
Warning: session_start(): Cannot send session cookie - headers already
sent by (output started at /var/www/roundcube/installer/index.php:8)
in /var/www/roundcube/installer/index.php on line 29
Warning: session_start(): Cannot send session cache limiter - headers
already sent (output started
at /var/www/roundcube/installer/index.php:8)
in /var/www/roundcube/installer/index.php on line 29
I've done some googling, and all I've been able to determine so far is
that this is a php issue with the index.php page itself. Since I don't
know php, I have no idea where to begin fixing this.
Anyone have any idea what's going on? How can I resolve this to get the
install kicked off?
Regards,
Ranbir
--
Kanwar Ranbir Sandhu
Linux 2.6.22.14-72.fc6 i686 GNU/Linux
14:13:55 up 4 days, 8:13, 2 users, load average: 1.33, 0.57, 0.32
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello:
I don't believe this has been covered from the threads I've seen. If
so, I apoligize for the duplication.
I have roundcube v0.1.1 installed on a dreamhost shared web space. I
do have the option for html composing turned on (Using it now) and it
works quite well.
One problem I have noticed though is that signatures don't populate
emails except in Plain text mode. If I start an email with html turned
off then switch from Plain Text to HTML the signature that was there
stays in tack. Only happens if the email starts off in the html
composer.
I do have the "HTML signature" on. Turning if off doesn't seem to
help.
Any idea how to fix this? Any assistance would be appreciated.
--
Todd Megee
http://rathervague.com/ [1]
Links:
------
[1] http://rathervague.com/
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi everyone,
I've searched the forum to find any solid info on performance
statistics, but was unable to find anything I can relate to. I work at a
university with about 30.000 students. Each student has an email
account. We currently use IMP v3 (Horde v2) as a webmail server on a
single server (dual Xeon based on P4, 1 GB memory). This server talks to
a single IMAP server (Cyrus) (dual Xeon based on P4, 4 GB memory). The
performance of this setup is awesome. The mailbox quota is currently set
to 25 MB. We plan to upgrade the students webmail server this summer to
a more redundant setup using Cyrus replication. The mailbox quota will
probably go up to 1 GB. We're also looking at upgrading the webmail
client (IMP) to something new. This might very well be the latest IMP,
but I've stumbled upon Roundcube a few months ago. I tried Roundcube on
my own server at home and I like it. Luckily it became stable a few
weeks ago. Before considering on putting roundcube in any form of
production service, I'd like to know if there are any performance
figures out in the field. Current measurements show us that there are at
least 500/600 active IMAP sessions at the peak moments on a single day.
Will Roundcube perform in an exceptable manner with those numbers, on a
single server (like we currently have)? We realize that with the
increase in quota, the number of mailboxes and it's contents will
increase. Will this affect the performance?
Any input is greatly appreciated.
Thnx.
Dennis
_______________________________________________
List info: http://lists.roundcube.net/users/
I got the messages using another mail client (Thunderbird IMAP). I think
it's permission problem, cause I don't have one Trash folder on
directory structure.
Felipe.
alekciy escreveu:
> On Mon, 07 Apr 2008 09:59:43 -0300, Felipe Neuwald <felipe(a)neuwald.biz>
> wrote:
>
>> Hi,
>>
>> I'm getting the message "$messages['errormoving'] = 'Could not move the
>> message';" when trying to move one message to another folder (Trash). It
>> never happens before, but it's happening now. Maybe permission problem,
>> but I never got these error before.
>>
>>
>
> http://www.roundcube.ru/forum/index.php?showtopic=89
>
> View you mailbox in other mail client. If in mailbox no this messages, it's
> problem with DB. Connect to server with roundcube DB and manual delete
> messages.
>
>
>
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I'm getting the message "$messages['errormoving'] = 'Could not move the
message';" when trying to move one message to another folder (Trash). It
never happens before, but it's happening now. Maybe permission problem,
but I never got these error before.
Any idea? Thanks, Felipe.
_______________________________________________
List info: http://lists.roundcube.net/users/
I have just been looking at round cube for the first time and am impressed.
However I wonder if it is possible to do the following:
1. Stop users adding identities or restricting them to a (per user) list
that the system admin sets up.
2. I am using Cyrus IMAP and I cannot see other mail boxes I have rights
on, this works in other IMAP clients including webmail ones.
3. Edit and share, set permissions on IMAP (cyrus) folders.
4. Log when users log in and out.
5. Set the default language to en_GB rather than en_US.
Thanks
RB
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi Marcus,
Sorry to say I haven't solved it, but it IS working now :D (maybe due
to a newer version of roundcube installed). Probably best to check all
the standard places. Does directory exist, open_basedir restriction,
max upload size, etc.
Kind regards,
Spil.
On 04/03/2008, Marcus Jansson <Marcus_Jansson(a)livewire-connections.com> wrote:
>
>
>
> Hi,
>
> I saw your post on http://www.mail-archive.com about uploading attachments
> not working in roundcube.
>
> Turns out that I have the exact same issue and I was just wondering if you
> ever solved it?
>
>
>
> Best Regards
>
> Marcus Jansson
_______________________________________________
List info: http://lists.roundcube.net/users/
Dear All,
I am using Round Cube v 0.1 (stable release). I would like that all the
folders get refreshed every time the email is checked. This is not
happening on my installation. Now, I'm not sure if this is a problem with
my installation or simply this feature has not been implemented.
For clarification, I am looking for this:
http://www.mozilla.org/support/thunderbird/tips#beh_downloadstartup
Is it implemented? What version?
Thank you so much,
unai
_______________________________________________
List info: http://lists.roundcube.net/users/