After a long period of development, we're proud to announce the first official Beta release of our webmail client. Many bugfixes and some new features have found their way into this version. For a detailed list of improvements, please refer to the Changelog [1].
Please forgive us, if the feature you're requested is not available yet or the bug you're reported has not been fixed in this release. The project is still under heavy development but nobody is working on it full-time. Because of that, things will probably take more time than you expect but until you don't get an answer on your requests, they are bot rejected or ignored.
I'd like to thank all the developers, translators and posters who keep this project up and I'm looking forward to announce more good news in the future.
Have fun!
[1] http://sourceforge.net/project/shownotes.php?group_id=139281&release_id=...
Hello.
I have updated the romanian localization files for the first beta release.
Adi Roiban (Centru Comunicatii de Date - 401247)
Hello,
I am getting ready to upgrade from 0.1-20051021. My first upgrade attempt.
The replacing of directories and addition of lines is self explanatory but I am not sure about the DB part. I use my web hosts phpMyAdmin interface. Should I be copying and pasting the contents of update.sql or initial.sql? I just don't want to lose any of my users address book contacts etc which I assume is housed here.
Thanks so much.
-Mark
*.initial.sql
From my experience you need to sue the update script, BUT copy/paste the relevant section only. Take a look inside it, and it's pretty clearly labeled.
~ ~ Dave
Mark Pallo wrote:
Hello,
I am getting ready to upgrade from 0.1-20051021. My first upgrade attempt.
The replacing of directories and addition of lines is self explanatory but I am not sure about the DB part. I use my web hosts phpMyAdmin interface. Should I be copying and pasting the contents of update.sql or initial.sql? I just don't want to lose any of my users address book contacts etc which I assume is housed here.
Thanks so much.
-Mark
from version 0.1-20051021
- replace index.php
- replace all files in folder /program/
- replace all files in folder /skins/default/
- run all commands in SQL/*.update.sql or re-initalize database with
*.initial.sql
- add these lines to /config/main.inc.php $rcmail_config['skip_deleted'] = FALSE; $rcmail_config['message_sort_col'] = 'date'; $rcmail_config['message_sort_order'] = 'DESC'; $rcmail_config['log_dir'] = 'logs/'; $rcmail_config['temp_dir'] = 'temp/';
- add these lines to /config/db.inc.php $rcmail_config['db_max_length'] = 512000; $rcmail_config['db_sequence_user_ids'] = 'user_ids'; $rcmail_config['db_sequence_identity_ids'] = 'identity_ids'; $rcmail_config['db_sequence_contact_ids'] = 'contact_ids'; $rcmail_config['db_sequence_cache_ids'] = 'cache_ids'; $rcmail_config['db_sequence_message_ids'] = 'message_ids';
Awesome.. just completed the upgrade here from 20051021. For whatever reason, the mysql.update script failed to create the additional tables and update the ones that already existed, so I had to manually migrate my users to the new structure. My users will need to manually reinstate their identities, as the new table had some weirdness that mysql export/import did not like. Other than those few problems, the upgrade was relatively painless.
Has it been brought to any one's attention to have the option to use subfolders? Will we see this in a future release?
Thanks,
t
On 2/19/06, Thomas Bruederli roundcube@gmail.com wrote:
After a long period of development, we're proud to announce the first official Beta release of our webmail client. Many bugfixes and some new features have found their way into this version. For a detailed list of improvements, please refer to the Changelog [1].
Please forgive us, if the feature you're requested is not available yet or the bug you're reported has not been fixed in this release. The project is still under heavy development but nobody is working on it full-time. Because of that, things will probably take more time than you expect but until you don't get an answer on your requests, they are bot rejected or ignored.
I'd like to thank all the developers, translators and posters who keep this project up and I'm looking forward to announce more good news in the future.
Have fun!
[1] http://sourceforge.net/project/shownotes.php?group_id=139281&release_id=...
-- There is no "I" in team, but there is "Iran" in "Uranium"..
Perfect!...Looks great!!! The upgrade went great however now everything is in Deutsch (Deutsch)????
How do I get this globally back to US English?
DaveG wrote:
From my experience you need to sue the update script, BUT copy/paste the relevant section only. Take a look inside it, and it's pretty clearly labeled.
~ ~ Dave
Mark Pallo wrote:
Hello,
I am getting ready to upgrade from 0.1-20051021. My first upgrade attempt.
The replacing of directories and addition of lines is self explanatory but I am not sure about the DB part. I use my web hosts phpMyAdmin interface. Should I be copying and pasting the contents of update.sql or initial.sql? I just don't want to lose any of my users address book contacts etc which I assume is housed here.
Thanks so much.
-Mark
from version 0.1-20051021
- replace index.php
- replace all files in folder /program/
- replace all files in folder /skins/default/
- run all commands in SQL/*.update.sql or re-initalize database with
*.initial.sql
- add these lines to /config/main.inc.php $rcmail_config['skip_deleted'] = FALSE; $rcmail_config['message_sort_col'] = 'date'; $rcmail_config['message_sort_order'] = 'DESC'; $rcmail_config['log_dir'] = 'logs/'; $rcmail_config['temp_dir'] = 'temp/';
- add these lines to /config/db.inc.php $rcmail_config['db_max_length'] = 512000; $rcmail_config['db_sequence_user_ids'] = 'user_ids'; $rcmail_config['db_sequence_identity_ids'] = 'identity_ids'; $rcmail_config['db_sequence_contact_ids'] = 'contact_ids'; $rcmail_config['db_sequence_cache_ids'] = 'cache_ids'; $rcmail_config['db_sequence_message_ids'] = 'message_ids';
On Sun, 19 Feb 2006 17:02:04 -0600, "T. Shoes" big.negrow@gmail.com wrote:
Awesome.. just completed the upgrade here from 20051021. For whatever reason, the mysql.update script failed to create the additional tables and update the ones that already existed, so I had to manually migrate my users to the new structure. My users will need to manually reinstate their identities, as the new table had some weirdness that mysql export/import did not like. Other than those few problems, the upgrade was relatively painless.
i don't think is the case to blame roundcube for anything. you are very brave to generaly deploy roundcube, i'm using it as an alternative for squirrel mail (sm is ugly but it works ;)
Has it been brought to any one's attention to have the option to use subfolders? Will we see this in a future release?
it still in early development (as there are many undone whishes), let's firts have the basic functionality done (and when i say "basic" i mean deleting or moving emails).
Thanks,
t
On 2/19/06, Thomas Bruederli roundcube@gmail.com wrote:
After a long period of development, we're proud to announce the first official Beta release of our webmail client. Many bugfixes and some new features have found their way into this version. For a detailed list of improvements, please refer to the Changelog [1].
Please forgive us, if the feature you're requested is not available yet or the bug you're reported has not been fixed in this release. The project is still under heavy development but nobody is working on it full-time. Because of that, things will probably take more time than you expect but until you don't get an answer on your requests, they are bot rejected or ignored.
I'd like to thank all the developers, translators and posters who keep this project up and I'm looking forward to announce more good news in the future.
Have fun!
[1]
http://sourceforge.net/project/shownotes.php?group_id=139281&release_id=...
Sounds like you replaced your main.inc.php. You may need to re-update your settings. The language setting is: $rcmail_config['locale_string'] = 'en';
~ ~ Dave
Mark Pallo wrote:
Perfect!...Looks great!!! The upgrade went great however now everything is in Deutsch (Deutsch)????
How do I get this globally back to US English?
DaveG wrote:
From my experience you need to sue the update script, BUT copy/paste the relevant section only. Take a look inside it, and it's pretty clearly labeled.
~ ~ Dave
Mark Pallo wrote:
Hello,
I am getting ready to upgrade from 0.1-20051021. My first upgrade attempt.
The replacing of directories and addition of lines is self explanatory but I am not sure about the DB part. I use my web hosts phpMyAdmin interface. Should I be copying and pasting the contents of update.sql or initial.sql? I just don't want to lose any of my users address book contacts etc which I assume is housed here.
Thanks so much.
-Mark
from version 0.1-20051021
- replace index.php
- replace all files in folder /program/
- replace all files in folder /skins/default/
- run all commands in SQL/*.update.sql or re-initalize database with
*.initial.sql
- add these lines to /config/main.inc.php $rcmail_config['skip_deleted'] = FALSE; $rcmail_config['message_sort_col'] = 'date'; $rcmail_config['message_sort_order'] = 'DESC'; $rcmail_config['log_dir'] = 'logs/'; $rcmail_config['temp_dir'] = 'temp/';
- add these lines to /config/db.inc.php $rcmail_config['db_max_length'] = 512000; $rcmail_config['db_sequence_user_ids'] = 'user_ids'; $rcmail_config['db_sequence_identity_ids'] = 'identity_ids'; $rcmail_config['db_sequence_contact_ids'] = 'contact_ids'; $rcmail_config['db_sequence_cache_ids'] = 'cache_ids'; $rcmail_config['db_sequence_message_ids'] = 'message_ids';
That I did....now it is fixed.
Thank you for the quick reply. Looks great.
DaveG wrote:
Sounds like you replaced your main.inc.php. You may need to re-update your settings. The language setting is: $rcmail_config['locale_string'] = 'en';
~ ~ Dave
Mark Pallo wrote:
Perfect!...Looks great!!! The upgrade went great however now everything is in Deutsch (Deutsch)????
How do I get this globally back to US English?
DaveG wrote:
From my experience you need to sue the update script, BUT copy/paste the relevant section only. Take a look inside it, and it's pretty clearly labeled.
~ ~ Dave
Mark Pallo wrote:
Hello,
I am getting ready to upgrade from 0.1-20051021. My first upgrade attempt.
The replacing of directories and addition of lines is self explanatory but I am not sure about the DB part. I use my web hosts phpMyAdmin interface. Should I be copying and pasting the contents of update.sql or initial.sql? I just don't want to lose any of my users address book contacts etc which I assume is housed here.
Thanks so much.
-Mark
from version 0.1-20051021
- replace index.php
- replace all files in folder /program/
- replace all files in folder /skins/default/
- run all commands in SQL/*.update.sql or re-initalize database
with *.initial.sql
- add these lines to /config/main.inc.php $rcmail_config['skip_deleted'] = FALSE; $rcmail_config['message_sort_col'] = 'date'; $rcmail_config['message_sort_order'] = 'DESC'; $rcmail_config['log_dir'] = 'logs/'; $rcmail_config['temp_dir'] = 'temp/';
- add these lines to /config/db.inc.php $rcmail_config['db_max_length'] = 512000; $rcmail_config['db_sequence_user_ids'] = 'user_ids'; $rcmail_config['db_sequence_identity_ids'] = 'identity_ids'; $rcmail_config['db_sequence_contact_ids'] = 'contact_ids'; $rcmail_config['db_sequence_cache_ids'] = 'cache_ids'; $rcmail_config['db_sequence_message_ids'] = 'message_ids';
I do have 1 problem. When I send an email from RC the display name shows "Nobody" while the email is correct.
The identities look fine in the personal settings.
Any ideas?
Yes. The identities table was changed after updating. The fields are different. I was forced to recreate identities after logging in.
On 2/19/06, Mark Pallo mpallo@rhinopit.com wrote:
I do have 1 problem. When I send an email from RC the display name shows "Nobody" while the email is correct.
The identities look fine in the personal settings.
Any ideas?
-- There is no "I" in team, but there is "Iran" in "Uranium"..
I guess I am unsure how and where to resolve this. If I change within RC it does not fix the problem. I still show 'nobody'
T. Shoes wrote:
Yes. The identities table was changed after updating. The fields are different. I was forced to recreate identities after logging in.
On 2/19/06, Mark Pallo mpallo@rhinopit.com wrote:
I do have 1 problem. When I send an email from RC the display name shows "Nobody" while the email is correct.
The identities look fine in the personal settings.
Any ideas?
-- There is no "I" in team, but there is "Iran" in "Uranium"..
I'm having this same problem. I even dumped all data from the DB tables and started clean. Mail has a "From" name as my Apache user.
On 2/19/2006 8:14 PM, T. Shoes wrote:
Yes. The identities table was changed after updating. The fields are different. I was forced to recreate identities after logging in.
On 2/19/06, Mark Pallo mpallo@rhinopit.com wrote:
I do have 1 problem. When I send an email from RC the display name shows "Nobody" while the email is correct.
The identities look fine in the personal settings.
Any ideas?
-- There is no "I" in team, but there is "Iran" in "Uranium"..
I replied directly to Mark this same answer:
I ended up backing up my roundcube database, nuking the contents of the original, then reinitializing it via the mysql.initial.sql script (the portion of the update script I needed kept failing). Once done, I migrated as much of the users/identities/contacts information as possible. Fortunately I only have 5 users using RC, so it wasn't that big of a deal.
On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote:
I'm having this same problem. I even dumped all data from the DB tables and started clean. Mail has a "From" name as my Apache user.
On 2/19/2006 8:14 PM, T. Shoes wrote:
Yes. The identities table was changed after updating. The fields are different. I was forced to recreate identities after logging in.
On 2/19/06, Mark Pallo mpallo@rhinopit.com wrote:
I do have 1 problem. When I send an email from RC the display name shows "Nobody" while the email is correct.
The identities look fine in the personal settings.
Any ideas?
-- There is no "I" in team, but there is "Iran" in "Uranium"..
-- There is no "I" in team, but there is "Iran" in "Uranium"..
That's what I did.. except for migrating information back in. My roundcube installation is only for my use, and I didn't have any valuable addresses and such saved.
Any other ideas?
On 2/19/2006 8:34 PM, T. Shoes wrote:
I replied directly to Mark this same answer:
I ended up backing up my roundcube database, nuking the contents of the original, then reinitializing it via the mysql.initial.sql script (the portion of the update script I needed kept failing). Once done, I migrated as much of the users/identities/contacts information as possible. Fortunately I only have 5 users using RC, so it wasn't that big of a deal.
On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote:
I'm having this same problem. I even dumped all data from the DB tables and started clean. Mail has a "From" name as my Apache user.
On 2/19/2006 8:14 PM, T. Shoes wrote:
Yes. The identities table was changed after updating. The fields are different. I was forced to recreate identities after logging in.
On 2/19/06, Mark Pallo mpallo@rhinopit.com wrote:
I do have 1 problem. When I send an email from RC the display name shows "Nobody" while the email is correct.
The identities look fine in the personal settings.
Any ideas?
-- There is no "I" in team, but there is "Iran" in "Uranium"..
-- There is no "I" in team, but there is "Iran" in "Uranium"..
What db are you using? mySQL?
On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote:
That's what I did.. except for migrating information back in. My roundcube installation is only for my use, and I didn't have any valuable addresses and such saved.
Any other ideas?
On 2/19/2006 8:34 PM, T. Shoes wrote:
I replied directly to Mark this same answer:
I ended up backing up my roundcube database, nuking the contents of the original, then reinitializing it via the mysql.initial.sql script (the portion of the update script I needed kept failing). Once done, I migrated as much of the users/identities/contacts information as possible. Fortunately I only have 5 users using RC, so it wasn't that big of a deal.
On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote:
I'm having this same problem. I even dumped all data from the DB tables and started clean. Mail has a "From" name as my Apache user.
On 2/19/2006 8:14 PM, T. Shoes wrote:
Yes. The identities table was changed after updating. The fields are different. I was forced to recreate identities after logging in.
On 2/19/06, Mark Pallo mpallo@rhinopit.com wrote:
I do have 1 problem. When I send an email from RC the display name shows "Nobody" while the email is correct.
The identities look fine in the personal settings.
Any ideas?
-- There is no "I" in team, but there is "Iran" in "Uranium"..
-- There is no "I" in team, but there is "Iran" in "Uranium"..
-- There is no "I" in team, but there is "Iran" in "Uranium"..
Yes - mySQL.
I looked at the "Mail sent from apache" thread from a couple days ago and it didn't resolve my problem.
I tried setting safe_mode in the script, but I'm about to try setting it in the php.ini file to see if it'll help.
On 2/19/2006 8:38 PM, T. Shoes wrote:
What db are you using? mySQL?
On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote:
That's what I did.. except for migrating information back in. My roundcube installation is only for my use, and I didn't have any valuable addresses and such saved.
Any other ideas?
On 2/19/2006 8:34 PM, T. Shoes wrote:
I replied directly to Mark this same answer:
I ended up backing up my roundcube database, nuking the contents of the original, then reinitializing it via the mysql.initial.sql script (the portion of the update script I needed kept failing). Once done, I migrated as much of the users/identities/contacts information as possible. Fortunately I only have 5 users using RC, so it wasn't that big of a deal.
On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote:
I'm having this same problem. I even dumped all data from the DB tables and started clean. Mail has a "From" name as my Apache user.
On 2/19/2006 8:14 PM, T. Shoes wrote:
Yes. The identities table was changed after updating. The fields are different. I was forced to recreate identities after logging in.
On 2/19/06, Mark Pallo mpallo@rhinopit.com wrote:
I do have 1 problem. When I send an email from RC the display name shows "Nobody" while the email is correct.
The identities look fine in the personal settings.
Any ideas?
-- There is no "I" in team, but there is "Iran" in "Uranium"..
-- There is no "I" in team, but there is "Iran" in "Uranium"..
-- There is no "I" in team, but there is "Iran" in "Uranium"..
Sounds a little drastic to me. So let me get this straight.. you upgraded to RC 0.1 Beta, and the identities stopped working or are not saving information when you add it after logging in?
I'd say "add some data to the backend" to see if that would help, but oddly enough the "reply-to:" field in the database cannot be left null (I assume RC adds a space to fill the contents in when there is no data?)
In any event, did you replace the main.inc.php and db.inc.php or just copy into those files the data listed in the UPGRADING file of the install?
On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote:
Yes - mySQL.
I looked at the "Mail sent from apache" thread from a couple days ago and it didn't resolve my problem.
I tried setting safe_mode in the script, but I'm about to try setting it in the php.ini file to see if it'll help.
On 2/19/2006 8:38 PM, T. Shoes wrote:
What db are you using? mySQL?
On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote:
That's what I did.. except for migrating information back in. My roundcube installation is only for my use, and I didn't have any valuable addresses and such saved.
Any other ideas?
On 2/19/2006 8:34 PM, T. Shoes wrote:
I replied directly to Mark this same answer:
I ended up backing up my roundcube database, nuking the contents of the original, then reinitializing it via the mysql.initial.sql script (the portion of the update script I needed kept failing). Once done, I migrated as much of the users/identities/contacts information as possible. Fortunately I only have 5 users using RC, so it wasn't that big of a deal.
On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote:
I'm having this same problem. I even dumped all data from the DB tables and started clean. Mail has a "From" name as my Apache user.
On 2/19/2006 8:14 PM, T. Shoes wrote:
Yes. The identities table was changed after updating. The fields are different. I was forced to recreate identities after logging in.
On 2/19/06, Mark Pallo mpallo@rhinopit.com wrote: > I do have 1 problem. When I send an email from RC the display name shows > "Nobody" while the email is correct. > > The identities look fine in the personal settings. > > Any ideas? > > >
>
There is no "I" in team, but there is "Iran" in "Uranium"..
-- There is no "I" in team, but there is "Iran" in "Uranium"..
-- There is no "I" in team, but there is "Iran" in "Uranium"..
-- There is no "I" in team, but there is "Iran" in "Uranium"..
I tried it an it didn't work anyways.
This is a fresh install of the new beta. I dropped all tables, and used the initial mysql sql file to create the new tables/structures.
I've added a default identity and it's sending from the Apache user. Oddly enough it IS using the correct email address I imput into the identity.
I used the new beta config files and modified them.
On 2/19/2006 8:46 PM, T. Shoes wrote:
Sounds a little drastic to me. So let me get this straight.. you upgraded to RC 0.1 Beta, and the identities stopped working or are not saving information when you add it after logging in?
I'd say "add some data to the backend" to see if that would help, but oddly enough the "reply-to:" field in the database cannot be left null (I assume RC adds a space to fill the contents in when there is no data?)
In any event, did you replace the main.inc.php and db.inc.php or just copy into those files the data listed in the UPGRADING file of the install?
On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote:
Yes - mySQL.
I looked at the "Mail sent from apache" thread from a couple days ago and it didn't resolve my problem.
I tried setting safe_mode in the script, but I'm about to try setting it in the php.ini file to see if it'll help.
On 2/19/2006 8:38 PM, T. Shoes wrote:
What db are you using? mySQL?
On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote:
That's what I did.. except for migrating information back in. My roundcube installation is only for my use, and I didn't have any valuable addresses and such saved.
Any other ideas?
On 2/19/2006 8:34 PM, T. Shoes wrote:
I replied directly to Mark this same answer:
I ended up backing up my roundcube database, nuking the contents of the original, then reinitializing it via the mysql.initial.sql script (the portion of the update script I needed kept failing). Once done, I migrated as much of the users/identities/contacts information as possible. Fortunately I only have 5 users using RC, so it wasn't that big of a deal.
On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote:
I'm having this same problem. I even dumped all data from the DB tables and started clean. Mail has a "From" name as my Apache user.
On 2/19/2006 8:14 PM, T. Shoes wrote: > Yes. The identities table was changed after updating. The fields are > different. I was forced to recreate identities after logging in. > > > > On 2/19/06, Mark Pallo mpallo@rhinopit.com wrote: >> I do have 1 problem. When I send an email from RC the display name shows >> "Nobody" while the email is correct. >> >> The identities look fine in the personal settings. >> >> Any ideas? >> >> >> >> > -- > There is no "I" in team, but there is "Iran" in "Uranium".. > >
-- There is no "I" in team, but there is "Iran" in "Uranium"..
-- There is no "I" in team, but there is "Iran" in "Uranium"..
-- There is no "I" in team, but there is "Iran" in "Uranium"..
I got the same problem when upgrading to 0.1b (2006/02/04).
T. Shoes wrote:
Sounds a little drastic to me. So let me get this straight.. you upgraded to RC 0.1 Beta, and the identities stopped working or are not saving information when you add it after logging in?
I'd say "add some data to the backend" to see if that would help, but oddly enough the "reply-to:" field in the database cannot be left null (I assume RC adds a space to fill the contents in when there is no data?)
In any event, did you replace the main.inc.php and db.inc.php or just copy into those files the data listed in the UPGRADING file of the install?
On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote:
Yes - mySQL.
I looked at the "Mail sent from apache" thread from a couple days ago and it didn't resolve my problem.
I tried setting safe_mode in the script, but I'm about to try setting it in the php.ini file to see if it'll help.
On 2/19/2006 8:38 PM, T. Shoes wrote:
What db are you using? mySQL?
On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote:
That's what I did.. except for migrating information back in. My roundcube installation is only for my use, and I didn't have any valuable addresses and such saved.
Any other ideas?
On 2/19/2006 8:34 PM, T. Shoes wrote:
I replied directly to Mark this same answer:
I ended up backing up my roundcube database, nuking the contents of the original, then reinitializing it via the mysql.initial.sql script (the portion of the update script I needed kept failing). Once done, I migrated as much of the users/identities/contacts information as possible. Fortunately I only have 5 users using RC, so it wasn't that big of a deal.
On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote:
I'm having this same problem. I even dumped all data from the DB tables and started clean. Mail has a "From" name as my Apache user.
On 2/19/2006 8:14 PM, T. Shoes wrote: > Yes. The identities table was changed after updating. The fields are > different. I was forced to recreate identities after logging in. > > > > On 2/19/06, Mark Pallo mpallo@rhinopit.com wrote: >> I do have 1 problem. When I send an email from RC the display name shows >> "Nobody" while the email is correct. >> >> The identities look fine in the personal settings. >> >> Any ideas? >> >> >> >> > -- > There is no "I" in team, but there is "Iran" in "Uranium".. > >
-- There is no "I" in team, but there is "Iran" in "Uranium"..
-- There is no "I" in team, but there is "Iran" in "Uranium"..
-- There is no "I" in team, but there is "Iran" in "Uranium"..
Ack! That might be why... I only upgraded the portions that were listed in the UPGRADING file.
On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote:
I tried it an it didn't work anyways.
This is a fresh install of the new beta. I dropped all tables, and used the initial mysql sql file to create the new tables/structures.
I've added a default identity and it's sending from the Apache user. Oddly enough it IS using the correct email address I imput into the identity.
I used the new beta config files and modified them.
On 2/19/2006 8:46 PM, T. Shoes wrote:
Sounds a little drastic to me. So let me get this straight.. you upgraded to RC 0.1 Beta, and the identities stopped working or are not saving information when you add it after logging in?
I'd say "add some data to the backend" to see if that would help, but oddly enough the "reply-to:" field in the database cannot be left null (I assume RC adds a space to fill the contents in when there is no data?)
In any event, did you replace the main.inc.php and db.inc.php or just copy into those files the data listed in the UPGRADING file of the install?
On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote:
Yes - mySQL.
I looked at the "Mail sent from apache" thread from a couple days ago and it didn't resolve my problem.
I tried setting safe_mode in the script, but I'm about to try setting it in the php.ini file to see if it'll help.
On 2/19/2006 8:38 PM, T. Shoes wrote:
What db are you using? mySQL?
On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote:
That's what I did.. except for migrating information back in. My roundcube installation is only for my use, and I didn't have any valuable addresses and such saved.
Any other ideas?
On 2/19/2006 8:34 PM, T. Shoes wrote:
I replied directly to Mark this same answer:
I ended up backing up my roundcube database, nuking the contents of the original, then reinitializing it via the mysql.initial.sql script (the portion of the update script I needed kept failing). Once done, I migrated as much of the users/identities/contacts information as possible. Fortunately I only have 5 users using RC, so it wasn't that big of a deal.
On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote: > I'm having this same problem. I even dumped all data from the DB tables > and started clean. Mail has a "From" name as my Apache user. > > > > On 2/19/2006 8:14 PM, T. Shoes wrote: >> Yes. The identities table was changed after updating. The fields are >> different. I was forced to recreate identities after logging in. >> >> >> >> On 2/19/06, Mark Pallo mpallo@rhinopit.com wrote: >>> I do have 1 problem. When I send an email from RC the display name shows >>> "Nobody" while the email is correct. >>> >>> The identities look fine in the personal settings. >>> >>> Any ideas? >>> >>> >>> >>> >> -- >> There is no "I" in team, but there is "Iran" in "Uranium".. >>
>>
There is no "I" in team, but there is "Iran" in "Uranium"..
-- There is no "I" in team, but there is "Iran" in "Uranium"..
-- There is no "I" in team, but there is "Iran" in "Uranium"..
-- There is no "I" in team, but there is "Iran" in "Uranium"..
Changing to use SMTP of course fixes the problem, and is probably the better way to go in the end. But I'm still curious as to how to fix this.
My original installation of Version 0.1-20051021 didn't have this problem. So something changed from that version to the new beta.
On 2/19/2006 8:50 PM, Tom Sepper wrote:
I tried it an it didn't work anyways.
This is a fresh install of the new beta. I dropped all tables, and used the initial mysql sql file to create the new tables/structures.
I've added a default identity and it's sending from the Apache user. Oddly enough it IS using the correct email address I imput into the identity.
I used the new beta config files and modified them.
On 2/19/2006 8:46 PM, T. Shoes wrote:
Sounds a little drastic to me. So let me get this straight.. you upgraded to RC 0.1 Beta, and the identities stopped working or are not saving information when you add it after logging in?
I'd say "add some data to the backend" to see if that would help, but oddly enough the "reply-to:" field in the database cannot be left null (I assume RC adds a space to fill the contents in when there is no data?)
In any event, did you replace the main.inc.php and db.inc.php or just copy into those files the data listed in the UPGRADING file of the install?
On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote:
Yes - mySQL.
I looked at the "Mail sent from apache" thread from a couple days ago and it didn't resolve my problem.
I tried setting safe_mode in the script, but I'm about to try setting it in the php.ini file to see if it'll help.
On 2/19/2006 8:38 PM, T. Shoes wrote:
What db are you using? mySQL?
On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote:
That's what I did.. except for migrating information back in. My roundcube installation is only for my use, and I didn't have any valuable addresses and such saved.
Any other ideas?
On 2/19/2006 8:34 PM, T. Shoes wrote:
I replied directly to Mark this same answer:
I ended up backing up my roundcube database, nuking the contents of the original, then reinitializing it via the mysql.initial.sql script (the portion of the update script I needed kept failing). Once done, I migrated as much of the users/identities/contacts information as possible. Fortunately I only have 5 users using RC, so it wasn't that big of a deal.
On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote: > I'm having this same problem. I even dumped all data from the DB > tables > and started clean. Mail has a "From" name as my Apache user. > > > > On 2/19/2006 8:14 PM, T. Shoes wrote: >> Yes. The identities table was changed after updating. The fields >> are >> different. I was forced to recreate identities after logging in. >> >> >> >> On 2/19/06, Mark Pallo mpallo@rhinopit.com wrote: >>> I do have 1 problem. When I send an email from RC the display >>> name shows >>> "Nobody" while the email is correct. >>> >>> The identities look fine in the personal settings. >>> >>> Any ideas? >>> >>> >>> >>> >> -- >> There is no "I" in team, but there is "Iran" in "Uranium".. >>
>>
There is no "I" in team, but there is "Iran" in "Uranium"..
-- There is no "I" in team, but there is "Iran" in "Uranium"..
-- There is no "I" in team, but there is "Iran" in "Uranium"..
That would stand to reason. If you don't let Sendmail be the delivery agent, Apache takes ownership of the process when you let PHP do it, hence the usernames would not carry over.
On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote:
Changing to use SMTP of course fixes the problem, and is probably the better way to go in the end. But I'm still curious as to how to fix this.
My original installation of Version 0.1-20051021 didn't have this problem. So something changed from that version to the new beta.
On 2/19/2006 8:50 PM, Tom Sepper wrote:
I tried it an it didn't work anyways.
This is a fresh install of the new beta. I dropped all tables, and used the initial mysql sql file to create the new tables/structures.
I've added a default identity and it's sending from the Apache user. Oddly enough it IS using the correct email address I imput into the identity.
I used the new beta config files and modified them.
On 2/19/2006 8:46 PM, T. Shoes wrote:
Sounds a little drastic to me. So let me get this straight.. you upgraded to RC 0.1 Beta, and the identities stopped working or are not saving information when you add it after logging in?
I'd say "add some data to the backend" to see if that would help, but oddly enough the "reply-to:" field in the database cannot be left null (I assume RC adds a space to fill the contents in when there is no data?)
In any event, did you replace the main.inc.php and db.inc.php or just copy into those files the data listed in the UPGRADING file of the install?
On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote:
Yes - mySQL.
I looked at the "Mail sent from apache" thread from a couple days ago and it didn't resolve my problem.
I tried setting safe_mode in the script, but I'm about to try setting it in the php.ini file to see if it'll help.
On 2/19/2006 8:38 PM, T. Shoes wrote:
What db are you using? mySQL?
On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote:
That's what I did.. except for migrating information back in. My roundcube installation is only for my use, and I didn't have any valuable addresses and such saved.
Any other ideas?
On 2/19/2006 8:34 PM, T. Shoes wrote: > I replied directly to Mark this same answer: > > I ended up backing up my roundcube database, nuking the contents of > the original, then reinitializing it via the mysql.initial.sql script > (the portion of the update script I needed kept failing). Once > done, I > migrated as much of the users/identities/contacts information as > possible. Fortunately I only have 5 users using RC, so it wasn't that > big of a deal. > > On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote: >> I'm having this same problem. I even dumped all data from the DB >> tables >> and started clean. Mail has a "From" name as my Apache user. >> >> >> >> On 2/19/2006 8:14 PM, T. Shoes wrote: >>> Yes. The identities table was changed after updating. The fields >>> are >>> different. I was forced to recreate identities after logging in. >>> >>> >>> >>> On 2/19/06, Mark Pallo mpallo@rhinopit.com wrote: >>>> I do have 1 problem. When I send an email from RC the display >>>> name shows >>>> "Nobody" while the email is correct. >>>> >>>> The identities look fine in the personal settings. >>>> >>>> Any ideas? >>>> >>>> >>>> >>>> >>> -- >>> There is no "I" in team, but there is "Iran" in "Uranium".. >>> >>> > -- > There is no "I" in team, but there is "Iran" in "Uranium".. > >
-- There is no "I" in team, but there is "Iran" in "Uranium"..
-- There is no "I" in team, but there is "Iran" in "Uranium"..
-- There is no "I" in team, but there is "Iran" in "Uranium"..
I have it set to use SMTP (postfix) perhaps there is something broke my smtp config, or is sendmail the only smtp client that is supported?
I have smtp_server, smtp_port, smtp_user, and smtp_pass all set, is there anything else I am missing?
On 2/19/06, T. Shoes big.negrow@gmail.com wrote:
That would stand to reason. If you don't let Sendmail be the delivery agent, Apache takes ownership of the process when you let PHP do it, hence the usernames would not carry over.
On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote:
Changing to use SMTP of course fixes the problem, and is probably the better way to go in the end. But I'm still curious as to how to fix
this.
My original installation of Version 0.1-20051021 didn't have this problem. So something changed from that version to the new beta.
On 2/19/2006 8:50 PM, Tom Sepper wrote:
I tried it an it didn't work anyways.
This is a fresh install of the new beta. I dropped all tables, and
used
the initial mysql sql file to create the new tables/structures.
I've added a default identity and it's sending from the Apache user. Oddly enough it IS using the correct email address I imput into the identity.
I used the new beta config files and modified them.
On 2/19/2006 8:46 PM, T. Shoes wrote:
Sounds a little drastic to me. So let me get this straight.. you upgraded to RC 0.1 Beta, and the identities stopped working or are
not
saving information when you add it after logging in?
I'd say "add some data to the backend" to see if that would help, but oddly enough the "reply-to:" field in the database cannot be left
null
(I assume RC adds a space to fill the contents in when there is no data?)
In any event, did you replace the main.inc.php and db.inc.php or just copy into those files the data listed in the UPGRADING file of the install?
On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote:
Yes - mySQL.
I looked at the "Mail sent from apache" thread from a couple days
ago
and it didn't resolve my problem.
I tried setting safe_mode in the script, but I'm about to try
setting it
in the php.ini file to see if it'll help.
On 2/19/2006 8:38 PM, T. Shoes wrote:
What db are you using? mySQL?
On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote: > That's what I did.. except for migrating information back in. My > roundcube installation is only for my use, and I didn't have any > valuable addresses and such saved. > > Any other ideas? > > > On 2/19/2006 8:34 PM, T. Shoes wrote: >> I replied directly to Mark this same answer: >> >> I ended up backing up my roundcube database, nuking the contents
of
>> the original, then reinitializing it via the mysql.initial.sqlscript >> (the portion of the update script I needed kept failing). Once >> done, I >> migrated as much of the users/identities/contacts information as >> possible. Fortunately I only have 5 users using RC, so it wasn't
that
>> big of a deal. >> >> On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote: >>> I'm having this same problem. I even dumped all data from the DB >>> tables >>> and started clean. Mail has a "From" name as my Apache user. >>> >>> >>> >>> On 2/19/2006 8:14 PM, T. Shoes wrote: >>>> Yes. The identities table was changed after updating. The
fields
>>>> are >>>> different. I was forced to recreate identities after logging
in.
>>>> >>>> >>>> >>>> On 2/19/06, Mark Pallo mpallo@rhinopit.com wrote: >>>>> I do have 1 problem. When I send an email from RC the display >>>>> name shows >>>>> "Nobody" while the email is correct. >>>>> >>>>> The identities look fine in the personal settings. >>>>> >>>>> Any ideas? >>>>> >>>>> >>>>> >>>>> >>>> -- >>>> There is no "I" in team, but there is "Iran" in "Uranium".. >>>> >>>> >> -- >> There is no "I" in team, but there is "Iran" in "Uranium".. >> >> >
-- There is no "I" in team, but there is "Iran" in "Uranium"..
-- There is no "I" in team, but there is "Iran" in "Uranium"..
-- There is no "I" in team, but there is "Iran" in "Uranium"..
Yep - I realize why SMTP fixes it, but I can't figure out what broke regular php mail() between the two releases.
On 2/19/2006 9:06 PM, T. Shoes wrote:
That would stand to reason. If you don't let Sendmail be the delivery agent, Apache takes ownership of the process when you let PHP do it, hence the usernames would not carry over.
On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote:
Changing to use SMTP of course fixes the problem, and is probably the better way to go in the end. But I'm still curious as to how to fix this.
My original installation of Version 0.1-20051021 didn't have this problem. So something changed from that version to the new beta.
On 2/19/2006 8:50 PM, Tom Sepper wrote:
I tried it an it didn't work anyways.
This is a fresh install of the new beta. I dropped all tables, and used the initial mysql sql file to create the new tables/structures.
I've added a default identity and it's sending from the Apache user. Oddly enough it IS using the correct email address I imput into the identity.
I used the new beta config files and modified them.
On 2/19/2006 8:46 PM, T. Shoes wrote:
Sounds a little drastic to me. So let me get this straight.. you upgraded to RC 0.1 Beta, and the identities stopped working or are not saving information when you add it after logging in?
I'd say "add some data to the backend" to see if that would help, but oddly enough the "reply-to:" field in the database cannot be left null (I assume RC adds a space to fill the contents in when there is no data?)
In any event, did you replace the main.inc.php and db.inc.php or just copy into those files the data listed in the UPGRADING file of the install?
On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote:
Yes - mySQL.
I looked at the "Mail sent from apache" thread from a couple days ago and it didn't resolve my problem.
I tried setting safe_mode in the script, but I'm about to try setting it in the php.ini file to see if it'll help.
On 2/19/2006 8:38 PM, T. Shoes wrote:
What db are you using? mySQL?
On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote: > That's what I did.. except for migrating information back in. My > roundcube installation is only for my use, and I didn't have any > valuable addresses and such saved. > > Any other ideas? > > > On 2/19/2006 8:34 PM, T. Shoes wrote: >> I replied directly to Mark this same answer: >> >> I ended up backing up my roundcube database, nuking the contents of >> the original, then reinitializing it via the mysql.initial.sql script >> (the portion of the update script I needed kept failing). Once >> done, I >> migrated as much of the users/identities/contacts information as >> possible. Fortunately I only have 5 users using RC, so it wasn't that >> big of a deal. >> >> On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote: >>> I'm having this same problem. I even dumped all data from the DB >>> tables >>> and started clean. Mail has a "From" name as my Apache user. >>> >>> >>> >>> On 2/19/2006 8:14 PM, T. Shoes wrote: >>>> Yes. The identities table was changed after updating. The fields >>>> are >>>> different. I was forced to recreate identities after logging in. >>>> >>>> >>>> >>>> On 2/19/06, Mark Pallo mpallo@rhinopit.com wrote: >>>>> I do have 1 problem. When I send an email from RC the display >>>>> name shows >>>>> "Nobody" while the email is correct. >>>>> >>>>> The identities look fine in the personal settings. >>>>> >>>>> Any ideas? >>>>> >>>>> >>>>> >>>>> >>>> -- >>>> There is no "I" in team, but there is "Iran" in "Uranium".. >>>> >>>> >> -- >> There is no "I" in team, but there is "Iran" in "Uranium".. >>
>>
There is no "I" in team, but there is "Iran" in "Uranium"..
-- There is no "I" in team, but there is "Iran" in "Uranium"..
-- There is no "I" in team, but there is "Iran" in "Uranium"..
Nope.. that's how mine is rigged up too (although I have the user/pass disabled, I think because it didn't work)
Postfix should be similar to Sendmail in that regard. What do your system logs (re: NOT RC) look like when you send an email from RC?
On 2/19/06, Greg Hetrick greg.hetrick@gmail.com wrote:
I have it set to use SMTP (postfix) perhaps there is something broke my smtp config, or is sendmail the only smtp client that is supported?
I have smtp_server, smtp_port, smtp_user, and smtp_pass all set, is there anything else I am missing?
On 2/19/06, T. Shoes < big.negrow@gmail.com> wrote:
That would stand to reason. If you don't let Sendmail be the delivery agent, Apache takes ownership of the process when you let PHP do it, hence the usernames would not carry over.
On 2/19/06, Tom Sepper <tom@sepperdesigns.com > wrote:
Changing to use SMTP of course fixes the problem, and is probably the better way to go in the end. But I'm still curious as to how to fix
this.
My original installation of Version 0.1-20051021 didn't have this problem. So something changed from that version to the new beta.
On 2/19/2006 8:50 PM, Tom Sepper wrote:
I tried it an it didn't work anyways.
This is a fresh install of the new beta. I dropped all tables, and
used
the initial mysql sql file to create the new tables/structures.
I've added a default identity and it's sending from the Apache user. Oddly enough it IS using the correct email address I imput into the identity.
I used the new beta config files and modified them.
On 2/19/2006 8:46 PM, T. Shoes wrote:
Sounds a little drastic to me. So let me get this straight.. you upgraded to RC 0.1 Beta, and the identities stopped working or are
not
saving information when you add it after logging in?
I'd say "add some data to the backend" to see if that would help, but oddly enough the "reply-to:" field in the database cannot be left
null
(I assume RC adds a space to fill the contents in when there is no data?)
In any event, did you replace the main.inc.php and db.inc.php or just copy into those files the data listed in the UPGRADING file of the install?
On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote:
Yes - mySQL.
I looked at the "Mail sent from apache" thread from a couple days
ago
and it didn't resolve my problem.
I tried setting safe_mode in the script, but I'm about to try
setting it
in the php.ini file to see if it'll help.
On 2/19/2006 8:38 PM, T. Shoes wrote: > What db are you using? mySQL? > > On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote: >> That's what I did.. except for migrating information back in. My >> roundcube installation is only for my use, and I didn't have any >> valuable addresses and such saved. >> >> Any other ideas? >> >> >> On 2/19/2006 8:34 PM, T. Shoes wrote: >>> I replied directly to Mark this same answer: >>> >>> I ended up backing up my roundcube database, nuking the contents
of
>>> the original, then reinitializing it via the mysql.initial.sql
script
>>> (the portion of the update script I needed kept failing). Once >>> done, I >>> migrated as much of the users/identities/contacts information as >>> possible. Fortunately I only have 5 users using RC, so it wasn't
that
>>> big of a deal. >>> >>> On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote: >>>> I'm having this same problem. I even dumped all data from the DB >>>> tables >>>> and started clean. Mail has a "From" name as my Apache user. >>>> >>>> >>>> >>>> On 2/19/2006 8:14 PM, T. Shoes wrote: >>>>> Yes. The identities table was changed after updating. The
fields
>>>>> are >>>>> different. I was forced to recreate identities after logging
in.
>>>>> >>>>> >>>>> >>>>> On 2/19/06, Mark Pallo mpallo@rhinopit.com wrote: >>>>>> I do have 1 problem. When I send an email from RC the display >>>>>> name shows >>>>>> "Nobody" while the email is correct. >>>>>> >>>>>> The identities look fine in the personal settings. >>>>>> >>>>>> Any ideas? >>>>>> >>>>>> >>>>>> >>>>>> >>>>> -- >>>>> There is no "I" in team, but there is "Iran" in "Uranium".. >>>>> >>>>> >>> -- >>> There is no "I" in team, but there is "Iran" in "Uranium".. >>> >>> >> > > -- > There is no "I" in team, but there is "Iran" in "Uranium".. > >
-- There is no "I" in team, but there is "Iran" in "Uranium"..
-- There is no "I" in team, but there is "Iran" in "Uranium"..
-- There is no "I" in team, but there is "Iran" in "Uranium"..
Snapshot of my config (I use IMAP)
$rcmail_config['default_host'] = 'localhost'; $rcmail_config['default_port'] = 143; $rcmail_config['smtp_server'] = 'localhost'; $rcmail_config['smtp_port'] = 25; $rcmail_config['smtp_user'] = ''; $rcmail_config['smtp_pass'] = ''; $rcmail_config['smtp_auth_type'] = '';
On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote:
Yep - I realize why SMTP fixes it, but I can't figure out what broke regular php mail() between the two releases.
On 2/19/2006 9:06 PM, T. Shoes wrote:
That would stand to reason. If you don't let Sendmail be the delivery agent, Apache takes ownership of the process when you let PHP do it, hence the usernames would not carry over.
On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote:
Changing to use SMTP of course fixes the problem, and is probably the better way to go in the end. But I'm still curious as to how to fix this.
My original installation of Version 0.1-20051021 didn't have this problem. So something changed from that version to the new beta.
On 2/19/2006 8:50 PM, Tom Sepper wrote:
I tried it an it didn't work anyways.
This is a fresh install of the new beta. I dropped all tables, and used the initial mysql sql file to create the new tables/structures.
I've added a default identity and it's sending from the Apache user. Oddly enough it IS using the correct email address I imput into the identity.
I used the new beta config files and modified them.
On 2/19/2006 8:46 PM, T. Shoes wrote:
Sounds a little drastic to me. So let me get this straight.. you upgraded to RC 0.1 Beta, and the identities stopped working or are not saving information when you add it after logging in?
I'd say "add some data to the backend" to see if that would help, but oddly enough the "reply-to:" field in the database cannot be left null (I assume RC adds a space to fill the contents in when there is no data?)
In any event, did you replace the main.inc.php and db.inc.php or just copy into those files the data listed in the UPGRADING file of the install?
On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote:
Yes - mySQL.
I looked at the "Mail sent from apache" thread from a couple days ago and it didn't resolve my problem.
I tried setting safe_mode in the script, but I'm about to try setting it in the php.ini file to see if it'll help.
On 2/19/2006 8:38 PM, T. Shoes wrote: > What db are you using? mySQL? > > On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote: >> That's what I did.. except for migrating information back in. My >> roundcube installation is only for my use, and I didn't have any >> valuable addresses and such saved. >> >> Any other ideas? >> >> >> On 2/19/2006 8:34 PM, T. Shoes wrote: >>> I replied directly to Mark this same answer: >>> >>> I ended up backing up my roundcube database, nuking the contents of >>> the original, then reinitializing it via the mysql.initial.sql script >>> (the portion of the update script I needed kept failing). Once >>> done, I >>> migrated as much of the users/identities/contacts information as >>> possible. Fortunately I only have 5 users using RC, so it wasn't that >>> big of a deal. >>> >>> On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote: >>>> I'm having this same problem. I even dumped all data from the DB >>>> tables >>>> and started clean. Mail has a "From" name as my Apache user. >>>> >>>> >>>> >>>> On 2/19/2006 8:14 PM, T. Shoes wrote: >>>>> Yes. The identities table was changed after updating. The fields >>>>> are >>>>> different. I was forced to recreate identities after logging in. >>>>> >>>>> >>>>> >>>>> On 2/19/06, Mark Pallo mpallo@rhinopit.com wrote: >>>>>> I do have 1 problem. When I send an email from RC the display >>>>>> name shows >>>>>> "Nobody" while the email is correct. >>>>>> >>>>>> The identities look fine in the personal settings. >>>>>> >>>>>> Any ideas? >>>>>> >>>>>> >>>>>> >>>>>> >>>>> -- >>>>> There is no "I" in team, but there is "Iran" in "Uranium".. >>>>> >>>>> >>> -- >>> There is no "I" in team, but there is "Iran" in "Uranium".. >>> >>> > -- > There is no "I" in team, but there is "Iran" in "Uranium".. > >
-- There is no "I" in team, but there is "Iran" in "Uranium"..
-- There is no "I" in team, but there is "Iran" in "Uranium"..
-- There is no "I" in team, but there is "Iran" in "Uranium"..
I tried different auth_types without avail. I couldn't get this to work in the previous cvs release.
On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote:
Yep - I realize why SMTP fixes it, but I can't figure out what broke regular php mail() between the two releases.
On 2/19/2006 9:06 PM, T. Shoes wrote:
That would stand to reason. If you don't let Sendmail be the delivery agent, Apache takes ownership of the process when you let PHP do it, hence the usernames would not carry over.
On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote:
Changing to use SMTP of course fixes the problem, and is probably the better way to go in the end. But I'm still curious as to how to fix
this.
My original installation of Version 0.1-20051021 didn't have this problem. So something changed from that version to the new beta.
On 2/19/2006 8:50 PM, Tom Sepper wrote:
I tried it an it didn't work anyways.
This is a fresh install of the new beta. I dropped all tables, and
used
the initial mysql sql file to create the new tables/structures.
I've added a default identity and it's sending from the Apache user. Oddly enough it IS using the correct email address I imput into the identity.
I used the new beta config files and modified them.
On 2/19/2006 8:46 PM, T. Shoes wrote:
Sounds a little drastic to me. So let me get this straight.. you upgraded to RC 0.1 Beta, and the identities stopped working or are
not
saving information when you add it after logging in?
I'd say "add some data to the backend" to see if that would help, but oddly enough the "reply-to:" field in the database cannot be left
null
(I assume RC adds a space to fill the contents in when there is no data?)
In any event, did you replace the main.inc.php and db.inc.php or just copy into those files the data listed in the UPGRADING file of the install?
On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote:
Yes - mySQL.
I looked at the "Mail sent from apache" thread from a couple days
ago
and it didn't resolve my problem.
I tried setting safe_mode in the script, but I'm about to try
setting it
in the php.ini file to see if it'll help.
On 2/19/2006 8:38 PM, T. Shoes wrote: > What db are you using? mySQL? > > On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote: >> That's what I did.. except for migrating information back in. My >> roundcube installation is only for my use, and I didn't have any >> valuable addresses and such saved. >> >> Any other ideas? >> >> >> On 2/19/2006 8:34 PM, T. Shoes wrote: >>> I replied directly to Mark this same answer: >>> >>> I ended up backing up my roundcube database, nuking the contents
of
>>> the original, then reinitializing it via the mysql.initial.sqlscript >>> (the portion of the update script I needed kept failing). Once >>> done, I >>> migrated as much of the users/identities/contacts information as >>> possible. Fortunately I only have 5 users using RC, so it wasn't
that
>>> big of a deal. >>> >>> On 2/19/06, Tom Sepper tom@sepperdesigns.com wrote: >>>> I'm having this same problem. I even dumped all data from the DB >>>> tables >>>> and started clean. Mail has a "From" name as my Apache user. >>>> >>>> >>>> >>>> On 2/19/2006 8:14 PM, T. Shoes wrote: >>>>> Yes. The identities table was changed after updating. The
fields
>>>>> are >>>>> different. I was forced to recreate identities after logging
in.
>>>>> >>>>> >>>>> >>>>> On 2/19/06, Mark Pallo mpallo@rhinopit.com wrote: >>>>>> I do have 1 problem. When I send an email from RC the display >>>>>> name shows >>>>>> "Nobody" while the email is correct. >>>>>> >>>>>> The identities look fine in the personal settings. >>>>>> >>>>>> Any ideas? >>>>>> >>>>>> >>>>>> >>>>>> >>>>> -- >>>>> There is no "I" in team, but there is "Iran" in "Uranium".. >>>>> >>>>> >>> -- >>> There is no "I" in team, but there is "Iran" in "Uranium".. >>> >>> > -- > There is no "I" in team, but there is "Iran" in "Uranium".. > >
-- There is no "I" in team, but there is "Iran" in "Uranium"..
-- There is no "I" in team, but there is "Iran" in "Uranium"..
The messages are getting sent out by postfix, appears that RC is sending them out and tagging them with the wrong label?
On 2/19/06, Greg Hetrick < greg.hetrick@gmail.com> wrote:
I tried different auth_types without avail. I couldn't get this to work in the previous cvs release.
On 2/19/06, Tom Sepper <tom@sepperdesigns.com > wrote:
Yep - I realize why SMTP fixes it, but I can't figure out what broke regular php mail() between the two releases.
On 2/19/2006 9:06 PM, T. Shoes wrote:
That would stand to reason. If you don't let Sendmail be the delivery agent, Apache takes ownership of the process when you let PHP do it, hence the usernames would not carry over.
On 2/19/06, Tom Sepper < tom@sepperdesigns.com> wrote:
Changing to use SMTP of course fixes the problem, and is probably the better way to go in the end. But I'm still curious as to how to fix
this.
My original installation of Version 0.1-20051021 didn't have this problem. So something changed from that version to the new beta.
On 2/19/2006 8:50 PM, Tom Sepper wrote:
I tried it an it didn't work anyways.
This is a fresh install of the new beta. I dropped all tables, and
used
the initial mysql sql file to create the new tables/structures.
I've added a default identity and it's sending from the Apache user.
Oddly enough it IS using the correct email address I imput into the identity.
I used the new beta config files and modified them.
On 2/19/2006 8:46 PM, T. Shoes wrote:
Sounds a little drastic to me. So let me get this straight.. you upgraded to RC 0.1 Beta, and the identities stopped working or are
not
saving information when you add it after logging in?
I'd say "add some data to the backend" to see if that would help,
but
oddly enough the "reply-to:" field in the database cannot be left
null
(I assume RC adds a space to fill the contents in when there is no data?)
In any event, did you replace the main.inc.php and db.inc.php or
just
copy into those files the data listed in the UPGRADING file of the install?
On 2/19/06, Tom Sepper < tom@sepperdesigns.com> wrote: > Yes - mySQL. > > I looked at the "Mail sent from apache" thread from a couple days
ago
> and it didn't resolve my problem. > > I tried setting safe_mode in the script, but I'm about to try
setting it
> in the php.ini file to see if it'll help. > > > On 2/19/2006 8:38 PM, T. Shoes wrote: >> What db are you using? mySQL? >> >> On 2/19/06, Tom Sepper < tom@sepperdesigns.com> wrote: >>> That's what I did.. except for migrating information back in. My
>>> roundcube installation is only for my use, and I didn't have any
>>> valuable addresses and such saved. >>> >>> Any other ideas? >>> >>> >>> On 2/19/2006 8:34 PM, T. Shoes wrote: >>>> I replied directly to Mark this same answer: >>>> >>>> I ended up backing up my roundcube database, nuking the
contents of
>>>> the original, then reinitializing it via the mysql.initial.sqlscript >>>> (the portion of the update script I needed kept failing). Once >>>> done, I >>>> migrated as much of the users/identities/contacts information
as
>>>> possible. Fortunately I only have 5 users using RC, so it
wasn't that
>>>> big of a deal. >>>> >>>> On 2/19/06, Tom Sepper <tom@sepperdesigns.com > wrote: >>>>> I'm having this same problem. I even dumped all data from the
DB
>>>>> tables >>>>> and started clean. Mail has a "From" name as my Apache user. >>>>> >>>>> >>>>> >>>>> On 2/19/2006 8:14 PM, T. Shoes wrote: >>>>>> Yes. The identities table was changed after updating. The
fields
>>>>>> are >>>>>> different. I was forced to recreate identities after logging
in.
>>>>>> >>>>>> >>>>>> >>>>>> On 2/19/06, Mark Pallo < mpallo@rhinopit.com> wrote: >>>>>>> I do have 1 problem. When I send an email from RC the
display
>>>>>>> name shows >>>>>>> "Nobody" while the email is correct. >>>>>>> >>>>>>> The identities look fine in the personal settings. >>>>>>> >>>>>>> Any ideas? >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>> -- >>>>>> There is no "I" in team, but there is "Iran" in "Uranium".. >>>>>> >>>>>> >>>> -- >>>> There is no "I" in team, but there is "Iran" in "Uranium".. >>>> >>>> >> -- >> There is no "I" in team, but there is "Iran" in "Uranium".. >> >> >
-- There is no "I" in team, but there is "Iran" in "Uranium"..
-- There is no "I" in team, but there is "Iran" in "Uranium"..
I removed all settings for smtp from the config and it is sending out the same as it was with the settings, appears that the smtp config is wrong somewhere, or is ignoring the settings.
On 2/19/06, Greg Hetrick greg.hetrick@gmail.com wrote:
The messages are getting sent out by postfix, appears that RC is sending them out and tagging them with the wrong label?
On 2/19/06, Greg Hetrick < greg.hetrick@gmail.com> wrote:
I tried different auth_types without avail. I couldn't get this to work in the previous cvs release.
On 2/19/06, Tom Sepper <tom@sepperdesigns.com > wrote:
Yep - I realize why SMTP fixes it, but I can't figure out what broke regular php mail() between the two releases.
On 2/19/2006 9:06 PM, T. Shoes wrote:
That would stand to reason. If you don't let Sendmail be the
delivery
agent, Apache takes ownership of the process when you let PHP do it, hence the usernames would not carry over.
On 2/19/06, Tom Sepper < tom@sepperdesigns.com> wrote:
Changing to use SMTP of course fixes the problem, and is probably
the
better way to go in the end. But I'm still curious as to how to fix
this.
My original installation of Version 0.1-20051021 didn't have this problem. So something changed from that version to the new beta.
On 2/19/2006 8:50 PM, Tom Sepper wrote:
I tried it an it didn't work anyways.
This is a fresh install of the new beta. I dropped all tables, and
used
the initial mysql sql file to create the new tables/structures.
I've added a default identity and it's sending from the Apache
user.
Oddly enough it IS using the correct email address I imput into
the
identity.
I used the new beta config files and modified them.
On 2/19/2006 8:46 PM, T. Shoes wrote: > Sounds a little drastic to me. So let me get this straight.. you > upgraded to RC 0.1 Beta, and the identities stopped working or
are not
> saving information when you add it after logging in? > > I'd say "add some data to the backend" to see if that would help,
but
> oddly enough the "reply-to:" field in the database cannot be left
null
> (I assume RC adds a space to fill the contents in when there is
no
> data?) > > In any event, did you replace the main.inc.php and db.inc.php or
just
> copy into those files the data listed in the UPGRADING file of
the
> install? > > > > On 2/19/06, Tom Sepper < tom@sepperdesigns.com> wrote: >> Yes - mySQL. >> >> I looked at the "Mail sent from apache" thread from a couple
days ago
>> and it didn't resolve my problem. >> >> I tried setting safe_mode in the script, but I'm about to try
setting it
>> in the php.ini file to see if it'll help. >> >> >> On 2/19/2006 8:38 PM, T. Shoes wrote: >>> What db are you using? mySQL? >>> >>> On 2/19/06, Tom Sepper < tom@sepperdesigns.com> wrote: >>>> That's what I did.. except for migrating information back in.
My
>>>> roundcube installation is only for my use, and I didn't have
any
>>>> valuable addresses and such saved. >>>> >>>> Any other ideas? >>>> >>>> >>>> On 2/19/2006 8:34 PM, T. Shoes wrote: >>>>> I replied directly to Mark this same answer: >>>>> >>>>> I ended up backing up my roundcube database, nuking the
contents of
>>>>> the original, then reinitializing it via the
mysql.initial.sql script
>>>>> (the portion of the update script I needed kept failing).
Once
>>>>> done, I >>>>> migrated as much of the users/identities/contacts information
as
>>>>> possible. Fortunately I only have 5 users using RC, so it
wasn't that
>>>>> big of a deal. >>>>> >>>>> On 2/19/06, Tom Sepper <tom@sepperdesigns.com > wrote: >>>>>> I'm having this same problem. I even dumped all data from
the DB
>>>>>> tables >>>>>> and started clean. Mail has a "From" name as my Apache user. >>>>>> >>>>>> >>>>>> >>>>>> On 2/19/2006 8:14 PM, T. Shoes wrote: >>>>>>> Yes. The identities table was changed after updating. The
fields
>>>>>>> are >>>>>>> different. I was forced to recreate identities after
logging in.
>>>>>>> >>>>>>> >>>>>>> >>>>>>> On 2/19/06, Mark Pallo < mpallo@rhinopit.com> wrote: >>>>>>>> I do have 1 problem. When I send an email from RC the
display
>>>>>>>> name shows >>>>>>>> "Nobody" while the email is correct. >>>>>>>> >>>>>>>> The identities look fine in the personal settings. >>>>>>>> >>>>>>>> Any ideas? >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> -- >>>>>>> There is no "I" in team, but there is "Iran" in "Uranium"..
>>>>>>> >>>>>>> >>>>> -- >>>>> There is no "I" in team, but there is "Iran" in "Uranium".. >>>>> >>>>> >>> -- >>> There is no "I" in team, but there is "Iran" in "Uranium".. >>> >>> >> > > -- > There is no "I" in team, but there is "Iran" in "Uranium".. > >
-- There is no "I" in team, but there is "Iran" in "Uranium"..
Hate to ask this, but have you stopped/started Apache? (notice I said stopped/started, not restarted.. php will not flush if you simply restart)
On 2/19/06, Greg Hetrick greg.hetrick@gmail.com wrote:
I removed all settings for smtp from the config and it is sending out the same as it was with the settings, appears that the smtp config is wrong somewhere, or is ignoring the settings.
On 2/19/06, Greg Hetrick greghetrick@gmail.com wrote:
The messages are getting sent out by postfix, appears that RC is sending
them out and tagging them with the wrong label?
On 2/19/06, Greg Hetrick < greg.hetrick@gmail.com> wrote:
I tried different auth_types without avail. I couldn't get this to work
in the previous cvs release.
On 2/19/06, Tom Sepper <tom@sepperdesigns.com > wrote:
Yep - I realize why SMTP fixes it, but I can't figure out what broke regular php mail() between the two releases.
On 2/19/2006 9:06 PM, T. Shoes wrote:
That would stand to reason. If you don't let Sendmail be the
delivery
agent, Apache takes ownership of the process when you let PHP do it, hence the usernames would not carry over.
On 2/19/06, Tom Sepper < tom@sepperdesigns.com> wrote:
Changing to use SMTP of course fixes the problem, and is probably
the
better way to go in the end. But I'm still curious as to how to fix
this.
My original installation of Version 0.1-20051021 didn't have this problem. So something changed from that version to the new beta.
On 2/19/2006 8:50 PM, Tom Sepper wrote: > I tried it an it didn't work anyways. > > This is a fresh install of the new beta. I dropped all tables, and
used
> the initial mysql sql file to create the new tables/structures. > > I've added a default identity and it's sending from the Apache
user.
> Oddly enough it IS using the correct email address I imput into
the
> identity. > > I used the new beta config files and modified them. > > > On 2/19/2006 8:46 PM, T. Shoes wrote: >> Sounds a little drastic to me. So let me get this straight.. you >> upgraded to RC 0.1 Beta, and the identities stopped working or
are not
>> saving information when you add it after logging in? >> >> I'd say "add some data to the backend" to see if that would help,
but
>> oddly enough the "reply-to:" field in the database cannot be left
null
>> (I assume RC adds a space to fill the contents in when there is
no
>> data?) >> >> In any event, did you replace the main.inc.php and db.inc.php or
just
>> copy into those files the data listed in the UPGRADING file of
the
>> install? >> >> >> >> On 2/19/06, Tom Sepper < tom@sepperdesigns.com> wrote: >>> Yes - mySQL. >>> >>> I looked at the "Mail sent from apache" thread from a couple
days ago
>>> and it didn't resolve my problem. >>> >>> I tried setting safe_mode in the script, but I'm about to try
setting it
>>> in the php.ini file to see if it'll help. >>> >>> >>> On 2/19/2006 8:38 PM, T. Shoes wrote: >>>> What db are you using? mySQL? >>>> >>>> On 2/19/06, Tom Sepper < tom@sepperdesigns.com> wrote: >>>>> That's what I did.. except for migrating information back in.
My
>>>>> roundcube installation is only for my use, and I didn't have
any
>>>>> valuable addresses and such saved. >>>>> >>>>> Any other ideas? >>>>> >>>>> >>>>> On 2/19/2006 8:34 PM, T. Shoes wrote: >>>>>> I replied directly to Mark this same answer: >>>>>> >>>>>> I ended up backing up my roundcube database, nuking the
contents of
>>>>>> the original, then reinitializing it via the
mysql.initial.sql script
>>>>>> (the portion of the update script I needed kept failing).
Once
>>>>>> done, I >>>>>> migrated as much of the users/identities/contacts information
as
>>>>>> possible. Fortunately I only have 5 users using RC, so it
wasn't that
>>>>>> big of a deal. >>>>>> >>>>>> On 2/19/06, Tom Sepper <tom@sepperdesigns.com > wrote: >>>>>>> I'm having this same problem. I even dumped all data from
the DB
>>>>>>> tables >>>>>>> and started clean. Mail has a "From" name as my Apache user. >>>>>>> >>>>>>> >>>>>>> >>>>>>> On 2/19/2006 8:14 PM, T. Shoes wrote: >>>>>>>> Yes. The identities table was changed after updating. The
fields
>>>>>>>> are >>>>>>>> different. I was forced to recreate identities after
logging in.
>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> On 2/19/06, Mark Pallo < mpallo@rhinopit.com> wrote: >>>>>>>>> I do have 1 problem. When I send an email from RC the
display
>>>>>>>>> name shows >>>>>>>>> "Nobody" while the email is correct. >>>>>>>>> >>>>>>>>> The identities look fine in the personal settings. >>>>>>>>> >>>>>>>>> Any ideas? >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>> -- >>>>>>>> There is no "I" in team, but there is "Iran" in "Uranium".. >>>>>>>> >>>>>>>> >>>>>> -- >>>>>> There is no "I" in team, but there is "Iran" in "Uranium".. >>>>>> >>>>>> >>>> -- >>>> There is no "I" in team, but there is "Iran" in "Uranium".. >>>> >>>> >>> >> >> -- >> There is no "I" in team, but there is "Iran" in "Uranium".. >> >> >
-- There is no "I" in team, but there is "Iran" in "Uranium"..
-- There is no "I" in team, but there is "Iran" in "Uranium"..
Yup, at this point it is appearing that despite the smtp settings it is still sending messages using php_mail() -- I am not catching any errors in the apache logs or the smtp mail logs. I'll try turning on debugging and see if there is anything deeper.
On 2/19/06, T. Shoes big.negrow@gmail.com wrote:
Hate to ask this, but have you stopped/started Apache? (notice I said stopped/started, not restarted.. php will not flush if you simply restart)
On 2/19/06, Greg Hetrick greg.hetrick@gmail.com wrote:
I removed all settings for smtp from the config and it is sending out
the
same as it was with the settings, appears that the smtp config is wrong somewhere, or is ignoring the settings.
On 2/19/06, Greg Hetrick greghetrick@gmail.com wrote:
The messages are getting sent out by postfix, appears that RC is
sending
them out and tagging them with the wrong label?
On 2/19/06, Greg Hetrick < greg.hetrick@gmail.com> wrote:
I tried different auth_types without avail. I couldn't get this to
work
in the previous cvs release.
On 2/19/06, Tom Sepper <tom@sepperdesigns.com > wrote:
Yep - I realize why SMTP fixes it, but I can't figure out what
broke
regular php mail() between the two releases.
On 2/19/2006 9:06 PM, T. Shoes wrote:
That would stand to reason. If you don't let Sendmail be the
delivery
agent, Apache takes ownership of the process when you let PHP do
it,
hence the usernames would not carry over.
On 2/19/06, Tom Sepper < tom@sepperdesigns.com> wrote: > Changing to use SMTP of course fixes the problem, and is
probably
the
> better way to go in the end. But I'm still curious as to how to
fix
this.
> > My original installation of Version 0.1-20051021 didn't have
this
> problem. So something changed from that version to the new
beta.
> > > On 2/19/2006 8:50 PM, Tom Sepper wrote: >> I tried it an it didn't work anyways. >> >> This is a fresh install of the new beta. I dropped all tables,
and
used
>> the initial mysql sql file to create the new
tables/structures.
>> >> I've added a default identity and it's sending from the Apache
user.
>> Oddly enough it IS using the correct email address I imput
into
the
>> identity. >> >> I used the new beta config files and modified them. >> >> >> On 2/19/2006 8:46 PM, T. Shoes wrote: >>> Sounds a little drastic to me. So let me get this straight..
you
>>> upgraded to RC 0.1 Beta, and the identities stopped working
or
are not
>>> saving information when you add it after logging in? >>> >>> I'd say "add some data to the backend" to see if that would
help,
but
>>> oddly enough the "reply-to:" field in the database cannot be
left
null
>>> (I assume RC adds a space to fill the contents in when there
is
no
>>> data?) >>> >>> In any event, did you replace the main.inc.php and db.inc.phpor
just
>>> copy into those files the data listed in the UPGRADING file
of
the
>>> install? >>> >>> >>> >>> On 2/19/06, Tom Sepper < tom@sepperdesigns.com> wrote: >>>> Yes - mySQL. >>>> >>>> I looked at the "Mail sent from apache" thread from a couple
days ago
>>>> and it didn't resolve my problem. >>>> >>>> I tried setting safe_mode in the script, but I'm about to
try
setting it
>>>> in the php.ini file to see if it'll help. >>>> >>>> >>>> On 2/19/2006 8:38 PM, T. Shoes wrote: >>>>> What db are you using? mySQL? >>>>> >>>>> On 2/19/06, Tom Sepper < tom@sepperdesigns.com> wrote: >>>>>> That's what I did.. except for migrating information back
in.
My
>>>>>> roundcube installation is only for my use, and I didn't
have
any
>>>>>> valuable addresses and such saved. >>>>>> >>>>>> Any other ideas? >>>>>> >>>>>> >>>>>> On 2/19/2006 8:34 PM, T. Shoes wrote: >>>>>>> I replied directly to Mark this same answer: >>>>>>> >>>>>>> I ended up backing up my roundcube database, nuking the
contents of
>>>>>>> the original, then reinitializing it via the
mysql.initial.sql script
>>>>>>> (the portion of the update script I needed kept failing).
Once
>>>>>>> done, I >>>>>>> migrated as much of the users/identities/contacts
information
as
>>>>>>> possible. Fortunately I only have 5 users using RC, so it
wasn't that
>>>>>>> big of a deal. >>>>>>> >>>>>>> On 2/19/06, Tom Sepper <tom@sepperdesigns.com > wrote: >>>>>>>> I'm having this same problem. I even dumped all data
from
the DB
>>>>>>>> tables >>>>>>>> and started clean. Mail has a "From" name as my Apache
user.
>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> On 2/19/2006 8:14 PM, T. Shoes wrote: >>>>>>>>> Yes. The identities table was changed after updating.
The
fields
>>>>>>>>> are >>>>>>>>> different. I was forced to recreate identities after
logging in.
>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> On 2/19/06, Mark Pallo < mpallo@rhinopit.com> wrote: >>>>>>>>>> I do have 1 problem. When I send an email from RC the
display
>>>>>>>>>> name shows >>>>>>>>>> "Nobody" while the email is correct. >>>>>>>>>> >>>>>>>>>> The identities look fine in the personal settings. >>>>>>>>>> >>>>>>>>>> Any ideas? >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>> -- >>>>>>>>> There is no "I" in team, but there is "Iran" in
"Uranium"..
>>>>>>>>> >>>>>>>>> >>>>>>> -- >>>>>>> There is no "I" in team, but there is "Iran" in
"Uranium"..
>>>>>>> >>>>>>> >>>>> -- >>>>> There is no "I" in team, but there is "Iran" in "Uranium".. >>>>> >>>>> >>>> >>> >>> -- >>> There is no "I" in team, but there is "Iran" in "Uranium".. >>> >>> >> > >
-- There is no "I" in team, but there is "Iran" in "Uranium"..
-- There is no "I" in team, but there is "Iran" in "Uranium"..
I don't believe this matters for roundcube, as no state is held in
between hits. (At least not for me, but I am running php as a CGI, so perhaps it is different if you are running it as a module.
On Sun, 19 Feb 2006, T. Shoes wrote:
Hate to ask this, but have you stopped/started Apache? (notice I said stopped/started, not restarted.. php will not flush if you simply restart)