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

MaxSkitter issue


Go to End


2 Posts   989 Views

Avatar
mattarm

Community Member, 1 Post

16 April 2012 at 1:24pm

Edited: 16/04/2012 1:56pm

Actually not completely sure this is a MaxSkitter issue but it has only come to light since installing the MaxSkitter module.

When viewing a page with a skitter slideshow there is a array of the maxskitter config showing above the <!doctype html>
<html> tags.

I am only viewing this locally at this stage but for the life of me I cannot seem to work out what is happening here. The slideshow works fine and if I add a skitter slideshow to another page I get the same result.

I have uploaded the module to our staging site to show the problem:

http://milwaukee-ttia.com

Any ideas/thoughts greatly appreciated as I am very new to SilverStripe.

Avatar
msawebdev

Community Member, 15 Posts

17 April 2012 at 1:11pm

Found the resolution, actually feel like a complete noob on this one.

in _config.php:

MaxSkitterDefaults::$debugSkitter = false;

in MaxSkitterExtension.php:
//debug
if (MaxSkitterDefaults::$debugSkitter) {
print_r($skitterConfig);
}

Persistance paid off in the end but thought I could save the pain for others.