Ludel Posted July 13, 2005 Report Share Posted July 13, 2005 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.