Access denied for user ''@'localhost' (using password: NO) (#1045) - contact hosting provider for assistance.
Using Jamroom
yup, you can see its messed up by looking at the link.
.... return_count="true".....

// Check for and move any files
$_files = jrCore_get_directory_files(jrCore_get_media_directory($_xt['_profile_id']));
if ($_files && is_array($_files) && count($_files) > 0) {
foreach ($_files as $file) {
if (strstr($file, "{$_post['module']}_{$_xt['_item_id']}")) {
$sdir = jrCore_get_media_directory($_xt['_profile_id']);
rename("{$sdir}/{$file}", "{$tdir}/{$file}");
}
}
}