One page suddenly blank, how to proceed

Permalink
Hi Everyone,

I was working on a legacy website and although is was working just fine, suddenly one of the pages stopped loading. I does not load any code, or show any errors when inspecting. The top bar does also not show. What would be the best way to proceed? The page contains a lot of important content. Is there a way to debug, and is there a way so I can backup the page content so i can try to duplicate it? Thanks

This is the site/page:https://www.mariafiselier.com/media/...

The server log shows the following when loading:
xx.xx.xx.xx - - [04/Mar/2019:16:51:07 +0100] "GET /index.php?cID=134 HTTP/2.0" 200 193 "https://www.mariafiselier.com/index.php/dashboard/sitemap/full/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36"

 
mnakalay replied on at Permalink Reply
mnakalay
You might try looking in Concrete5's logs in the dashboard. Just type logs in the intelligent search box top right in the toolbar. Or look in PHP logs on your server.

Or you could post the code from the page here to see if somebody finds anything wrong
basvcds replied on at Permalink Reply
Unfortunately the logs from the dashboard do not show anything at all, the log I posted before was the only log that i got from my directadmin install. This particular page had received some content editing, but the code was untouched before it went wrong. I duplicated the page via the flat view but the error remains, is there any way to deconstruct the content from the page to check bit by bit where something is going wrong?
mnakalay replied on at Permalink Reply
mnakalay
What you can do is, from the sitemap, check the different versions for that page. You can preview the different versions so you should be able to find out the last one that's working.

To find what exactly is doing that you'd have to do some investigative work starting with which blocks were edited last and may have lead to the issue. Then go to the database and look in the block's saved values for possible errors... It's pretty involved.
mnakalay replied on at Permalink Reply
mnakalay
Also just in case, empty Concrete's cache and see if it makes a difference
basvcds replied on at Permalink Reply
I managed to fix it. I retraced my steps editing the page, and one of the last things I had done was add a couple of photos to a file set that was used in a gallery on this page. It turned out one of the photo files was still hi-res (18mb), this caused the page load to stop. Removing the file from the fileset fixed the problem as quickly as it came up.

FYI I did try to check earlier versions of the page but they all came up blank, as it was not the page or a version of the page with the problem but a particular file in a file set that was used on the page.

Thanks for thinking along with me 👍