Jump to content
xt:Commerce Community Forum

Exportfunktion Fehlermeldung


Ludel

Recommended Posts

Besitze die 3.0.3 Version

Wollte mal Produkte exportieren dann kommt dieser Fehler:

Warning: fopen(/www/htdocs/ludel//export/export.csv) [function.fopen]: failed to create stream: Permission denied in /www/htdocs/ludel/admin/includes/classes/import.php on line 553

553= $fp = fopen(DIR_FS_DOCUMENT_ROOT.'export/' . $this->filename, "w+");

Warning: fputs(): supplied argument is not a valid stream resource in /www/htdocs/ludel/admin/includes/classes/import.php on line 569

569= fputs($fp, $heading);

Warning: fputs(): supplied argument is not a valid stream resource in /www/htdocs/ludel/admin/includes/classes/import.php on line 621

621 = fputs($fp, $line);

Warning: fclose(): supplied argument is not a valid stream resource in /www/htdocs/ludel/admin/includes/classes/import.php on line 625

625= fclose($fp);

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...