celiac101
- Total activity 221
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 43
Comments
Recent activity by celiac101-
I did, but fixed this myself in the several hours I was waiting for anyone there to respond...oh...did I mention my issue with how long it is now to get any help from you guys?
-
No, I'm not referring to that. The auto update that ran did alert me to an issue, but when I ran yup update ~6 hours later the update ran fine, found the repositories, and then broke my databases--...
-
This got resolved, but I'm still not sure exactly how it got fixed. The state my MariaDB got stuck in--MySQL/MariaDB Upgrade showed that I needed to continue the upgrade because it did not finish ...
-
Thank you, but if you notice in my list, I turn it off only to back up the mysql, and then turn it back on after, and then run the upgrade.
-
Yes, and the response is below. I haven't seen this error since, so perhaps it was a temporary situation? Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 19322 ;; flags: qr rd ra; ...
-
I had a similar issue today (I'm now on cPanel Version 106.0.11 - CentOS v7.9.2009 STANDARD standard), just after updating cPanel yesterday, and here is my error. Note that my firewall includes p...
-
Thanks for the follow up, but as mentioned, I did get it working using the solution in my prior post.
-
I found a solution. What worked was using the WHM > Software > Module Installers > PHP PECL "redis" to install the module. After this I did see the correct: #/opt/cpanel/ea-php81/root/usr/bin/php ...
-
I don't know if this is the answer, but this forum (`pecl install redis` fails if lzf is enabled " Issue #1325 " phpredis/phpredis), at least on Ubuntu, explains how they fixed a similar issue usin...
-
I figured out part of my issue. I had these functions in my php.ini disabled: disable_functions = popen, proc_open Once I enabled those it did install redis, but threw the error below, and redis i...