Author Topic: Non-static method MDB2::errorMessage() should not be called statically  (Read 5736 times)

Offline ccsalway

  • Newbie
  • *
  • Posts: 2
Just installed a fresh copy of roundcube 0.8.5 and im getting this error on the installer page step 3. Test config

Not important as everything works, just thought you'd like to know

Check DB config

Strict Standards: Non-static method MDB2::errorMessage() should not be called statically, assuming $this from incompatible context in /var/www/html/roundcube/program/lib/MDB2.php on line 977

Strict Standards: Non-static method rcube_install::get_instance() should not be called statically in /var/www/html/roundcube/installer/utils.php on line 54

Strict Standards: Non-static method rcube_install::get_instance() should not be called statically in /var/www/html/roundcube/installer/utils.php on line 54
DSN (write):  NOT OK(MDB2 Error: connect failed)

Make sure that the configured database exists and that the user has write privileges
DSN: mysqli://roundcube:@127.0.0.1/roundcube

Offline gopher49

  • Newbie
  • *
  • Posts: 5
I'm getting the same error on a clean install.. I changed my error_reporting statement in php.ini to the suggested settings and didn't make a difference.  What else can I try?