10448 Posts in 2223 Topics by 1719 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 321 Views |
-
MaxSkitter issue

16 April 2012 at 1:24pm Last edited: 16 April 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:
Any ideas/thoughts greatly appreciated as I am very new to SilverStripe.
-
Re: MaxSkitter issue

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.
| 321 Views | ||
|
Page:
1
|
Go to Top |

