Announcement

Collapse
No announcement yet.

PHP Selector ERROR

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • PHP Selector ERROR

    Im installing Plesk and CloudLinux in my demo server with Trial License to see the performance. But after LVE configuration, I have problem with PHP Selector. Its installed already with comman yum groupinstall alt-php but shows some error.

    Error
    Cannot get extensions list for version native ([Errno 2] No such file or directory: /var/lve/phpnative.dat)

    Can someone advice me how to fix this?

  • #2
    Hello Hernan,
    Thank you for reaching out! You can configure yourself native PHP and write something from alt-PHP there. This document will also help you https://docs.cloudlinux.com/cloudlin...tion-and-using.
    It is also possible that the file is incorrectly configured: /etc/cl.selector/native.conf
    Check the settings please:

    Code:
    php=/usr/bin/php-cgi
    
    php-cli=/usr/bin/php
    
    php.ini=/etc/php.ini
    
    php-fpm=/usr/sbin/php-fpm
    Let me know if you need anything else. Thank you!

    Comment

    Working...
    X