| > |
PHPFAQ - I get an error PDF_set_info must not be called in object scope in script.php on line xxx |
[Bookmark it] |
|
|
| PHPFAQ - I get an error PDF_set_info must not be called in object scope in script.php on line xxx |
|
Question : I get an error 'PDF_set_info' must not be called in 'object' scope in script.php on line xxxAnswer :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.
|
|
|
|
|
|
|