escpos-php
escpos-php copied to clipboard
FilePrintConnector not working in online server
trafficstars
$connector = new Escpos\PrintConnectors\FilePrintConnector("//localhost/POS58");
$printer = new Escpos\Printer($connector);
This is my code, this is working in localhost but when upload my project to online host that shows this error
Severity: Warning
Message: fopen(//localhost/POS58): failed to open stream: No such file or directory
Filename: PrintConnectors/FilePrintConnector.php
Line Number: 35
please help me
Encontraron la solución?, tengo el mismo problema
Did you find the solution. I also have the same problem.