j'ai cette ligne qui derange tout mon code php, principale au niveau suivant src="images/' . $path . '" ca fonctionne sous Ubuntu mais pas sous windows, j'ai déja fouillé, malheureusement pas solution.
voila a quoi ce que mon error.log me renvoi
PHP Warning: getimagesize(C:\\xampp\\htdocs\\kan/images/): failed to open stream: No such file or directory in C:\\xampp\\htdocs\\kan\\html_to_pdf\\dompdf\\src\\Helpers.php on line 519, referer: http://localhost/kan/index.php?panier=1
PHP Warning: file_get_contents(C:\\xampp\\htdocs\\kan/images/): failed to open stream: No such file or directory in C:\\xampp\\htdocs\\kan\\html_to_pdf\\dompdf\\src\\Helpers.php on line 532, referer: http://localhost/kan/index.php?panier=1
[ PHP Warning: file_get_contents(C:\\xampp\\htdocs\\kan/images/): failed to open stream: No such file or directory in C:\\xampp\\htdocs\\kan\\html_to_pdf\\dompdf\\src\\Helpers.php on line 541, referer: http://localhost/kan/index.php?panier=1
$htmlString .= '<div style="position: relative;">
<img style=" z-index: 1; left: 40px; top: 10px; width: 190px; height: 170px;" src="images/' . $path . '" border="0"/></div></td>';