Deleting an override results in broken site and dashboard

Permalink 2 users found helpful
For testing and learning purposes i have copied "header_required.php" from "/concrete/elements" to "/elements". Actually i did not even change anything, but now that i want to simply delete "header_required.php" in "/elements" i get an error message (Warning: include(/home/.../elements/header_required.php) [function.include]: failed to open stream: No such file or directory in...) and the whole site is broken by showing that message, even the dashboard is unusable, what means that the cache can't be cleared anymore.

How can i revert the system to the previous state?

Thank you,
Michael

okapi
 
goutnet replied on at Permalink Reply
You should clear the cache, this usually happens for this reason.
okapi replied on at Permalink Reply
okapi
Thank you, finally i found the way to the button to clear the cache on the broken dashboard, that solved the problem.