I'm not too sure how I managed to do this, but on my newly installed copy of silverstripe (installed via Composer), which worked initially, stopped working after I changed some theme files.
I'm getting Server Error 500 when trying to access the admin area, and upon checking my logs, the error its showing me is:
[Wed May 29 20:09:44 2013] [error] [client 192.168.1.108] PHP Fatal error: Uncaught exception 'Exception' with message 'There are two files containing the "i18n" class: "/srv/www/new.sworcs.ac.uk/public_html/framework/i18n/i18n.php" and "/srv/www/new.sworcs.ac.uk/public_html/framework/i18n/i18n/i18n.php"' in /srv/www/new.sworcs.ac.uk/public_html/framework/core/manifest/ClassManifest.php:361\nStack trace:\n#0 [internal function]: SS_ClassManifest->handleFile('i18n.php', '/srv/www/new.sw...', 3)\n#1 /srv/www/new.sworcs.ac.uk/public_html/framework/filesystem/FileFinder.php(158): call_user_func(Array, 'i18n.php', '/srv/www/new.sw...', 3)\n#2 /srv/www/new.sworcs.ac.uk/public_html/framework/core/manifest/ClassManifest.php(284): SS_FileFinder->find('/srv/www/new.sw...')\n#3 /srv/www/new.sworcs.ac.uk/public_html/framework/core/manifest/ClassManifest.php(133): SS_ClassManifest->regenerate(true)\n#4 /srv/www/new.sworcs.ac.uk/public_html/framework/core/Core.php(276): SS_ClassManifest->__construct('/srv/www/new.sw...', false, false)\n#5 /srv/www/new.sworcs.ac.uk/public_html/framework/main.php(62): req in /srv/www/new.sworcs.ac.uk/public_html/framework/core/manifest/ClassManifest.php on line 361
Can anyone help? Thank you.