abletec
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Changed A Record, Only Home Page Link is Correct NowHello, cgl102770, & welcome. These changes can become complex, that’s for sure.
Firstly, do you have your primitymedical.com pointed to christianleonard.com/primitymedical in your Bluehost control panel? If not, you could either do that, or you could actually just move the WordPress install to a folder like primitymedical.com.
If you move the install, then, to eliminate the christianleonard.com/primitymedical permalinks, you can do a search & replace on the database & eliminate references to christianleonard.com. Please back up your database, & please ensure that your user content is located appropriately, ie, in primitymedical.com, if that’s where you moved the install.
To do a database search, I personally use:
https://interconnectit.com › Products › Database Search and Replace Script in PHP
but there are a variety of plugins that you can use.Please let us know if we may assist further.
Forum: Fixing WordPress
In reply to: “nocache” & more problemsHello, lassyri, & welcome. Could you please go to the ‘Settings > General’ aplet in your dashboard & report back to us your home & site urls?
Also, could you please provide a list of the plugins you’re currently running on your site?
Hello, darkhydra90, & welcome.
Firstly, could you please provide a site url?
Next, I do rather suspect a plugin or theme conflict. Could you please try temporarily switching to a default theme (they begin w/the word ‘twenty’) & seeing if the problem resolves?
3rd, does your hosting provider’s control panel have an aplet called “errors” or “error logs” where you can view your site’s errors?
4th, do you see any files called error_log or error.log in your WordPress folders or subfolders? If so, these may have entries that can guide us to what the problem might be.
Sometimes opening wp-config.php, changing wp_debug from ‘True’ to ‘False’ is also helpful. Just log into your site & copy/paste any error messages that appear. This is a security risk, however, so please change it back immediately once you’re finished.
What sort of hosting do you have, ie, shared, VPS, dedicated, etc. I suspect by your post that it’s a typical shared hosting site, but just checking.
I think that’s more than enough questions for now.
Forum: Fixing WordPress
In reply to: Huge Database SpikesPhil, have you checked your mysql logs/error logs to see what queries may be being launched?
1 thing I do pretty routinely w/WordPress is to disable wp-cron & run it using crontab instead. If that’s an option for you, it may prove helpful. Please let us know if you need instructions on how to do that. I find it keeps wp-cron from running more than it needs to, & that can help greatly.
Forum: Fixing WordPress
In reply to: CookiesHello, Bryan, & welcome. Actually, if you click the ‘show details’ link in the dialog where it says your site uses cookies, I think you’ll get a pretty good idea of where they’re coming from.
Cool idea, btw. If I were in the UK, I’d order my grandson some of those.
Forum: Fixing WordPress
In reply to: Website down@sterndata, you’re right, of course. That was my exact thought when I googled the phone number & determined that it was evidently Automattic’s contact info.
I’m not sure–what happens if someone buys a premium theme from Automattic? Does the site go down if they don’t renew or what?
Forum: Fixing WordPress
In reply to: Website downHello, @sterndata. Perhaps I should’ve looked at the dns instead of the phone number on the down site, but the phone number, from what I was able to gather, seemed to be associated w/Automattic.
On the site it says:
“If you own this site, please call customer support at (877) 273-3049.” & this is the number given in Automattic’s contact info. So–yeah–that’s weird!Forum: Fixing WordPress
In reply to: Lost 2 autentification in wordpressHello, rosyebeadle in, & welcome. WordPress by default does not use 2-factor authentication. Possibly you have a plugin running that enables it, & if so, then disabling it is likely as simple as disabling the plugin. You can do that by either going to your hosting provider’s file manager in the control panel or via FTP (& hopefully a secure file transfer protocol) & rename the plugin folder by putting a 1 or a .old on the end of the name, ie, 2factor1 or 2factor.old. Since I don’t know the name of the plugin, 2factor is just an example to illustrate what I’m saying.
The other option you may have is to contact your hosting provider & see if they’re running a 2-factor authentication system that they can disable for you.
Forum: Fixing WordPress
In reply to: Huge Database SpikesHello, Phil, & welcome. What version of PHP are you running, if I might ask?
Forum: Fixing WordPress
In reply to: Website downHello, leibseele, & welcome. Actually, this looks to be a number associated w/Automattic, which is wordpress.com, as opposed to this forum, which is for self-hosted WordPress sites. Please check in with:
http://www.wordpress.com/support
& click the ‘Get Help’ link. Perhaps it’s as simple as needing to pay a bill. I suspect that, actually.HTH. Please let us know if not, or conversely, reply & mark as ‘resolved’ if it does.
SELinux is a great addition to Linux, but it does require some recognition of its requirements, defaults, etc, doesn’t it? Otherwise, it can definitively cause some “gotchas”. Glad everything’s better now, luminarycrush.
If you could please just reply to the thread & mark it resolved if everything is to your satisfaction, that’d let the other forum volunteers know you no longer require assistance.
The truth is, luminarycrush, if you can figure out what SELinux policy is firing, you can fix stuff & won’t have to mess w/it again. I’m more of a Debian/Ubuntu gal myself, so my knowledge of the Centos/Redhat/Fidora branch likely isn’t what it should be in terms of the way things are structured, ie, our Apache user is www-data, etc, but I still think this really does boil down to a permission/ownership issue, ie, SELinux has defaults for these & your choices did not adhere to them. But they can be changed. I still suggest you cd to your web root folder & do a chown -R apache:apache. I know you said you did that, but I’m thinking that the parent of the wordpress folder also needs to have that ownership as well.
Anyway, I am glad my thoughts were of some value, & I really did not mean to bail on you.
Forum: Fixing WordPress
In reply to: Posts re-post themselvesWell, it’s hard to know, you’ve got a shipload of plugins running up there for sure, & were I you, I’d do a serious site audit to see if all of them are indeed necessary. I’m particularly concerned about the Nesting Pages plugin & wonder if this could be the cause. It’d be interesting to at least temporarily deactivate it & see if the issue resolves.
luminarycrush, let’s try disabling SELinux & then updating to see if that has any effect. When I try to download WordPress it gives me a filename of 4.95.zip, but for now let’s just try disabling SELinux & see where we are w/that.
In case you’re unsure,
https://www.tecmint.com/disable-selinux-temporarily-permanently-in-centos-rhel-fedora/
shows you how.Hi again, luminarycrush.
As I look at the content of your screenshot, it says:
“Downloading update from https:/’downloads.wp.xz.cn/release/wordpress-4.9.5-no-content.zip„.”
That would indicate nothing was found to download.As I look at your warnings, I see:
“cURL version Your version of cURL, 7.29.0, is lower than the recommended minimum version of 7.38. Your site may experience connection problems with other services and ww.wp.xz.cn”So the first thing I’d suggest is upgrading curl & let’s see where we are.