Managed plugins not loaded? #292
poutena
started this conversation in
Troubleshooting
Replies: 1 comment 2 replies
-
I'll need to check, but it's possible that you need to restart PHP-FPM for these changes to be applied. You should be able to do this via the menu bar item. (I'll take a look tomorrow to see if I have the same issue or can reproduce it!) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm trying to use PHP Monitor to manage extensions, but I haven't managed to get them to work.
I'm specifically trying to install Redis. The active global PHP version is 8.3, and if I go to Manage PHP Extensions… it shows Redis as installed under 8.3. On the Domains window, if I right click the domain I'm using for tests Redis shows up on the list and is checked. However, I'm getting an
Error: Class "Redis" not found
error when I try to run code through the website (web tinker). The same code works under CLI tinker.Installing Redis manually makes it work on both, but if I do it after using PHP Monitor to manage extensions the configuration gets messed up and I start getting all kinds of warnings on the CLI. And, more than anything, I want to know the right way to make things work. I assume that the extension's not being loaded on PHP FPM, but shouldn't right-clicking on the domain reflect that?
It's very likely that I'm just missing something obvious, but any help would be much appreciated.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions