Giter VIP home page Giter VIP logo

Comments (7)

chkania avatar chkania commented on July 27, 2024

Same problem here:
Roudcube 1.0.0
PostgreSQL 9.1

from roundcube-carddav.

jchfk avatar jchfk commented on July 27, 2024

Same problem here - did you find a solution?

Roundcube 1.0.0
MySQL 5.5.31

from roundcube-carddav.

onny avatar onny commented on July 27, 2024

Same error here

RoundCube 1.0.0
MySQL 5.5.31

from roundcube-carddav.

a-sassermann avatar a-sassermann commented on July 27, 2024

Using RoundCube 1.0.1 works as expected.

Check if you're using
$config['db_prefix'] = 'rc_';
instead of
$rcmail_config['db_table_.....']
these won't work.

from roundcube-carddav.

tgjb avatar tgjb commented on July 27, 2024

Also affected with this problem

  • RoundCube 1.0.1
  • MySQL 5.6.15

@a-sassermann using "$config['db_prefix'] = 'rc_'; instead of $rcmail_config['db_table_.....']" into the "config.inc.php" file doesn't help.

Regards.

from roundcube-carddav.

a-sassermann avatar a-sassermann commented on July 27, 2024

@tgjb, @djnitrow
I think I got mislead by the db_prefix introduction. The database connection is handled by rcoundcube mail before table prefixes come into action.
As the configurations of plugins are merged into the rc base configuration, there should'nt be any extra connection settings. These would overwrite the main config.
From the DAV plugin code I cannot find that it would affect the db connection.

from roundcube-carddav.

plutocrat avatar plutocrat commented on July 27, 2024

My install was using no table prefix, and I got this error on first login after enabling the carddav plugin. I copied all the roundcube tables to eg rc_contacts, rc_cache etc, and then added $config['db_prefix'] = 'rc_'; to my main roundcube config file. After that, the plugin worked, and created the tables it needed (with the rc_ prefix set). So it seems it requires a prefix other than the default '' no prefix.

from roundcube-carddav.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.