Issue
The extension 40-snuffleupagus is not enabled both via CLI and panel.
Environment
- CloudLinux OS 6/7/8
- PHP Selector
Solution
Run the following command:
mv /opt/alt/php74/etc/php.d.all/40-snuffleupagus.ini /opt/alt/php74/etc/php.d.all/snuffleupagus.ini
Cause
The reason for the issue is that the names of the .so file and .ini differ.
[root@ ~]# ls -la /opt/alt/php*/etc/php.d.all/40-snuffleupagus.ini
-rw-r--r-- 1 root root 251 jul 30 2021 /opt/alt/php71/etc/php.d.all/40-snuffleupagus.ini
-rw-r--r-- 1 root root 251 jul 30 2021 /opt/alt/php72/etc/php.d.all/40-snuffleupagus.ini
-rw-r--r-- 1 root root 251 jul 30 2021 /opt/alt/php73/etc/php.d.all/40-snuffleupagus.ini
-rw-r--r-- 1 root root 251 jul 30 2021 /opt/alt/php74/etc/php.d.all/40-snuffleupagus.ini
-rw-r--r-- 1 root root 251 jul 30 2021 /opt/alt/php80/etc/php.d.all/40-snuffleupagus.ini
[root@ ~]#
Comments
0 comments
Please sign in to leave a comment.