1.4.0 RC5 - PDF-Export

Please report bugs here!

Moderator: Thorsten

Post Reply
draftec
Posts: 140
Joined: Thu Jun 17, 2004 7:27 pm
Location: Mönchengladbach
Contact:

1.4.0 RC5 - PDF-Export

Post by draftec »

Hi,

erzeugt nur eine Fehlermeldung:

Code: Select all

Warning: getimagesize() [function.getimagesize]: open_basedir restriction in effect. File(/phpmyfaq140/attachments/Kobayashi_Maru.jpg) is not within the allowed path(s): (/MEINE URL/) in /MEINE URL/phpmyfaq140/pdf.php on line 299

Warning: getimagesize(/phpmyfaq140/attachments/Kobayashi_Maru.jpg) [function.getimagesize]: failed to create stream: Operation not permitted in /MEINE URL/phpmyfaq140/pdf.php on line 299

Warning: Division by zero in /MEINE URL/phpmyfaq140/pdf.php on line 308

Warning: getimagesize() [function.getimagesize]: open_basedir restriction in effect. File(/phpmyfaq140/attachments/Kobayashi_Maru.jpg) is not within the allowed path(s): (/MEINE URL/) in /MEINE URL/phpmyfaq140/inc/fpdf.php on line 1466

Warning: getimagesize(/phpmyfaq140/attachments/Kobayashi_Maru.jpg) [function.getimagesize]: failed to create stream: Operation not permitted in /MEINE URL/phpmyfaq140/inc/fpdf.php on line 1466
FPDF error: Missing or incorrect image file: /phpmyfaq140/attachments/Kobayashi_Maru.jpg
Gruß draftec
draftec's Storyseiten
draftec
Posts: 140
Joined: Thu Jun 17, 2004 7:27 pm
Location: Mönchengladbach
Contact:

Post by draftec »

Mit der fpdf.php aus der RC4 klappt es.

Allerdings auch nicht im Adminmenü unter PDF-Export aller Artikel.

Code: Select all

Warning: getimagesize() [function.getimagesize]: open_basedir restriction in effect. File(/phpmyfaq140/attachments/Kobayashi_Maru.jpg) is not within the allowed path(s): (/MEINE URL/) in /MEINE URL/phpmyfaq140/admin/export.main.php on line 474

Warning: getimagesize(/phpmyfaq140/attachments/Kobayashi_Maru.jpg) [function.getimagesize]: failed to create stream: Operation not permitted in /MEINE URL/phpmyfaq140/admin/export.main.php on line 474

Warning: Division by zero in /MEINE URL/phpmyfaq140/admin/export.main.php on line 483

Warning: getimagesize() [function.getimagesize]: open_basedir restriction in effect. File(/phpmyfaq140/attachments/Kobayashi_Maru.jpg) is not within the allowed path(s): (/MEINE URL/) in /MEINE URL/phpmyfaq140/inc/fpdf.php on line 1466

Warning: getimagesize(/phpmyfaq140/attachments/Kobayashi_Maru.jpg) [function.getimagesize]: failed to create stream: Operation not permitted in /MEINE URL/phpmyfaq140/inc/fpdf.php on line 1466
FPDF error: Missing or incorrect image file: /phpmyfaq140/attachments/Kobayashi_Maru.jpg
Auch nicht mit der export-main.php aus der RC4.
Gruß draftec
draftec's Storyseiten
Thorsten
Posts: 15724
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

das ist ein Problem deiner PHP-Konfigration, da stimmen einige Rechte nicht.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
draftec
Posts: 140
Joined: Thu Jun 17, 2004 7:27 pm
Location: Mönchengladbach
Contact:

Post by draftec »

Und die kann nur der Anbieter ändern, oder?

Das wäre für mich allerdings auch kein Beinbruch, da ich diese Funktion praktisch nicht benutze. Backup und Konfiguration sichern, das sind die Features, die ich ständig brauche. 8)
Gruß draftec
draftec's Storyseiten
Thorsten
Posts: 15724
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

ja, das kann nur der Provider machen. :-(

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
draftec
Posts: 140
Joined: Thu Jun 17, 2004 7:27 pm
Location: Mönchengladbach
Contact:

Post by draftec »

Hi Thorsten,

OK, dann weiß ich da Bescheid.
Gruß draftec
draftec's Storyseiten
Post Reply