-
Notifications
You must be signed in to change notification settings - Fork 862
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal error: Uncaught Error: Class 'IntlBreakIterator' not found #824
Comments
It looks like you are missing the There is some information in the README (link) which covers dependencies, as well as the supported install process - eg. I would have expected Would you mind sharing your PHP/XAMPP version, and how you installed |
i too have this problem, only with web activity, command-line works flawlessly and issues no errors or warnings. php-intl is installed correctly on debian buster php is 7.3 |
Ok, so I had two versions of php installed, cli was using 7.3 and web was using 7.0...doh! |
i'm having same issue, InvalidArgumentException.php file is missing in Mike42\Escpos folder |
hi, i am trying to use this library with laravel 5.8 but was not posible i got this error "Class 'IntlBreakIterator' not found" but i have already installed and configured INTL in php.ini. |
i found the solution after 3 days with the problem in Laravel 5.8 you need install with composer with this command "composer require mike42/escpos-php" after installed you need to delete the src folder and copy the src folder with this functional example: "https://github.com/parzibyte/imprimir_ticket_php" i solved the problem. The actual code does not work in Laravel something is wrong. |
@lesmesleiton - It looks like you are using some unofficially-sourced version 2 code. The suggested install process if you really want an older version would be:
As above, To use version 3, your PHP runtime must be version 7.0 or later, and the |
HI Iam facing the same problem. Iam using Ampps. Php 7.3 . Uncommented extension=php_intl.dll in php.ini. php_intl.dll file is also there. |
hi, I have also this problem: Message: Class 'IntlBreakIterator' not found In my local copy the library is working well but when I installed it in Ubuntu server I got the error. What would be the problem? I'm using php7.4. Thanks |
Hi, Please your help with some help on this error. In previous versions it works without problems. But that is not the way. I'm using
Regards |
I resolved this problem, on Linux, searching intl.ini both in terminal (with php --ini command) and in phpinfo in a browser. |
This works for me. Thanks! |
hallo brother, I'm new to this proyect esc/post printer, i have this problem, please give me a solution..
Fatal error: Uncaught Error: Class 'IntlBreakIterator' not found in D:\xampp\htdocs\cetak\src\Mike42\Escpos\CodePage.php:189 Stack trace: #0 D:\xampp\htdocs\cetak\src\Mike42\Escpos\CodePage.php(74): Mike42\Escpos\CodePage::encodingArrayFromData(Array) #1 D:\xampp\htdocs\cetak\src\Mike42\Escpos\CapabilityProfile.php(132): Mike42\Escpos\CodePage->__construct('TCVN-3-1', Array) #2 D:\xampp\htdocs\cetak\src\Mike42\Escpos\CapabilityProfile.php(291): Mike42\Escpos\CapabilityProfile->__construct('default', Array) #3 D:\xampp\htdocs\cetak\src\Mike42\Escpos\Printer.php(367): Mike42\Escpos\CapabilityProfile::load('default') #4 D:\xampp\htdocs\cetak\print.php(14): Mike42\Escpos\Printer->__construct(Object(Mike42\Escpos\PrintConnectors\WindowsPrintConnector)) #5 {main} thrown in D:\xampp\htdocs\cetak\src\Mike42\Escpos\CodePage.php on line 189
how i can fix?
The text was updated successfully, but these errors were encountered: