Welcome Guest, Not a member yet? Register   Sign In
4.0.3 works but 4.0.4 is broken for me
#8

(07-17-2020, 08:17 PM)John_Betong Wrote:
(07-17-2020, 05:37 PM)Sepharad Wrote: Auto-respone: if anyone is using xampp the quick way to fix this is open php.ini and uncomment:

extension=intl

Smile

Missing function:
// file: ./system/CodeIgniter/CodeIgniter.php
PHP Code:
/**
  * Handles some basic app and environment setup.
*/
public function initialize()
{
  // Set default locale on the server
  // John ADDED FOLLOWING CHECK BECAUSE STILL TO BE SET ON MY SYSTEM  
  if( function_exists('locale_set_default' ) ) :
    locale_set_default($this->config->defaultLocale ?? 'en');
  endif; 
    [/font][/size][/color]

I removed the comment and it worked fine.
Thank you, John!
Reply


Messages In This Thread
RE: 4.0.3 works but 4.0.4 is broken for me - by wdeda - 07-18-2020, 12:22 PM



Theme © iAndrew 2016 - Forum software by © MyBB