Hi,
I just installed the image-barcode Package, but now I have a few
problems using it.
When I run the following code (http://localhost/test.php):
<?php
require_once("Image/Barcode.php");
$bc = new Image_Barcode;
$bc->draw($_GET['bctext'], "Code39", "png");
?>
I get the following error in my browser:
Warning: opendir(C:\php5\pear\Image\Barcode) [function.opendir]: failed
to open dir: Invalid argument in C:\xampp\php\pear\Image\Barcode.php on
line 66
Does anyone perhaps know a solution?
thank you in advance.
Grt,
Kabbi
(Does it have something to do with the: "C:\php5\pear\Image\Barcode" path? ... cause it doesn't exist. It should be "C:\xampp\php\pear\Image\Barcode" I Guess.... isn't it? But does anyone know where I can change / fix this?)