statusnet
Discussions
Activity
Sign In
Call to undefined method DB_mysqli::quoteSmart()
SNaKeMe
October 2010
in
Installation
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
jordanc
November 2010
@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
SNaKeMe
November 2010
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
Register
Categories
Recent Discussions
Activity
Categories
All Categories
2.3K
General
1.5K
Plugins
283
Themes
57
Installation
282
status.net service
117
Hosting
15
StatusNet Desktop
24
Powered by Vanilla
Comments
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
$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.