/home/content/a/p/i/apinkpony/html/
shop/includes/filenames.php): failed to open stream: No such file or directory in /home/content/a/p/i/apinkpony/html
/admin/includes/application_top.php
This tells me that your /admin/includes/configure.php didn't get updated fully when you renamed. Are all these lines correct on yours?
Code:
define('DIR_WS_ADMIN', '/admin/');
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_ADMIN', '/admin/');
define('DIR_WS_HTTPS_CATALOG', '/');
... and...
define('DIR_FS_ADMIN', '/home/content/a/p/i/apinkpony/html/admin/');
define('DIR_FS_CATALOG', '/home/content/a/p/i/apinkpony/html/');
If you have any differences, please post them here