Your admin file has this:

define('DIR_FS_CATALOG', 'home/seriouso/public_html/seriouso_new');

You need a / before home/

Your non-admin one has this:
define('DIR_FS_CATALOG', '/public_html/seriouso_new/');

And that's missing the /home/seriouso part.