sparek-3
- Total activity 1538
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 487
Comments
Recent activity by sparek-3-
Sorry, in my haste I may have left out some details. I've still got the shadow file. My point is, even if I rename the shadow file: mv /home/%user%/etc/%domain%/shadow /home/%user%/etc/%domain%...
-
OK, I must've overlooked where this was resolved. No, you don't need separate MySQL (or the more generic name, database services) for each version of PHP. Your database service is just a service....
-
Maybe you've already done this, since the links were removed, I'm not able to see it. You are trying to access a WordPress script on [plain]example1.tld[/plain] correct? When you go to [plain]htt...
-
PHP cut out the mysql functions in PHP 7.0 (or PHP 7.1? one of those) and older scripts (maybe WordPress before 4.7?) still relied on those older mysql functions. That's why I asked. Maybe an old...
-
@cPanelLauren did the version of PHP that cPanel (the backend cPanel... port 2083) change to 7.2 in the Edge builds? I can confirm that my cPanel, cPanel version 11.74.0.8, is still showing PHP 5....
-
What version of WordPress is the site using?
-
There's your problem. You don't have any DNS resolvers. Your server does not know how to look up (convert domain names into IP addresses) websites to connect to. You will need to resolve this wi...
-
cat /etc/resolv.conf
-
Another good source is the CentOS announcement mailing list: [plainhttps://lists.centos.org/mailman/listinfo[/plain] They will post when a package update gets published (and it will get delivered...
-
You probably have Operating System Package Updates set to automatic. I don't really like automatic updates for this very reason... you never know if a file change is due to an update or due to som...