There was a small mistake in the previous upload.

here's what needed to be done

------------------------------------

First, in /admin/includes/configure.php

find:
define('DIR_FS_ADMIN', '/home/www/domain.com/admin/');

replace with:
define('DIR_FS_ADMIN', '/home/www/domain.com/admin/');
define('DIR_FS_ADMIN_FULL', '/home/users2/domain/www/domain.com/admin/');

basically, your not suppose to remove the first line, but rather create a new line underneath.

More...