When I installed popper I and start the application I get the following messages (I censored the paths):
Warning: mysql_query() [function.mysql-query]: in /mnt/w0809/d05/s11/b0307273/www/.../mail/class.db_tool.inc.php on line 28
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /mnt/w0809/d05/s11/b0307273/www/.../mail/class.db_tool.inc.php on line 28
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /mnt/w0809/d05/s11/b0307273/www/.../mail/class.db_tool.inc.php on line 36
popper.inc.php looks like this (password censored):
<?php
$host = "MYSQLHOST";
$user = "u70670370";
$pass = "...";
$dbname = "d60604235";
?>
(Note, the strange names depends of the webhotel that creates the names, I tried a similar setup for Drupal and it works.)
Please help!