Hi,
Did anyone notice any problems with the recipient selection with the newest 0.4 stable? If I am starting to type in some letters to the recipient field, a red rectangle appears at the top which states: "Server Error! (SERVICE CURRENTLY NOT AVAILABLE)". No matter what I type in, I get nothing back (my address book is not empty!). Moreover if a correct address is already typed in and I poke with the recipient field, the red rectangle appears also.
Which could be the problem? I am on Firefox 3.6.6. I tested it also in IE 7.0.5 and it gives me also no results from the address book, it just don't show the rectangle. Could this be a problem of a not properly done upgrade?
After the upgrade with the shell script I also updated my rc database with the attached mysql.update.sql query script. However, I noticed that this SQL script contains several modifications commented with several versions. Was I right to import the whole SQL, or should have I only import the 0.3 part? It threw some errors during the upgrade.
Regards, Viktor --
Visit my panoramic photoblog!
http://vrphoto.hu Spherical panoramas by Viktor Balogh
List info: http://lists.roundcube.net/dev/ BT/aba52c80
On 18.08.2010 08:04, Viktor Balogh wrote:
Did anyone notice any problems with the recipient selection with the newest 0.4 stable? If I am starting to type in some letters to the recipient field, a red rectangle appears at the top which states: "Server Error! (SERVICE CURRENTLY NOT AVAILABLE)". No matter what I type in, I get nothing back (my address book is not empty!). Moreover if a correct address is already typed in and I poke with the recipient field, the red rectangle appears also.
Any errors in Roundcube logs? Disable all plugins and check again.
After the upgrade with the shell script I also updated my rc database with the attached mysql.update.sql query script. However, I noticed that this SQL script contains several modifications commented with several versions. Was I right to import the whole SQL, or should have I only import the 0.3 part? It threw some errors during the upgrade.
You shouldn't execute the whole file.
Hi,
You shouldn't execute the whole file.
Yeah, that's what I thought after I ran the import. :(
So, it seems to be a user error, at least from the logs:
[18-Aug-2010 09:53:18] PHP Warning: array_search(): Wrong datatype for
second argument in
/srv/myfrances/www/htdocs/roundcube/plugins/markasjunk2/markasjunk2.php
on line 35
[18-Aug-2010 09:53:18] MDB2 Error: no such table (-18): _doQuery:
[Error message: Could not execute statement]
[Last executed query: PREPARE
mdb2_statement_mysql_5055d9c93636b8b0ab4244ac75f2eb52817057779 FROM
'SELECT * FROM contactgroups WHERE del<>1 AND user_id=? AND name
LIKE
'%kall%' ORDER BY name']
[Native code: 1146]
[Native message: Table 'roundcubemail.contactgroups' doesn't exist]
So the DB structure seems to be corrupted, I will modify it per hand.
Thank you for the support, Viktor