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.

Themes /

Discuss SilverStripe Themes.

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

Balance Theme Error


Go to End


2 Posts   3351 Views

Avatar
Gringa

Community Member, 11 Posts

11 February 2009 at 3:49am

I'm trying to implement the "Balance" theme. However , I get this error below. With Balance installed, I cannot log into the CMS. Is there a fix for this? I'm running RC 2.3.0 on Unix hosting.

Thanks in advance!

[Warning] None of these templates can be found: Security_login.ss, Security.ss, Page.ss
GET /~aeolus/Security/login

Line 171 in /home/aeolus/public_html/sapphire/core/SSViewer.php
Source

162 					$this->chosenTemplates['main'] = $this->chosenTemplates[$templateFolder];
163 					unset($this->chosenTemplates[$templateFolder]);
164 				}
165 			}
166 
167 			if(isset($_GET['debug_request'])) Debug::message("Final template selections made: " . var_export($this->chosenTemplates, true));
168 
169 		}
170 
171 		if(!$this->chosenTemplates) user_error("None of these templates can be found: ". implode(".ss, ", $templateList) . ".ss", E_USER_WARNING);
172 
173 		parent::__construct();
174 	}
175 	
176 	/**
177 	 * Returns true if at least one of the listed templates exists

Avatar
Gringa

Community Member, 11 Posts

11 February 2009 at 3:53am

Here's the solution:

Follow this path in the themes directory: Users/jkirkus/Sites/ss2demo/themes. Move the contents to the main /themes directory.