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

Slideshow?


Go to End


7 Posts   835 Views

Avatar
Denny

Community Member, 55 Posts

16 November 2010 at 1:47pm

i recently installed the slideshow module, and when I click on create, there is a red error message appearing below. I was wondering how to fix?

Avatar
swaiba

Forum Moderator, 1899 Posts

16 November 2010 at 10:05pm

Hi Denny,

Could you describe the text in your error message please?

Avatar
Denny

Community Member, 55 Posts

17 November 2010 at 2:32am

When i press create slide show object, a red text will open below stating " there has been an error". I will attach a picture of this example.

Avatar
swaiba

Forum Moderator, 1899 Posts

17 November 2010 at 2:53am

Ctrl + Shift + J to open the console, clear it from everything repeat the operation and then please report the error..

Also is your site in "dev" mode?

Director::set_environment_type('dev');
SS_Log::add_writer(new SS_LogFileWriter('errors.log'), SS_Log::ERR);

-->if there has been a PHP error this will write it to 'errors.log' in sapphire folder, again please post this error too

Avatar
Denny

Community Member, 55 Posts

17 November 2010 at 7:30am

I will try the instructions you gave, and my site is in Dev mode. Thank you.

Avatar
Denny

Community Member, 55 Posts

17 November 2010 at 7:39am

I was wondering, where do I place this code"Director::set_environment_type('dev');
SS_Log::add_writer(new SS_LogFileWriter('errors.log'), SS_Log::ERR); "?

Avatar
swaiba

Forum Moderator, 1899 Posts

17 November 2010 at 7:40am

mysite/_config.php