Hey there,
I'm running wordpress on a raspberry pi and made a complete change from mysql to sqlite. The performance is very great now but I get an error for wassup now:
Warning: mysql_get_server_info(): Access denied for user 'www-data'@'localhost' (using password: NO) in /var/www/wp-content/plugins/wassup/lib/upgrade.php on line 100
and
Warning: mysql_get_server_info(): A link to the server could not be established in /var/www/wp-content/plugins/wassup/lib/upgrade.php on line 100
An error occured during WassUp table install.
It seems that wassup needs mysql?! Is it somehow possible to get it run with sqlite? Any database table hacks or so?
Thanks!