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

not able to login to admin after installing 2.4.11


Go to End


4 Posts   1688 Views

Avatar
AhYap

Community Member, 12 Posts

16 August 2013 at 4:41pm

HI, i'm facing issue since i'm installed the 2.4.11 version and not able to login into admin. the warning showed is as follow:

[User Warning] None of these templates can be found in theme '': CMSMain.ss, LeftAndMain.ss
GET /admin/

Line 207 in /home/mydomain/public_html/sapphire/core/SSViewer.php
Source

198 unset($this->chosenTemplates[$templateFolder]);
199 }
200 }
201
202 if(isset($_GET['debug_request'])) Debug::message("Final template selections made: " . var_export($this->chosenTemplates, true));
203
204 }
205
206 if(!$this->chosenTemplates) user_error("None of these templates can be found in theme '"
207 . self::current_theme() . "': ". implode(".ss, ", $templateList) . ".ss", E_USER_WARNING);
208
209 }
210
211 /**
212 * Returns true if at least one of the listed templates exists
213 */

i've try flush=1 /flush=all, but no luck. Any suggestion?

Avatar
AhYap

Community Member, 12 Posts

17 August 2013 at 11:20am

anyone here can help or give some suggestion? appreciates it.

Avatar
martimiz

Forum Moderator, 1391 Posts

17 August 2013 at 11:24pm

Can you confirm that these files actually exist (check case and extension)?

cms/templates/CMSMain.ss
cms/templates/LeftAndMain.ss

Avatar
AhYap

Community Member, 12 Posts

21 August 2013 at 4:21pm

Thanks martimiz, those files is really missing.
Works well now.