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.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

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

backend problem


Go to End


6 Posts   1420 Views

Avatar
allesch

Community Member, 7 Posts

12 November 2010 at 11:47pm

Hello,
I've installed SilverStripe and an backend trouble appears. When I click on some page on Tree View then nothing happens (permanet revolting circle in spite of good connection) but when I type http://example.com/ss/admin/show/1 or http://example.com/ss/admin/show/2
all work fine? How to fix?
Thank you.

Avatar
baba-papa

Community Member, 279 Posts

13 November 2010 at 8:45am

Did you try a different browser?

Avatar
allesch

Community Member, 7 Posts

13 November 2010 at 10:14am

I've tried Firefox 3.6.12 and IE 6. There is the trouble with Firefox, IE is ok.

Avatar
Sean

Forum Moderator, 922 Posts

13 November 2010 at 3:31pm

Have you tried checking Firebug to see if it is reporting any javascript errors in the console?

Sean

Avatar
allesch

Community Member, 7 Posts

13 November 2010 at 9:11pm

To Sean

There is no js error but Net Tab shows following:
When I click on a page icon of Tree View then 2 requests are sent -
POST http://asomesite.com/ss/admin/getItem?Id=3&ajax=1 200 Ok
GET http://asom/?_=1289635027718 Aborted

asom is 4 first chars of asomesite.com (my real domain is another)

Instead of that GET request a few GET requests have to be sent:
GET http://..../content.css?m=... ets

I have just tried Google chrome - the behaviour is the same as
with FF. With IE 6 there is no problem.

Avatar
allesch

Community Member, 7 Posts

14 November 2010 at 4:35am

When I reinstalled SS from /ss to root the troublem vanished. So the topic is closed.
But I don't understand the reason why backend worked properly with IE6 and didn't with
FF and Chromo.