mocmien / myroundcube

Automatically exported from code.google.com/p/myroundcube
0 stars 0 forks source link

[plugin_manager] Problem with Preferneces after Upgrade to version 21.0.2 #549

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Token: fbccee1b9c7a405f675a94e49180c890 (Don't modify this token!)
Version: 21.0.2 (04-07-2013)
PHP: 5.3.3-7 squeeze15
RCMAIL: 0.9.2
Database: mysql
SERVER: Apache
----
I.  Issue Description:

After Upgrading from 20.0.3 to version 21.0.2 every time i click on the 
Settings Tab under Manage Plugins i get the Message "Adjustments will be 
executed automatically." and then it forward me to my Inbox -> Can't open the 
settings anymore.
Im new tor roundcube and plugin_manager so do i miss someting?

II. Steps to reproduce the Issue:
1.
2.
3.

Original issue reported on code.google.com by mstieb...@gmail.com on 4 Jul 2013 at 3:03

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Update - Found it: persistent_login 

Original comment by mstieb...@gmail.com on 5 Jul 2013 at 8:08

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
$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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Fixed in db_version plugin.

Original comment by roland.l...@gmail.com on 8 Jul 2013 at 4:59