Call to undefined method DB_mysqli::quoteSmart()

my configuration:

PHP 5.3.1
MySQL 5.1.45
Server Linux

Configure Command: http://www.systeminformationen.de/index.php

Installation was broken. Config.php was not complet writen. I use the sample. The mysql tables are stored in the database.

Link to Installation: http://statusnet.forfuckingfriends.de

Any Ideas? I checked the forum but dont finde an issue.

Thanks.

Comments

  • @SNaKeMe it looks like you might not have the correct database connection strings in your config.php
    A basic config.php should look like this

    $config['site']['name'] = 'Just another StatusNet microblog';
    $config['site']['server'] = 'localhost';
    $config['site']['path'] = 'statusnet'; <--same as your .htaccess rewrite base<br />$config['db']['database'] = 'mysql://username:password@localhost/statusnet';

    but make sure to replace localhost with your host and the db username and password with your db username and password

  • I have these config:

    $config['site']['name'] = 'forfuckingfriends';
    $config['site']['server'] = 'statusnet.forfuckingfriends.de';
    $config['site']['path'] = false; ( i tried '/', ' ' ; rewrite base is / )
    $config['db']['database'] = 'mysql://username:password@localhost/databasename';
    $config['db']['type'] = 'mysql';

    Changes don“t help that it works.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Google Sign In with OpenID