Problem with making pdf (solved)

Please report bugs here!

Moderator: Thorsten

Post Reply
kubus
Posts: 5
Joined: Fri Mar 30, 2007 12:38 pm

Problem with making pdf (solved)

Post by kubus »

I have a question about the PDF function. got a malfunction code when I press the pdf button.
I have already checked some of the topics of this forum but i cannot solve the problem.

The server is not on safe mode. The /data directory is chmod at 777.

I get the following code:

Warning: fopen(pdf/7.pdf) [function.fopen]: failed to open stream: Permission denied in ****/inc/fpdf.php on line 1046
FPDF error: Unable to create output file: pdf/7.pdf

Can someone help me with this issue?

Kubus
Last edited by kubus on Fri Mar 30, 2007 2:00 pm, edited 1 time in total.
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

pdf/ needs write permissions.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
kubus
Posts: 5
Joined: Fri Mar 30, 2007 12:38 pm

Post by kubus »

Thank you very much. This is working perfect. :D
Post Reply