Mój problem polega na tym, że pisze skrypt tworzący plik xls i nie mogę w ogóle inkludować odpowiednichn bibliotek PEAR
non stop taki efekt:
<?php Warning: require_once(Spreadsheet/Excel/Writer/Workbook.php) [function.require-once]: failed to open stream: No such file or directory in /home/ppatrykp/public_html/bosch/doexcel.php on line 35 Fatal error: require_once() [function.require]: Failed opening required 'Spreadsheet/Excel/Writer/Workbook.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ppatrykp/public_html/bosch/doexcel.php on line 35 ?>
bądź
<?php Warning: require_once(Spreadsheet/Excel/Writer.php) [function.require-once]: failed to open stream: No such file or directory in /home/ppatrykp/public_html/bosch/doexcel.php on line 35 Fatal error: require_once() [function.require]: Failed opening required 'Spreadsheet/Excel/Writer.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ppatrykp/public_html/bosch/doexcel.php on line 35 ?>
mam konto wirtualne na webd.pl
w necie są raptem śladowe informacje o takim problemie, niestety nieużyteczne. Co robię źle?
z góry dzięki
Paweł