Closed GoogleCodeExporter closed 9 years ago
Please update and let me know for which plugins it show 'Database adjustments
required'. I have removed the automated start of the tasks. So, you should be
able to track it down.
Original comment by roland.l...@gmail.com
on 5 Jul 2013 at 4:01
I have made the update and the message ist not showing up anymore - but im
sorry to say that i could not figure out which plugin create this message, i
checked all the active plugins but i havn't seen the message oncemore.
Original comment by mstieb...@gmail.com
on 5 Jul 2013 at 8:05
Update - Found it: persistent_login
Original comment by mstieb...@gmail.com
on 5 Jul 2013 at 8:08
[deleted comment]
OK - and what happens if you click the "Database adjustments" link?
Also which version of persistent_login are you running?
Original comment by roland.l...@gmail.com
on 5 Jul 2013 at 8:13
After clicking the link it redirects to my inbox. Weh i go back to the settings
page the message Database Adjustment needed is still there.
Version: 1.2.3 - 31.05.2013
BTW: posting in the forum over the website is not working - if you enter the
image verification it says that the inserted code is different to the image -
but its not. Tried it several times with the correct letters.
Original comment by mstieb...@gmail.com
on 5 Jul 2013 at 8:27
I guess you don't have 'db_version' plugin present in your plugins folder.
Right?
The forum is third party hosted. Things are out of my control there.
Original comment by roland.l...@gmail.com
on 5 Jul 2013 at 8:41
db_version is present and today there was also an update available which i
installed.
About the Forum: Yesterday i created the topic "Webmail Notifier plugin not
working for me" per E-Mail but i do not know how i reply to this specific topic
with Email.
Original comment by mstieb...@gmail.com
on 5 Jul 2013 at 8:50
Did you check Roundcube's error logs?
Yes, you can reply by email to forum posts.
Original comment by roland.l...@gmail.com
on 5 Jul 2013 at 9:05
Thank you for you patience and helping me out. The following error is in the
log file after clicking:
[05-Jul-2013 11:20:36 +0200]: DB Error: could not find driver in
/example/path/webmail/program/lib/Roundcube/rcube_db.php on line 154 (POST
/webmail/index.php?_task=mail&_action=login)
But the database connctioon works (checked db.inc.php), other modules that use
the database are working. The following error from the log file shows an error
but also a working connection :-)
[05-Jul-2013 11:15:32 +0200]: DB Error: [1103] Incorrect table name '' (SQL
Query: SELECT * FROM ``
WHERE `user_id`='4') in /example/path/webmail/program/lib/Roundcube/rcube_db.php on line 416 (GET /webmail/?_task=dummy&_action=plugin.calendar_fetchalllayers&_start=1372629600&_end=1373320800&_category=&_tzname=Europe%2FBerlin&_echo=1&_=1373011233379)
Original comment by mstieb...@gmail.com
on 5 Jul 2013 at 9:40
Could you please post your settings in ./config/db.inc.php (mask user/password):
$rcmail_config['db_dsnw'] =
'mysql://***user***:***password***@localhost/svn_roundcubemail';
Original comment by roland.l...@gmail.com
on 5 Jul 2013 at 9:43
$rcmail_config = array();
$rcmail_config['db_dsnw'] = 'mysql://dbuser:password@localhost/rc_webmail';
$rcmail_config['db_dsnr'] = '';
$rcmail_config['db_persistent'] = FALSE;
$rcmail_config['db_table_users'] = 'users';
$rcmail_config['db_table_identities'] = 'identities';
$rcmail_config['db_table_contacts'] = 'contacts';
$rcmail_config['db_table_contactgroups'] = 'contactgroups';
$rcmail_config['db_table_contactgroupmembers'] = 'contactgroupmembers';
$rcmail_config['db_table_session'] = 'session';
$rcmail_config['db_table_cache'] = 'cache';
$rcmail_config['db_table_cache_index'] = 'cache_index';
$rcmail_config['db_table_cache_thread'] = 'cache_thread';
$rcmail_config['db_table_cache_messages'] = 'cache_messages';
$rcmail_config['db_table_dictionary'] = 'dictionary';
$rcmail_config['db_table_searches'] = 'searches';
$rcmail_config['db_table_system'] = 'system';
Original comment by mstieb...@gmail.com
on 5 Jul 2013 at 9:52
For any reason automated database versioning does not work for you. Is it
possible to give me remote access. I need a webmail test account (Plugin
Manager administrator), FTP (read/write) and PHPMyAdmin to Roundcube database.
I'm really interested to track this down. Please trust me. Award: MyRC$ 20.
If you agree, please mail details to myroundcube[at]mail4us[dot]net. Thanks!
Original comment by roland.l...@gmail.com
on 5 Jul 2013 at 9:58
Fixed in db_version plugin.
Original comment by roland.l...@gmail.com
on 8 Jul 2013 at 4:59
Original issue reported on code.google.com by
mstieb...@gmail.com
on 4 Jul 2013 at 3:03