Hi, I am managing a self managed VPS from Godaddy. I was using wordpress for my website but because its going very slow so we need to change it and recently coded in cake php but after upload it i am getting below error Fatal error: You must enable the intl extension to use CakePHP. in /home/savitravel/public_html/config/requirements.php on line 31 PHP Version of my VPS is PHP 5.6.11-1ubuntu3.4 (cli) Copyright (c) 1997-2015 The PHP Group Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2015, by Zend Technologies I am searching lots online but not getting any ideas that how to sort out this issue. Please guide me that how to solve this issue from PUTTY. If need any other details then please let me know, I will share here to solve this issue. Hope for quick response because my site is down due to this issue only since 24 hours. Help please. Thanks
I believe you are using cpanel with current webhost; if yes - You install php56-php-intl ; Home »Software »EasyApache 4Documentation You may give me the server access and i can get this done for no charges
Getting below errors for sudo apt-get install php5.6-intl root@savi:~# sudo apt-get install php5.6-intl Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package php5.6-intl E: Couldn't find any package by regex 'php5.6-intl'
root@savi:~# sudo apt-get install php5.6-intl Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package php5.6-intl E: Couldn't find any package by regex 'php5.6-intl' How can i resolve this ???? Its self managed so can manage from putty only.
First run sudo add-apt-repository universe then sudo apt-get update then sudo apt-get install php5.6-intl