Cant Edit My Pages.

Permalink
I recently logged back into my concrete5 website but when I go to my different pages, it only shows blank and does not give me the options to edit my pages and this problem is visible on all the pages on the website.

NB! The website is still up and running when I log out and visit the website.

See the attachment for the problem.

1 Attachment

 
JohntheFish replied on at Permalink Reply
JohntheFish
Are there any errors showing in your browser developer console?

Also, can you login directly to the dashboard and view the site logs page?

yoursite.com/dashboard
LeoTheBizhe replied on at Permalink Reply
Thank you for your reply. Yes I can log into the dashboard and the error that I am getting in the console on my browser is:

"Source map error: Error: request failed with status 404
Resource URL:https://faithps.com.na/packages/theme_neat/themes/neat/css/bootstrap...
Source Map URL: bootstrap.min.css.map"
ConcreteOwl replied on at Permalink Reply
ConcreteOwl
In your bootstrap.min.css file on the last line you have this
/*# sourceMappingURL=bootstrap.min.css.map */
Just delete that line.
LeoTheBizhe replied on at Permalink Reply 1 Attachment
Thank you for your suggestion but sadly I still cannot edit my pages when I am logged in (I attached an image of what I get when I go to one of the pages to edit) and it gives this error in the console of the Google Chrome browser:

Failed to load resource: the server responded with a status of 500 ()
home:1 [Intervention] Slow network is detected. Seehttps://www.chromestatus.com/feature/5636954674692096... for more details. Fallback font will be used while loading:https://fonts.gstatic.com/s/dosis/v18/HhyaU5sn9vOmLzloC_U.woff2...
home:1 [Intervention] Slow network is detected. Seehttps://www.chromestatus.com/feature/5636954674692096... for more details. Fallback font will be used while loading:https://fonts.gstatic.com/s/raleway/v18/1Ptug8zYS_SKggPNyC0ITw.woff2...
home:1 Failed to load resource: the server responded with a status of 500 ()
DevTools failed to load SourceMap: Could not load content forhttps://faithps.com.na/packages/theme_neat/themes/neat/css/bootstrap... HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
JohntheFish replied on at Permalink Reply
JohntheFish
That source map warning has started cropping up all over the shop with chrome. Its a developer aid thing that Chrome only attempts to load when the dev console is open. It won't be responsible for your problem.

The key error report is the 'Server 500'. That indicates the page broke while the server was rendering it - before it got to the browser.

As you have access to the dashboard, are there any errors or exceptions reported in the logs page in the dashboard?
LeoTheBizhe replied on at Permalink Reply
The only exception I can see is:

Exception Occurred: /home/faithpsc/public_html/concrete/vendor/tedivm/stash/src/Stash/Driver/FileSystem.php:326 unlink(/home/faithpsc/public_html/application/files/cache/overrides/1952a01898073d1e/561b9b4f2e42cbd7/38a865804f8fdcb6/57cd99682e939275/b90fbfac7d395b6d/1439138831abfad5.php): No such file or directory (2)
JohntheFish replied on at Permalink Reply
JohntheFish
In the dashboard
- switch off all caches /dashboard/system/optimization/cache
- clear the cache /dashboard/system/optimization/clearcache
- Put doctrine in development mode /dashboard/system/environment/entities
- Refresh entities

If that clears the issue, you can take doctrine out of development mode and reenable the cache.

If that does not clear the issue, visit /dashboard/system/environment/debug
- Enable 'Display Errors'
- 'Show the debug error output'

That will hopefully show more error output on the front of your site.

Also while in the dashboard, check the environment info /dashboard/system/environment/info and post it here.