Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Installing SilverStripe /

Getting SilverStripe up and running on your computer and on your web server.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

There are two files containing the "ReportAdmin" class


Go to End


1258 Views

Avatar
MaxM

Community Member, 1 Post

27 July 2016 at 5:05pm

Edited: 27/07/2016 5:07pm

This error, whatever does it mean? I've checked and I don't have the reports folder.

Error message below:

Fatal error: Uncaught exception 'Exception' with message 'There are two files containing the "ReportAdmin" class: "/var/www/domain.com/public_html/reports/code/ReportAdmin.php" and "/var/www/domain.com/public_html/cms/code/controllers/ReportAdmin.php"' in /var/www/domain.com/public_html/framework/core/manifest/ClassManifest.php:396 Stack trace: #0 [internal function]: SS_ClassManifest->handleFile('ReportAdmin.php', '/var/www/domain...', 3) #1 /var/www/domain.com/public_html/framework/filesystem/FileFinder.php(158): call_user_func(Array, 'ReportAdmin.php', '/var/www/domain...', 3) #2 /var/www/domain.com/public_html/framework/core/manifest/ClassManifest.php(311): SS_FileFinder->find('/var/www/domain...') #3 /var/www/domain.com/public_html/framework/core/manifest/ClassManifest.php(135): SS_ClassManifest->regenerate(true) #4 /var/www/domain.com/public_html/framework/core/Core.php(100): SS_ClassManifest->__construct('/var/www/domain...', false, false) in /var/www/domain.com/public_html/framework/core/manifest/ClassManifest.php on line 396

Running on nginx, setup correct as per documentation.

If I update via composer (silverstripe), this is fixed, but this throws some components' CSS out of whack.

We're moving this from Apache.