1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

INTL Extension Issue on Godaddy Self Managed VPS

Discussion in 'Apache' started by RSSeosolution, Sep 26, 2018.

  1. #1
    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

     
    Solved! View solution.
    RSSeosolution, Sep 26, 2018 IP
  2. pavv

    pavv Well-Known Member

    Messages:
    275
    Likes Received:
    8
    Best Answers:
    3
    Trophy Points:
    120
    #2
    Try using
    sudo apt-get install php5.6-intl
     
    pavv, Sep 26, 2018 IP
  3. harrysmith

    harrysmith Well-Known Member

    Messages:
    466
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    110
    #3
    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 :)
     
    harrysmith, Sep 26, 2018 IP
  4. RSSeosolution

    RSSeosolution Banned

    Messages:
    144
    Likes Received:
    6
    Best Answers:
    3
    Trophy Points:
    140
    #4
    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'
     
    RSSeosolution, Sep 26, 2018 IP
  5. RSSeosolution

    RSSeosolution Banned

    Messages:
    144
    Likes Received:
    6
    Best Answers:
    3
    Trophy Points:
    140
    #5
    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.
     
    RSSeosolution, Sep 26, 2018 IP
  6. #6
    First run sudo add-apt-repository universe then sudo apt-get update then sudo apt-get install php5.6-intl
     
    hostechsupport, Oct 1, 2018 IP
  7. RSSeosolution

    RSSeosolution Banned

    Messages:
    144
    Likes Received:
    6
    Best Answers:
    3
    Trophy Points:
    140
    #7
    Thanks hostechsupport, Now my site is running fine with Cake PHP.

    Thanks again.
     
    RSSeosolution, Oct 1, 2018 IP
    hostechsupport likes this.
  8. hostechsupport

    hostechsupport Well-Known Member

    Messages:
    413
    Likes Received:
    23
    Best Answers:
    7
    Trophy Points:
    138
    #8
    << Most Welcome :)
     
    hostechsupport, Oct 1, 2018 IP