On Fri, Jan 22, 2010 at 10:34 AM, Flavio Costa <flavio.cdc(a)gmail.com> wrote:
> On Fri, Jan 22, 2010 at 11:58 AM, Carlos Williams <carloswill(a)gmail.com>
>> Where is the 'upgrade from 0.2.1 > 0.3.1 in the file? I only see "--
>> Updates from version 0.2-beta (InnoDB only)" and then it skips to "--
>> Updates from version 0.3-stable".
>>
>> Which section do I keep in this file?
> Depends on which version you are and which version you are upgrading to.
>
> --
> Flávio Coutinho da Costa
I am upgrading from 0.2.1 to 0.3.1. Unless I comment out everything
except but the following:
-- Updates from version 0.3-stable
I get an error. Is the above correct for stepping from 0.2.1 > 0.3.1?
_______________________________________________
List info: http://lists.roundcube.net/users/
On Thu, Jan 21, 2010 at 1:07 PM, chasd <chasd(a)silveroaks.com> wrote:
> Apply the SQL file to your existing database :
> mysql -u roundcube -p webmail < mysql.update.sql
>
> If that borks it up, you can drop that database and load in your backup from
> the dump file and try again, or dump the borked data and compare it to your
> backup data.
I ran the command as suggested and got the following error:
[root@ideweb1 SQL]# mysql -u roundcube -p webmail < mysql.update.sql
Enter password:
ERROR 1091 (42000) at line 6: Can't DROP 'idx'; check that column/key exists
What does this mean? Did I do something wrong? Did I need to have
MySQL stopped or running? I don't understand why I got this error.
_______________________________________________
List info: http://lists.roundcube.net/users/
I am having troubles sending email with an attachment through rouncube.
I did confirm that I can send attachments via IMAP using the Thunderbird
email client. I have set PHP memory limit to 32M and the email attachment
limit to 12M in roundcube. When I try to send a 2M attachment I get the
following 2 lines in the error log:
[21-Jan-2010 07:00:27] PHP Warning:
sort() expects parameter 1 to be array, boolean given in
/var/www/roundcube/program/include/rcube_imap.php on line 1118
[21-Jan-2010
07:02:11] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted
(tried to allocate 6952037 bytes) in
/var/www/roundcube/program/lib/Net/SMTP.php on line 887
It looks like PHP
is already exhausting the 32M, but I have no idea why?
_______________________________________________
List info: http://lists.roundcube.net/users/
On Thu, Jan 21, 2010 at 1:07 PM, chasd <chasd(a)silveroaks.com> wrote:
>
> On Jan 21, 2010, at 11:31 AM, Carlos Williams wrote:
>
>
>>
>> What exactly am I suppose to do? Run what command against the
>> 'mysql.update.sql' file?
>
> Apply the SQL file to your existing database :
> mysql -u roundcube -p webmail < mysql.update.sql
Ah, thank you very much! I will try that this evening and hopefully
nothing gets messed up. I did a MySQL dump just in case it does.
-Carlos
_______________________________________________
List info: http://lists.roundcube.net/users/
I am upgrading my Linux servers version of RoundCube this evening at
6pm. I have followed the Wiki:
http://trac.roundcube.net/wiki/Howto_Upgrade
1. Copy my old RC directory:
cp -r /var/www/html/roudcube /var/www/html/roundcube_old
2. I backed up my MySQL database as suggested using 'sqldump'
mysqldump -u roundcube -p webmail > /var/backup/mysql/webmail.dump
3. I re-did my new v0.3.1 main.inc.php and db.inc.php from scratch
using my old v0.2.1 configs as references.
4. Database Setup? This is where I am lost / confused. I am suppose to
go to the 'SQL' directory and look for 'mysql.update.sql' since I am
using MySQL 5.
What exactly am I suppose to do? Run what command against the
'mysql.update.sql' file? The Wiki is vague? I appears to be a .sql
file and I don't know what I should do with it. Can someone please
help and explain the process?
Thank you very much!
-Carlos
_______________________________________________
List info: http://lists.roundcube.net/users/
I find that sorting email folders by date doesn't always work
as expected. If you have slid an email into an alternate
folder, it appears that the email date-order assumes the date
of the slide, rather than the original date.
So sorting is screwy if you have moved emails around.
Am I missing something here?
_______________________________________________
List info: http://lists.roundcube.net/users/
Simple question here. I want to make the print icon available to users
on the action bar. I have had no luck finding how to do that in the forums
or list archives.
Thanks,
Javid
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I've denied access to logs, config and temp directory, except for
allowing 127.0.0.1
For the plugins directory I wanted to do the same, but then the Junk
icon doesn't show up anymore.
I tried with allowing 127.0.0.1 and the local server ip-address, and
that still doesn't give access to that icon from the plugins directory.
I'd like to restrict access to the plugins directory for anyone not
using RoundCube on my server, how to achieve that ?
Regard,
Adrian
_______________________________________________
List info: http://lists.roundcube.net/users/
How can I verify that I'm actually running fastcgi?
--
Stan
_______________________________________________
List info: http://lists.roundcube.net/users/