Forum replies created

    Evgeny
    Keymaster
    Posts: 990
    September 13, 2023 at 9:30 am #49089

    Hi. This is not an error, it is a warning. To make it go away, just turn off the presentation of the errors on the website in wp-config.php

    You need to add the following line to it:
    define(‘WP_DEBUG_DISPLAY’, false);

    Or deactivate the debugging altogether like this:

    ini_set(‘display_errors’,’Off’);
    ini_set(‘error_reporting’, E_ALL );
    define(‘WP_DEBUG’, false);
    define(‘WP_DEBUG_DISPLAY’, false);

    As for the problem itself, we will look into it for the next update.

    Evgeny
    Keymaster
    Posts: 990
    September 11, 2023 at 2:59 pm #49085

    Hi! Thank you very much for the update! Happy to hear that everything worked out, and just in case it happens again, we have a solution.

    Evgeny
    Keymaster
    Posts: 990
    August 23, 2023 at 10:08 am #49053

    I’m sorry to say, but yes – it ended up in the mental drawer somewhere. Putting it on out todo for the next one. Sorry.

    Evgeny
    Keymaster
    Posts: 990
    August 17, 2023 at 12:20 pm #49046

    Have a look at wp-admin/includes/file.php for get_filesystem_method() function. And please, if you figure out how to solve it, do let me know. Thank you.

    Evgeny
    Keymaster
    Posts: 990
    August 16, 2023 at 6:55 pm #49044

    Yes, that’s why I wanted to check the configuration. It is usually about server environment and permissions – whether WordPress can or cannot write directly to the file system. It looks like it “thinks” that it cannot. Did you check all permissions of the user and the files? Maybe it makes sense to talk to hosting support?

    Evgeny
    Keymaster
    Posts: 990
    August 16, 2023 at 6:48 pm #49042
    This reply has been marked as private.
    Evgeny
    Keymaster
    Posts: 990
    August 16, 2023 at 6:14 pm #49040
    This reply has been marked as private.
    Evgeny
    Keymaster
    Posts: 990
    August 16, 2023 at 6:08 pm #49038

    When you are sending a message on the forum, check the box below that says “Set this as a private reply”

    Evgeny
    Keymaster
    Posts: 990
    August 16, 2023 at 5:59 pm #49036

    Hi. I’m sorry to hear that your client’s server is down for two days. That’s why having backups or working with staging websites is a good idea. Please send me access to the website’s admin area and an FTP. You can do it safely in a private message. Thanks!

    Evgeny
    Keymaster
    Posts: 990
    June 29, 2023 at 11:55 am #49016

    Hi. I’m not frustrated at all. I will explain what I mean: although you use Evolve on the website, it doesn’t mean that every element of the website is related to the theme. From what I see in the code, it is Gutenberg blocks, not our blocks or widgets. The support covers problems caused by our theme, and this doesn’t appear to be one of those. Normally, if you require help with development, you hire a developer. But naturally, as before, I am prepared to help and assist even if it is outside the scope of our support. Please send me access to your admin area in a private reply, along with a screenshot of what and where you are trying to do and can’t. I will do my best to help you out.