I'm trying to rename 'concrete' core code folder, from concrete to concretex.
(I'm working on a sensitive website and think it's important to mask the cms I'm using).
I've changed few defines in concrete/config/base.php but that worked for everything except the login & dashboard pages :(
I'm getting this error when trying to access them:
Warning: View::include() [function.include]: Failed opening '' for inclusion (path\concrete5\concretex\libraries\view.php on line 738
setting the theme manually didn't fix the problem.
Any ideas?
BTW, I posted this question somewhere else but thought better to start a new discussion about it.
If you're working with the 5.3.3.1 version, you may want to grab the 5.4 rc that will come out later today. In 5.4 we made the /concrete folder configurable and also the index file configurable.