• Resolved mahsa1994

    (@mahsa1994)


    hi

    I updated this plugin to the latest version a week ago

    After that, I saw this error in the WordPress dashboard.

    “A siteurl or homeurl definition was detected in your wp-config.php, but the file is not writable. Set wp-config.php to write and reload this page.”

    I did everything that was written in the documentation to fix the error, but still the problem was not solved.

    Please guide me

Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author Rogier Lankhorst

    (@rogierlankhorst)

    You can also manually change the site url in your wp-config.php from http to https, for more details see this article:

    https://really-simple-ssl.com/wp-config-fix-needed/

    Let me know if you have any questions about this.

    Hi There,

    I’m having the same problem and I did both of the solution given in the article but the notification is still there.

    Any other solution?

    Thank you in advance.

    BR,

    A

    Plugin Author Rogier Lankhorst

    (@rogierlankhorst)

    @wpandita @mahsa1994 strange. Do you have the wp-config.php file in the default location (wordpress root) or one level higher?

    Mine is gone today, I guess the process took some time.

    Plugin Support jarnovos

    (@jarnovos)

    Hi @wpandita,

    Thank you for confirming that the issue has been resolved in the meantime. If any further questions arise, feel free to reach out to us.

    Kind regards, Jarno

    Thread Starter mahsa1994

    (@mahsa1994)

    @rogierlankhorst

    I followed the steps in the link you sent. But there is still an error in the WordPress dashboard.

    I really don’t know what to do. The error will be fixed only if the plugin is disabled

    Please tell me what I should do?

    Plugin Support jarnovos

    (@jarnovos)

    Hi @mahsa1994,

    Could you check if the Really Simple SSL plugin’s folder name, located in the /wp-content/plugins/ folder on your server, has the “default” folder name: really-simple-ssl

    Or if it might have another name?

    Kind regards, Jarno

    Thread Starter mahsa1994

    (@mahsa1994)

    Hi @jarnovos

    Thank you for your guidance and time

    i check Really Simple SSL plugin’s folder name in host. it’s name is the defalt name “really-simple-ssl”

    Unfortunately, the problem still exists

    • This reply was modified 1 year, 6 months ago by mahsa1994.
    Plugin Author Rogier Lankhorst

    (@rogierlankhorst)

    @mahsa1994 possibly this is a cached notice. If somehow the cache doesn’t clear you can try to add the following line to your theme’s functions.php:
    delete_option(‘rsssl_admin_notices’ );

    Then load the website, and remove it again.

    This should clear the notices cache.

    Please also check if there are any other references in the wp-config.php that could throw a false positive in the detection.

    If this doesn’t work I can create a small snippet that dismisses this particular notice.

    Thread Starter mahsa1994

    (@mahsa1994)

    @rogierlankhorst

    I put the sent code in the file functions.php. But there is still an error in the WordPress dashboard.

    I really don’t know what to do.

    Plugin Author Rogier Lankhorst

    (@rogierlankhorst)

    Ok, please add the following line to your theme’s functions.php. This should dismiss the notice:

    update_option( "rsssl_site_url_in_wpconfig_dismissed", true);

    Thread Starter mahsa1994

    (@mahsa1994)

    @rogierlankhorst

    Thank you for your advice and solution. My problem is solved.But I have a question.

    Now the problem is solved or the error is not displayed and the problem is still there.

    Plugin Support Aert Hulsebos

    (@aahulsebos)

    Hi @mahsa1994,

    As you followed this article; https://really-simple-ssl.com/wp-config-fix-needed/ and follow the above advice you should be fine.

    regards Aert

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Uneditable error wp-config for siteurl & homeurl’ is closed to new replies.