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

Cant log in to admin


Go to End


5 Posts   2624 Views

Avatar
tapscola

Community Member, 10 Posts

16 January 2010 at 11:33pm

hey please help am new i cant login to my admin, no error message is ahowing except a blank white screen

Avatar
dhensby

Community Member, 253 Posts

17 January 2010 at 1:09am

Ok, what exactly is the problem?

Does the log-in form work, but then when you enter your details it goes to a blank screen?

Is it just a blank screen when you try to log in at /admin/?

Are you using the standard black candy theme?

Does the rest of the site show a blank screen?

Is there any source being sent or is it blank too?

Avatar
tapscola

Community Member, 10 Posts

17 January 2010 at 4:26am

Pigeon: The log in form works perfectly but the problem is when i have put my log in details to access the backend everything disappear and a blank white screen appears. I am using the black candy theme. The rest of the site is showing everything fine and the links are all perfect. And the other problem is after i have re-installed i get this:

[Warning] None of these templates can be found: Page.ss, ContentController.ss
GET /mungo/
Line 175 in D:\wamp\www\bob\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: Page.ss, ContentController.ss
Line 175 of SSViewer.php
SSViewer->__construct(Array)
Line 308 of Controller.php
Controller->getViewer(index)
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 29 of ModelAsController.php
ModelAsController->handleRequest(HTTPRequest)
Line 44 of RootURLController.php
RootURLController->handleRequest(HTTPRequest)
Line 277 of Director.php
Director::handleRequest(HTTPRequest,Session)
Line 121 of Director.php
Director::direct(/)
Line 118 of main.php

Avatar
dhensby

Community Member, 253 Posts

17 January 2010 at 1:58pm

Ok, what customisations have you made to the SS install? Have you created your own Page types or modifiden Page.php?

What about the templates, have you made any changes to them? Is it a completely standard SS install?

You said the problem has started after you 're-installed', what did you do? Try to upgrade your SS version? Have you run a dev/build and done ?flush on a page?

Avatar
tapscola

Community Member, 10 Posts

17 January 2010 at 10:21pm

Hey got it thanks there are two things that i picked up, one is that i had done my site on my localhost using blackcandy theme with version 2.3.3. then the headache is on when i was uploading it to my web server u know what i used version 2.3.4. The other problem was on this tag <% base_tag %> i didnt know it should have been there just after the title in the Page SS so i did put it on and this is not in the tutorial thats why i got lost. Now everything seems to be working fine, when am stuck i will get back to you. One more thing is the search form, how can i change it its too big am using balckcandy template and also on images i want every page to have different image manners it seems it is showing only one, am using one Page SS tell how to solve this am new remember!!!