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.

Upgrading SilverStripe /

Ask questions about upgrading SilverStripe to the latest version.

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

Problem in backend


Go to End


4 Posts   2094 Views

Avatar
Webdoc

Community Member, 349 Posts

8 January 2010 at 6:15am

After upgrading sapphire lang file got error:

[Warning] None of these templates can be found: Security_Security.ss, Security.ss
POST /Security/Security/LoginForm
Line 175 in /mnt/nfs/u05/htc/www/sapphire/core/SSViewer.php

Source
166 $this->chosenTemplates['main'] = $this->chosenTemplates[$templateFolder];
167 unset($this->chosenTemplates[$templateFolder]);
168 }
169 }
170
171 if(isset($_GET['debug_request'])) Debug::message("Final template selections made: " . var_export($this->chosenTemplates, true));
172
173 }
174
175 if(!$this->chosenTemplates) user_error("None of these templates can be found: ". implode(".ss, ", $templateList) . ".ss", E_USER_WARNING);
176
177 parent::__construct();
178 }
179
180 /**
181 * Returns true if at least one of the listed templates exists
Trace
•None of these templates can be found: Security_Security.ss, Security.ss
Line 175 of SSViewer.php
•SSViewer->__construct(Array)
Line 308 of Controller.php
•Controller->getViewer(Security)
Line 175 of Controller.php
•Controller->handleAction(HTTPRequest)
Line 129 of RequestHandler.php
•RequestHandler->handleRequest(HTTPRequest)
Line 122 of Controller.php
•Controller->handleRequest(HTTPRequest)
Line 277 of Director.php
•Director::handleRequest(HTTPRequest,Session)
Line 121 of Director.php
•Director::direct(/Security/Security/LoginForm)
Line 118 of main.php

And if i wanna go to admin it re directs from /security/login to /security/security/login

Avatar
Webdoc

Community Member, 349 Posts

8 January 2010 at 6:23am

Also the back end is not working right look from picture

Attached Files
Avatar
Webdoc

Community Member, 349 Posts

8 January 2010 at 6:31am

also in front end the ecommerce and forum area is broken

Avatar
Heike-san

Community Member, 52 Posts

7 April 2010 at 3:47am

Have you found a wlak around your issue ? I am experiencing the same issue as well...