Title: Snat's Replies | WordPress.org

---

# Snat

  [  ](https://wordpress.org/support/users/snat/)

 *   [Profile](https://wordpress.org/support/users/snat/)
 *   [Topics Started](https://wordpress.org/support/users/snat/topics/)
 *   [Replies Created](https://wordpress.org/support/users/snat/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/snat/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/snat/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/snat/engagements/)
 *   [Favorites](https://wordpress.org/support/users/snat/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 346 total)

1 [2](https://wordpress.org/support/users/snat/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/snat/replies/page/3/?output_format=md) …
[22](https://wordpress.org/support/users/snat/replies/page/22/?output_format=md)
[23](https://wordpress.org/support/users/snat/replies/page/23/?output_format=md)
[24](https://wordpress.org/support/users/snat/replies/page/24/?output_format=md)
[→](https://wordpress.org/support/users/snat/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [“There has been a critical error on this website.”](https://wordpress.org/support/topic/there-has-been-a-critical-error-on-this-website-219/)
 *  [Snat](https://wordpress.org/support/users/snat/)
 * (@snat)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/there-has-been-a-critical-error-on-this-website-219/#post-16527628)
 * If you can access WP-Admin, go to Settings -> General and make sure WordPress
   Address (URL) and Site Address (URL) are correct.
 * If you can’t you can try via something like PhpMyAdmin and go to wp_options (
   or whatever prefix you may have used) and find siteurl and home and edit it there.
 * If you don’t trust yourself with editing the database directly, edit your wp-
   config.php file via something like FTP with the following near the bottom.
 *     ```wp-block-code
       define('WP_HOME','https://yoursite.com');
       define('WP_SITEURL','https://yoursite.com');
       ```
   
 * Replace yoursite.com with your domain (which I am assuming is shrumami.in).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [My pages are not showing](https://wordpress.org/support/topic/my-pages-are-not-showing-2/)
 *  [Snat](https://wordpress.org/support/users/snat/)
 * (@snat)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/my-pages-are-not-showing-2/#post-16506841)
 * Go to the following: Settings -> Reading -> Your homepage display.
 * You will need to make a page for your posts. For homepage select “Applied Translations”
   and then whatever you call the post one for “posts page”.
 * While you can change the blocks to remove everything and put a message, you might
   find it better to just use a plugin to do so as some allow you to still see your
   website as normal when logged in.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [My pages are not showing](https://wordpress.org/support/topic/my-pages-are-not-showing-2/)
 *  [Snat](https://wordpress.org/support/users/snat/)
 * (@snat)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/my-pages-are-not-showing-2/#post-16505096)
 * Are you able to see the pages you created in WP-Admin? It is possible you just
   need to setup a menu although WordPress does make one by default.
 * Check if your pages have been added to your default menu at Appearance -> Menu.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Security Issue](https://wordpress.org/support/topic/security-issue-136/)
 *  [Snat](https://wordpress.org/support/users/snat/)
 * (@snat)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/security-issue-136/#post-16498982)
 * You can use something such as FTP to log into the directory and delete the file
   manually. It might also be worth having a look to see what might have happened
   or if it has falsely flagged up.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Database error – missing tables](https://wordpress.org/support/topic/database-error-missing-tables/)
 *  [Snat](https://wordpress.org/support/users/snat/)
 * (@snat)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/database-error-missing-tables/#post-16497052)
 * If your newest backup is corrupted there is little you can do to get your old
   content back short of trying to fix the backup, extracting what you can from 
   it or using something like [Wayback Machine](https://web.archive.org/web/20230000000000*/https://schoenneappraisals.com/)
   to get what you can.
 * For your old backup, you can see what is in there. If you have anything such 
   as .sql, .tar.gz etc there is a good chance you can restore that backup. You 
   can try deleting all the tables and restoring your older database and checking
   if that works.
 * Starting over is easy should you need to do so. Just log into PhpMyAdmin and 
   just delete every table. When you access WordPress again it will see an empty
   database and do its own installation thing!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [PARSE ERROR – website down](https://wordpress.org/support/topic/parse-error-website-down-3/)
 *  [Snat](https://wordpress.org/support/users/snat/)
 * (@snat)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/parse-error-website-down-3/#post-16496519)
 * Have you tried replacing WordPress’s files? Download the zip from this website
   and replace all the files in FTP and see if it still happens.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [PARSE ERROR – website down](https://wordpress.org/support/topic/parse-error-website-down-3/)
 *  [Snat](https://wordpress.org/support/users/snat/)
 * (@snat)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/parse-error-website-down-3/#post-16493053)
 * Assuming you haven’t edited any WordPress-related files, disable your plugins
   and switch back to a default theme to see if that fixes it. If you can’t access
   wp-admin but have FTP access you can rename the plugin folder in wp-content to
   something like plugins-old for it to disable automatically on the next load.
 * If the above you can re-enable plugin by plugin until you find the one that is
   causing it. If that fails try to reinstall WordPress. Download the files again
   and replace them.
    -  This reply was modified 3 years, 2 months ago by [Snat](https://wordpress.org/support/users/snat/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [DNS Probe Error](https://wordpress.org/support/topic/dns-probe-error/)
 *  [Snat](https://wordpress.org/support/users/snat/)
 * (@snat)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/dns-probe-error/#post-16493038)
 * In Plesk, you will need to set up healthpromind.com to point to the directory
   your files are in. I am assuming you are using GoDaddy for your hosting account
   so you may need to submit a ticket to them to do it.
 * If you can log into Plesk, you will find this link useful: [Rename domain](https://www.plesk.com/kb/support/how-to-rename-a-domain-in-plesk/).
 * For your other domain you need to set it up to point to 212.227.41.229 (or whatever
   name servers your hosting provider gives you) and then do the same as above.
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [IP address pointing to Vida Cloud](https://wordpress.org/support/topic/ip-address-pointing-to-vida-cloud/)
 *  [Snat](https://wordpress.org/support/users/snat/)
 * (@snat)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/ip-address-pointing-to-vida-cloud/#post-14620845)
 * There is nothing WordPress can do to automatically change the IP address but 
   based on your message you are hosting with Just Host and got the domain via Fast
   Domain with both looking like they are the same company.
 * You will need to log into Fast Domain and change the DNS or nameservers to the
   one provided by Just Host. If you do not know what they are submit a ticket to
   them and ask for it.
 * I have no idea who vidacloud.co.uk is but it might be wise to change your passwords
   and make sure no one else has it if it suddenly changed.
    -  This reply was modified 4 years, 10 months ago by [Snat](https://wordpress.org/support/users/snat/).
      Reason: Spelling
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Email Subscription broken](https://wordpress.org/support/topic/email-subscription-broken/)
 *  Thread Starter [Snat](https://wordpress.org/support/users/snat/)
 * (@snat)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/email-subscription-broken/#post-3298038)
 * Many thanks.
 * Have sent an email to you using that form, thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] [Plugin: Jetpack by WordPress.com] Just updated JetPack and WordPress but JetPack Commenting does no](https://wordpress.org/support/topic/plugin-jetpack-by-wordpresscom-just-updated-jetpack-and-wordpress-but-jetpack-commenting-does-nothing/)
 *  [Snat](https://wordpress.org/support/users/snat/)
 * (@snat)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-jetpack-by-wordpresscom-just-updated-jetpack-and-wordpress-but-jetpack-commenting-does-nothing/#post-2820301)
 * Make sure your theme uses comment_form() to call the comment form and not hard
   coded.
 * Further information: [http://codex.wordpress.org/Function_Reference/comment_form](http://codex.wordpress.org/Function_Reference/comment_form)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Unable to publish post](https://wordpress.org/support/topic/unable-to-publish-post/)
 *  Thread Starter [Snat](https://wordpress.org/support/users/snat/)
 * (@snat)
 * [14 years ago](https://wordpress.org/support/topic/unable-to-publish-post/#post-2663146)
 * I am still an admin of the site. I have checked my server, nothing is blocking
   it that I am aware off and CloudFlare no longer is being used. I am running my
   own DNS that doesn’t have caching or anything.
 * When I first had this issue, I disabled all plugins and that includes testing
   it without a caching plugin I use called WP Super Cache. The only other plugin
   I had was Jetpack and disabling that does nothing
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Unable to publish post](https://wordpress.org/support/topic/unable-to-publish-post/)
 *  Thread Starter [Snat](https://wordpress.org/support/users/snat/)
 * (@snat)
 * [14 years ago](https://wordpress.org/support/topic/unable-to-publish-post/#post-2663143)
 * I moved away from CloudFlare for weeks now. CloudFlare is a reverse proxy but
   it isn’t the issue here.
 * I tried disabling all plugins and nothing. I am wondering if it is something 
   to do with WP Cron, but I haven’t had time to look yet so am still up for ideas.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Unable to publish post](https://wordpress.org/support/topic/unable-to-publish-post/)
 *  Thread Starter [Snat](https://wordpress.org/support/users/snat/)
 * (@snat)
 * [14 years ago](https://wordpress.org/support/topic/unable-to-publish-post/#post-2663141)
 * Same problem again, same as above in every way just without CloudFlare this time.
 * Any ideas?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] [Plugin: Jetpack by WordPress.com] home page lost](https://wordpress.org/support/topic/plugin-jetpack-by-wordpresscom-home-page-lost/)
 *  [Snat](https://wordpress.org/support/users/snat/)
 * (@snat)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-jetpack-by-wordpresscom-home-page-lost/#post-2671277)
 * This is also happening to me on two different sites, using two different themes(
   including the default theme).
 * Older version – [http://downloads.wordpress.org/plugin/jetpack.1.2.2.zip](http://downloads.wordpress.org/plugin/jetpack.1.2.2.zip)

Viewing 15 replies - 1 through 15 (of 346 total)

1 [2](https://wordpress.org/support/users/snat/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/snat/replies/page/3/?output_format=md) …
[22](https://wordpress.org/support/users/snat/replies/page/22/?output_format=md)
[23](https://wordpress.org/support/users/snat/replies/page/23/?output_format=md)
[24](https://wordpress.org/support/users/snat/replies/page/24/?output_format=md)
[→](https://wordpress.org/support/users/snat/replies/page/2/?output_format=md)