Problem with core concrete

Permalink
Hi everybody,

Recently, I have two problem in the dashbord.

1- When I click attribute for single page I have this error message : 500- Internal server error

2- and I can't add image in the dashbord (see the attachments)

I do not know where the problem comes from :-(

My version is : Core Version - 8.4.4

thanks

4 Attachments

 
JohntheFish replied on at Permalink Reply
JohntheFish
If you can't login to the dashboard directly (yoursite.com/index.php/dashboard), you can enable all the debug settings by directly editing
application/config/generated_overrides/concrete.php

While editing it, you could also disable the cache.

This won't solve the issue, but will enable you to see (and post) more detailed error reports. (any values not listed below, leave as they are)
'debug' => [
        'display_errors' => true,
        'detail' => 'debug',
    ],
    'cache' => [
        'blocks' => false,
        'assets' => false,
        'theme_css' => false,
        'overrides' => false,
        'pages' => '0',
    ],


The other information that may be of use to anyone assisting is the history of concrete5 updates the site has been through.
belhmidi replied on at Permalink Reply
Thank you JohntheFish. the cache is in off:

'locale' => 'fr_FR',
    'version_installed' => '8.4.4',
    'cache' => [
        'blocks' => false,
        'assets' => false,
        'theme_css' => false,
        'overrides' => false,
        'pages' => '0',
        'full_page_lifetime' => 'default',
        'full_page_lifetime_value' => null,
        'clear' => [
            'thumbnails' => true,
        ],
    ],
    'debug' => [


always, I am not able to add an image, and I dont have the server problem (error 500)
JohntheFish replied on at Permalink Reply
JohntheFish
Are you saying the 500 error no longer happens?
belhmidi replied on at Permalink Reply
when I put the cache on OFF, the error message (500) is gone.
belhmidi replied on at Permalink Reply
my serious problem now is to upload the images.

Is it a write permission problem???