HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Something's gone wrong

Hi, I just transferred my forum from a plesk server to a cpanel server via ftp and phpmyadmin, now I am getting something's gone wrong message.

When I enable debug I get this error.

Class 'Locale' not found

The error occurred on or near: /home/XXXXX/public_html/applications/dashboard/controllers/api/LocalesApiController.php

 99: 
100:         $populate = function (array &$row, array $locales) {
101:             $displayNames = [];
102:             foreach ($locales as $locale) {
103:                 $displayName = \Locale::getDisplayLanguage($row["localeKey"], $locale);
104: 
105:                 // Standardize capitalization
106:                 $displayName = mb_convert_case($displayName, MB_CASE_TITLE);


Comments

Sign In or Register to comment.