Here's the part of my code that's giving me problems:
Code: Select all
function getAllVideos() {
chdir('.serendipity');
include 'serendipity_config.inc.php';
$serendipity['GET']['category'] = 'videos';
$entries = serendipity_fetchEntries(null, true);
chdir('..');
return $entries;
}
Code: Select all
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'goodevil'@'localhost' (using password: NO) in /home/goodevil/public_html/joestryker/.serendipity/include/db/mysql.inc.php on line 270Has anyone seen this error before? How do I get around it?