Sunday, June 9, 2013

How To Fix icuuc46.dll File Missing Error On XAMPP

PROBLEM
 
Enabling plugin on XAMPP is very easy, we only need to uncomment a line of codes on php.ini files and voila! It works!. In my process of testing a new web application, it needed to run multiple plugin. I test each plugin one by one unfortunately, one plugin did not successfully run as expected. It displays an error box where it appears that XAMPP can't find some DLL files, the php_intl.dll to be specific (view actual error below).

SOLUTION
  • Go to [xampp_path]/php/
  • Copy the following 3 files:
    1. icudt46.dll
    2. icuin46.dll
    3. icuuc46.dll
  • Paste the files [xampp_path]/apache/bin folder.