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

New installation but just get logo on admin panel


Go to End


5 Posts   1345 Views

Avatar
Maverick

Community Member, 2 Posts

20 May 2015 at 8:06pm

Hi,

I have installed silverstrip via my ISP who offers it in their 3rd party section, got over an initial hurdle with an error which seems to be down to a too low PHP version now set at the highest level allowed. However when i try and access the CMS as th administrator all i get is a silverstripe logo in the centre of the screen, im expecting a menu system as shown in the help / tutorials.

Can anybody help me understand why this is and how i go about fixing it please?

Thanks

Kevin

Avatar
wmk

Community Member, 87 Posts

20 May 2015 at 8:25pm

Can you enable error logging and see if something is displayed there? Or look in firebug's network tab if an ajax reply is failing and prompting an error.

Avatar
Maverick

Community Member, 2 Posts

20 May 2015 at 9:02pm

Thanks,

How do I enable error logging? Ive checked the tutorial but cannot find anything that relates to it? This is all very new to me.

Thanks

Kevin

Avatar
wmk

Community Member, 87 Posts

20 May 2015 at 9:27pm

See http://docs.silverstripe.org/en/developer_guides/debugging/error_handling/, the whole debugging section might be interesting ;)

Most php errors should be covered in your webserver's error log, normally under linux somewhere located under /var/log/. Ask your provider for more details.

Avatar
Pyromanik

Community Member, 419 Posts

20 May 2015 at 10:04pm

Edited: 20/05/2015 10:05pm

Definitely javascript issue. The splash should subside after the left and main has set up. If it is not, then it's because the JS isn't firing to remove it.
As SS in 'live' mode combines the SS assets, I would check the permissions on assets/ to ensure that it's not something like 403 or the like when requesting the combined js file.