简体   繁体   中英

Need help about PHP 7.4.19 with Apache 2.4.46 on RHEL 7.2

It's me again. After I finished installing Apache 2.4.46 with PHP 7.4.19. I then access my own web with local IP. The PHP modules loaded fine and I could access phpinfo.php. However, when I accessed my own web, it had a fatal error. "Fatal error: You must enable the intl extension to use CakePHP. in /var/www/html/skill-management-system/config/requirements.php on line 31"

I checked on the Internet and both installed "php-intl-7.4.19-1.0.1.el7.x86_64.rpm", it still didn't work. By the way, I make clean and install php again with "--enable-intl" and it didn't work, too. I also checked file "php_intl.so” and it didn't exist in /usr/local/php/extensions folder. Morerover, "php.ini" file didn't have the line “extension=php_intl.so”.

SO how can i deal with this issue ? P/s: Thanks a lot for supporting me. I'll really appreciate it!!!

did you already install the extension? you can install the extension using yum command:

sudo yum install php-intl

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM