| Question : | I get an error 'PDF_set_info' must not be called in 'object' scope in script.php on line xxx
| | Answer : | When I try to create a PDF file I get an error:
Fatal error: PDFlib error: function 'PDF_set_info' must not be called in 'object' scope in script.php on line xxx.
Why do I get this error ?
The reason for getting this error is because your webserver don't have write permissions to the directory your are trying to save your PDF file to. To solve this problem give write permissions to the directory.
| | |