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.

All other Modules /

Discuss all other Modules here.

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

JW ImageRotator


Go to End


1534 Views

Avatar
cloudstripe

Community Member, 9 Posts

7 January 2011 at 3:50am

Edited: 07/01/2011 3:51am

I am following
http://erhanabay.com/2009/01/30/image-rotator-for-your-silverstripe-application/
and my url is
http://70.87.136.166/~wcswater/ ,

Problem?
Its not showing slideshow, just blank placeholder.

I think
file: "$URLSegment/ImageRotatorXML"
in `Flash.ss` is the issue, this translates to
http://70.87.136.166/~wcswater/home/ImageRotatorXML?777
on page load and gives 404. While on his demo site it works, his demo url is
http://sumpa.com.tr/
which requests
http://sumpa.com.tr/home/ImageRotatorXML?889
and thats found

Even tried to access my site with a domain instead of the subdirectory path that i was using before, no use...

Would really appreciate any advice. Thanks