• Resolved Ahmed Ghallab

    (@salys3ed)


    My wordpress site was on this URL https://programs-gulf.com/abdo/ then I moved it to this url https://saveabdo.com/

    And by using Better Search Replace plugin , I changed this Phrase

    “programs-gulf.com/abdo” to “saveabdo.com” in all my database tables

    Since then Jetpack?has not been working and shows me this error “

    “Jetpack encountered an error and was unable to display the Dashboard. Please try refreshing the page.

    It appears connected to Jetpack? but actually it not

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Ahmed Ghallab

    (@salys3ed)

    Sorry, it was my fault

    Just for documentation, it was not related to Jetpack plugin
    I had to edit .htaccess file
    to this :

    
    # BEGIN WordPress
    # The directives (lines) between "BEGIN WordPress" and "END WordPress" are
    # dynamically generated, and should only be modified via WordPress filters.
    # Any changes to the directives between these markers will be overwritten.
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    instead of this :

    
    # BEGIN WordPress
    # The directives (lines) between "BEGIN WordPress" and "END WordPress" are
    # dynamically generated, and should only be modified via WordPress filters.
    # Any changes to the directives between these markers will be overwritten.
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteBase /abdo/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /abdo/index.php [L]
    </IfModule>
    
    # END WordPress
    Plugin Contributor Cena (a11n)

    (@cena)

    Hi @salys3ed,

    Thanks for letting us know, and sharing the solution that worked for you.

    Just let us know if we can help with anything else.

    Best,

    Cena

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Jetpack encountered an error and was unable to display the Dashboard. Please try’ is closed to new replies.