Snat
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: “There has been a critical error on this website.”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.
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
In reply to: My pages are not showingGo 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
In reply to: My pages are not showingAre 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
In reply to: Security IssueYou 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
In reply to: Database error – missing tablesIf 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 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
In reply to: PARSE ERROR – website downHave 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
In reply to: PARSE ERROR – website downAssuming 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.
Forum: Fixing WordPress
In reply to: DNS Probe ErrorIn 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.
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
In reply to: IP address pointing to Vida CloudThere 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. Reason: Spelling
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Email Subscription brokenMany thanks.
Have sent an email to you using that form, thanks.
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
Forum: Fixing WordPress
In reply to: Unable to publish postI 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
In reply to: Unable to publish postI 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
In reply to: Unable to publish postSame problem again, same as above in every way just without CloudFlare this time.
Any ideas?
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