Roundcube Community Forum

 

Astion REPLY , field TO must be completed

Started by blot, November 17, 2006, 10:17:05 AM

Previous topic - Next topic

blot

Hi

Sorry my english

When I make a REPLY to any email - field TO must contain an email , but it not contain any data
Similar action REPLY_TO_ALL

Thanks

daashag

Did you change your database? I had the same problem. I had to insert the records from my old database into the new one. You simply cannot do a dump as the structure is different.

Scratch that. Sorry. My from field wasn't populating.

ryanb006

So what did you do to resolve this? How was the structure different? I'm having the same problem.

daashag

The initial.mysql file that comes with the svn has a vcard row in the identities table, which the beta doesn't. You need to export the data from your identities in the beta database and import it into the identities of the svn. Phpmyadmin will do this.

ryanb006

I've added the vcard field to the identities table (type text), but that did not fix it. Where can I look in the code to debug this? I've made a few modifications so as to have "global" contacts that come up in the autocomplete feature---this affects SQL statements looking up records from the contact table so that the WHERE statement is "  user_id in (0,?)  " and the ? gets filled automatically.

Thanks for any help you can provide.

daashag

Not sure what your problem is? Like I said my problem was, the From field not populating when I switched from the beta to the svn code using the beta database.  If I used the svn database it worked fine, however it was a empty database. So as to not lose my contacts and identities I just imported the data from the the beta into the svn. I did not do a mysqldump. I would suggest building a database that works then populating it with your current data.

outsider

Has anybody got a solution to this problem ?
I'm having it on my roundcube setup

outsider

any fixes?

this happens on my one roundcube setup, but not the other