rfergusn
Forum Replies Created
-
Forum: Plugins
In reply to: [Backup and Restore WordPress - Backup Plugin] Parse error after updateThank you for the offer, but I was able to FTP to the website and remove the Wp Backitup folder and that fixed the website.
I reinstalled WP Backitup and it installed correctly and is working fine.
Thank you for your very prompt reply. I am very pleased with your software and don’t consider one little glitch to be a problem.
RoyForum: Fixing WordPress
In reply to: Text Editor Gone after upgrade to EvansThanks James,
It appears that NextGen Gallery is the culprit. When I activate it, the tool bar disappears. I appreciate the quick response. You saved me a lot of trouble.
RoyForum: Fixing WordPress
In reply to: How do I manually edit file locationsThanks again
Forum: Fixing WordPress
In reply to: How do I manually edit file locationsShawn,
Thank you, I figured out what I was doing wrong.
When I commented before the lines you suggested, I had an extra space after the asterisk, I removed that and everything came up like it should. Thank you for sticking with a newbie.Roy
Forum: Fixing WordPress
In reply to: How do I manually edit file locationsI changed it like you recommended without the www.
It asks me to login and then takes me to the error page.Forum: Fixing WordPress
In reply to: How do I manually edit file locationsThis is exactly what I added:
/** Trick to get back online * /
define(‘WP_HOME’,’https://hotzone.mobi’);
define(‘WP_SITEURL’,’https://www.hotzone.mobi’);Forum: Fixing WordPress
In reply to: How do I manually edit file locationsShawn,
I tried editing wp-config.php file and it got the site back online, however when I tried to go to hotzone.mobi/wp-admin it goes instead to the error page.
Roy
Edit wp-config.php
It is possible to set the site URL manually in the wp-config.php file.
Add these two lines to your wp-config.php, where “example.com” is the correct location of your site.
define(‘WP_HOME’,’https://example.com’);
define(‘WP_SITEURL’,’https://example.com’);
This is not necessarily the best fix, it’s just hardcoding the values into the site itself. You won’t be able to edit them on the General settings page anymore when using this method.