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?
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.
Hi Denny,
Could you describe the text in your error message please?
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.
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
I will try the instructions you gave, and my site is in Dev mode. Thank you.
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); "?
mysite/_config.php