Can’t make changes to moved WordPress website
-
Greetings, I moved a website I developed on my development server on siteground to my client’s production server on godaddy. I didn’t have any say in their choice of servers.
The trouble I am having is that I can’t make updates to pages or widgets. When I change a widget, everything reverts to the pre-saved version when I click the “Save” button.
Pages are worse. If I make an edit to the text or an image, all content on the page disappears after I click “Update.”
Here is the development server version. Everything works fine: https://spcact.markhannondesign.com
Here is the website moved to the client’s server. I moved the site according to the WordPress codex instructions: https://spcact.org
There are a couple of files on the client’s server:
“.ftpquota”, contents are “23259 539441226”.The “.htaccess” file’s contents are:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
There is also an empty folder with the name “.htpasswds”.
I have turned off all plugins and cleared my cache to no avail.
I am able to install plugins and configure their settings as well as updating my settings for Gravity Forms. This only seems to affect pages & widgets. There is no blog so I haven’t tested posts.
I can create a new page with simple text but if I paste the content from another page, it deletes the whole page.
This seems to be a communication problem with the database. Any idea how to troubleshoot?
- The topic ‘Can’t make changes to moved WordPress website’ is closed to new replies.