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

Can't open administration


Go to End


3 Posts   1578 Views

Avatar
t00thy

Community Member, 31 Posts

6 June 2012 at 12:29am

Hi, what is my problem? I prepare my site on localhost. Now, i migrate it to live hosting. But i was not able to open the administration.
When I have site in live or test mode, i stuck on wellcome silverstripe-logo. If I put site to dev mode, i normally login and do what I need.

SS 2.4.7
DOM, Uploadify, KickAssets, userforms, legacydatetimefields, uploadify

I migrate the database, but i can't find some mistake here. Could be because PHP or something? When i try new instalation, it works fine.

Avatar
Bambii7

Community Member, 254 Posts

8 June 2012 at 12:41pm

So you're able to enter your username and password but it hangs with the SS logo page after submitting?
Do you have firebug installed? Can you check your console, there may be js errors in there causing it to fail.

Avatar
ntd

Community Member, 9 Posts

7 November 2012 at 8:13am

The same happened to me with SilverStripe 3.0.2. PHP was exhausting all the available memory and crashing somewhere in Object.php for no apparent reasons.

It took me a while to resolve this issue: "chmod 0777 assets" did the trick. After that, _combinedfiles/{cmsmain,leftandmain,lib}.js have been generated and the problem vanished.

I think that launching the CMS not in dev mode with a non-writable assets directory triggers a mutual recursion.