• Resolved imthaz

    (@imthaz)


    I have installed the All in One SEO plugin but i cannot seem to ‘save’ any of the changes that i do in the plugin, the ‘Save Changes’ button seems to be just blinking as if something is happening but nothing seems to be actually happening.

    I have tried to remove all other plugins and install a default theme and try this but the same seems to be happening. Is there any other place i need to look into in order to fix this. I have my site hosted on Bluehost if that matters.

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author arnaudbroes

    (@arnaudbroes)

    Hey @imthaz,

    Do you see any errors in your browser’s console (F12) after clicking the “Save Changes” button?

    – Arnaud

    Thread Starter imthaz

    (@imthaz)

    Hi @arnaudbroes, thank you so much for replying.

    I have a few updates:

    I did the browser console and it was complaining about wp nonce and 403 errors. I remembered just before doing this i changed the site URL from https://example.com to https://www.example.com (the wordpress URL did not change from https://example.com)

    So i put the above to https://example.com and got though it. I think we can say the above issue got sorted, but would you know how and if i can get my site URL to https://www.example.com and not run into this ?

    Many thanks,
    Imthaz

    Plugin Author arnaudbroes

    (@arnaudbroes)

    Hey @imthaz,

    That’s an issue you best discuss with your hosting provider, but in most cases, people use the non-www variant of their domain as their WordPress URL and set a CNAME record (basically an alias) in their DNS records for the www variant of their domain name so that the www variant redirects to the non-www variant.

    That might be related to what you’re seeing. But again, if all of this doesn’t make sense to you, it’s best to take this up with your hosting provider. ?? They should be able to help you to configure your hosting if you specifically want to use the www variant of your domain name as your main URL. ??

    – Arnaud

    If I may, I don’t think this issue is with the hosting (if it is then I can help here too as I have full control over my server and hosting).

    It looks like your code has an error and your code is not fully loading, see error:

    POST /wp-json/aioseo/v1/options/ 500

    Uncaught (in promise) Error: Unsuccessful HTTP response
    at _.<anonymous> (chunk-vendors.js?ver=4.0.17:57)
    at _.r.emit (chunk-vendors.js?ver=4.0.17:26)
    at XMLHttpRequest.t.onreadystatechange (chunk-vendors.js?ver=4.0.17:57)`

    I should add those errors occur after clicking on ‘Save Changes’ button on the ‘Search Appearance’ page (/wp-admin/admin.php?page=aioseo-search-appearance#/global-settings and other tabs like #/content-types).

    I noticed that when clicking away from the page and returning I have had some success saving my changes – for example I visited the ‘Sitemaps’ page (/wp-admin/admin.php?page=aioseo-sitemaps#/general-sitemap) then return to the ‘Search Appearance’ page and try again – it worked for me.

    HELP! Error!

    Mixed Content: The page at 'https://site.com/wp-admin/admin.php?page=aioseo-search-appearance#/global-settings' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'https://site.com/wp-json/aioseo/v1/options'. This request has been blocked; the content must be served over HTTPS.
    chunk-vendors.js:57 
    
    Uncaught (in promise) Error: Request has been terminated
    Possible causes: the network is offline, Origin is not allowed by Access-Control-Allow-Origin, the page is being unloaded, etc.
        at _.crossDomainError (chunk-vendors.js:57)
        at XMLHttpRequest.t.onreadystatechange (chunk-vendors.js:57)

    Why is it accessing the http protocol?

    Plugin Author arnaudbroes

    (@arnaudbroes)

    @xales please open a separate support thread. You might need to update the URLs under Settings > General to HTTPS instead of HTTP.

    Me too, I changed domain name, now the save button keep spinning, I can’t save changes. I made sure I replaced the old domain name with the new one, in all the database.

    All In One SEO working great for me again, likely a combination of going through their settings (many changes in recent updates) … but most likely solved with PHP 7.3 (should work for 7.4 too) to increase limits, giving more resources to WordPress – in cPanel update ‘MultiPHP INI Editor’ which updates .htaccess file with the following which works for me, might might work for you too:

    # BEGIN cPanel-generated php ini directives, do not edit
    # Manual editing of this file may result in unexpected behavior.
    # To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
    # For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)
    <IfModule php7_module>
    php_flag display_errors Off
    php_value max_execution_time 600
    php_value max_input_time 1200
    php_value max_input_vars 12000
    php_value memory_limit 256M
    php_value post_max_size 32M
    php_value session.gc_maxlifetime 2880
    php_value session.save_path “/var/cpanel/php/sessions/ea-php73”
    php_value upload_max_filesize 32M
    php_flag zlib.output_compression Off
    </IfModule>
    <IfModule lsapi_module>
    php_flag display_errors Off
    php_value max_execution_time 600
    php_value max_input_time 1200
    php_value max_input_vars 12000
    php_value memory_limit 256M
    php_value post_max_size 32M
    php_value session.gc_maxlifetime 2880
    php_value session.save_path “/var/cpanel/php/sessions/ea-php73”
    php_value upload_max_filesize 32M
    php_flag zlib.output_compression Off
    </IfModule>
    # END cPanel-generated php ini directives, do not edit

    # php — BEGIN cPanel-generated handler, do not edit
    # Set the “ea-php73” package as the default “PHP” programming language.
    <IfModule mime_module>
    AddHandler application/x-httpd-ea-php73 .php .php7 .phtml
    </IfModule>
    # php — END cPanel-generated handler, do not edit`

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘All in One Seo Saving issues’ is closed to new replies.