0

My PHP application throws the exception on a Linux production system, on Windows everything works fine.

Does anyone know the reason for that error message?

I use PDFlib 7...

Tobias Schittkowski
  • 2,221
  • 2
  • 16
  • 25

2 Answers2

0

looks like, the parameter data for the create_pvf() do not contain any content. So you should search before, why this differs to the Windows environment.

Maybe some file read operations failed, due to different paths.

Rainer
  • 2,013
  • 1
  • 10
  • 7
0

I found my problem: the input data for the function were NULL...

Tobias Schittkowski
  • 2,221
  • 2
  • 16
  • 25