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.

Showcase Questions /

Feedback and questions about sites in the Community Showcase.

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

images missing from the publish pages


Go to End


2 Posts   2849 Views

Avatar
roshan

Community Member, 1 Post

17 April 2015 at 2:35pm

Hi there, my website line7.co.nz had problems loading images couple weeks ago. images went missing on the uploaded folder on the CMS and did a restore from the hosting provider and still couldn't find them on the uploads folder.

is there a way i could see what went wrong from the CMS log ? does the CMS maintain a log for all user modifications ?

Regards.
Roshan

Avatar
helenclarko

Community Member, 166 Posts

17 April 2015 at 3:38pm

Edited: 17/04/2015 3:38pm

Hi Roshan,

Without Error Handling (http://doc.silverstripe.org/en/developer_guides/debugging/error_handling), you will need to rely on your PHP logs.

The log files that you are going to be looking for to start with will be the error_log and the access_log that are generated by Apache.
If you are running unix, they will be in /var/log/apache2 or /var/log/httpd.

Regards
-Helenclarko