Hello,
can somebody tell me how can i setup the script on linux machine?
i get the error:
PDF not supported
Compile PHP with PDF support
i did to install php-fpdf package but it still doesn't work!
Linux Installation
- wbartels
- netjukebox developer
- Posts: 881
- Joined: Thu Nov 04, 2004 3:12 pm
- Location: Netherlands
- Contact:
Re: Linux Installation
I'm not so familiar with LinuxMichou wrote:Hello,
can somebody tell me how can i setup the script on linux machine?
i get the error:
PDF not supported
Compile PHP with PDF support
i did to install php-fpdf package but it still doesn't work!
net jukebox makes use of PDFlib.
I think your "php-fpdf" is another package from lihttp://www.fpdf.org/
- wbartels
- netjukebox developer
- Posts: 881
- Joined: Thu Nov 04, 2004 3:12 pm
- Location: Netherlands
- Contact:
Yes it is,Anonymous wrote:is there a possibility to us this scritp whitout this library?
Of course the pdf cd-cover won't work
Disable the lines 70, 71 and 72 from include/initialize.inc.php
Code: Select all
//if (!extension_loaded('pdf'))
// if ($cfg['windows']) message('error', '<strong>PDF extension not loaded</strong><br><li>Enable php_pdf.dll in the php.ini</li><br><li>Restart webserver</li>');
// else message('error', '<strong>PDF not supported</strong><br>Compile PHP with PDF support');