#1 (permalink)  
Alt 09.02.2007, 17:13
Neuer Benutzer
 
Registriert seit: 08.02.2007
Beiträge: 2
Frage csv-Export Fehlermeldung

Hallo!

Bekomme beim Versuch einen .csv-Export zu machen folgende Fehlermeldung:

Warning: fopen() [function.fopen]: open_basedir restriction in effect. File(/export/export.csv) is not within the allowed path(s): (/www/htdocs/w00804af/:/tmp:/usr/bin:/www/htdocs/w00804af:/bin:/usr/local/bin:/usr/share/php) in /www/htdocs/w00804af/admin/includes/classes/import.php on line 584

Warning: fopen(/export/export.csv) [function.fopen]: failed to open stream: Operation not permitted in /www/htdocs/w00804af/admin/includes/classes/import.php on line 584

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

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

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

Rechte auf das Verzeichnis export auf 777. import ist auch auf 777.
Shop Ver. 3.04SP2.1

Hat jemand von euch eine Idee woran es noch liegen könnte? Werde daraus nicht schlau...

Viele Grüße
Christian
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #2 (permalink)  
Alt 10.02.2007, 11:56
Neuer Benutzer
 
Registriert seit: 08.02.2007
Beiträge: 2
Standard

Hilf dir selbst, sonst hilft dir keiner...

Mittlerweile habe ich das Problem ausfündig machen können.

Ich habe mir die admin/includes/configure.php angeschaut. Unter DIR_FS_DOCUMENT_ROOT fiel mir auf, dass der physikalische Pfad des Dateisystems nicht stimmt. Dort war define('DIR_FS_DOCUMENT_ROOT', '/'); definiert. Richtig müsste es aber define('DIR_FS_DOCUMENT_ROOT', '/www/htdocs/xxxxxxxx/'); lauten.
Dies habe ich bis jetzt in admin/includes/configure.php und admin/includes/configure.org.php manuell abgeändert.

Bei allen Definitionen mit _FS_ (File System) muss der Pfad mit /www/htdocs/xxxxxxxx/ vervollständigt werden.

Vielleicht hilft es ja demnächst jemandem mit dem selben Problem.

LG
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #3 (permalink)  
Alt 27.10.2007, 18:23
Neuer Benutzer
 
Registriert seit: 04.06.2007
Beiträge: 8
Standard

Hallo,

danke für die Hilfe. Für andere: muss nicht
xxxxxxxx/
sondern
export/

heißen.

Grüße
Kiwigreen
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #4 (permalink)  
Alt 17.07.2009, 16:17
Neuer Benutzer
 
Registriert seit: 28.06.2009
Beiträge: 7
Standard export fehler

ich habe das selbe problem,trotz rechte auf 777 diese fehlermeldung,kannst du vielleicht genauer definieren wie es geht.danke

fehlermeldung:

Warning: fopen() [function.fopen]: open_basedir restriction in effect. File(/www/htdocs/xxxxxxxx/export/metashopper.csv) is not within the allowed path(s): (/www/htdocs/w00b4585/:/tmp:/usr/bin:/www/htdocs/w00b4585:/bin:/usr/local/bin:/usr/share/php) in /www/htdocs/w00b4585/admin/includes/modules/export/metashopper.php on line 124

Warning: fopen(/www/htdocs/xxxxxxxx/export/metashopper.csv) [function.fopen]: failed to open stream: Operation not permitted in /www/htdocs/w00b4585/admin/includes/modules/export/metashopper.php on line 124

Warning: fputs(): supplied argument is not a valid stream resource in /www/htdocs/w00b4585/admin/includes/modules/export/metashopper.php on line 125

Warning: fclose(): supplied argument is not a valid stream resource in /www/htdocs/w00b4585/admin/includes/modules/export/metashopper.php on line 126

Warning: fopen() [function.fopen]: open_basedir restriction in effect. File(/www/htdocs/xxxxxxxx/export/metashopper.csv) is not within the allowed path(s): (/www/htdocs/w00b4585/:/tmp:/usr/bin:/www/htdocs/w00b4585:/bin:/usr/local/bin:/usr/share/php) in /www/htdocs/w00b4585/admin/includes/modules/export/metashopper.php on line 133

Warning: fopen(/www/htdocs/xxxxxxxx/export/metashopper.csv) [function.fopen]: failed to open stream: Operation not permitted in /www/htdocs/w00b4585/admin/includes/modules/export/metashopper.php on line 133

Warning: filesize() [function.filesize]: open_basedir restriction in effect. File(/www/htdocs/xxxxxxxx/export/metashopper.csv) is not within the allowed path(s): (/www/htdocs/w00b4585/:/tmp:/usr/bin:/www/htdocs/w00b4585:/bin:/usr/local/bin:/usr/share/php) in /www/htdocs/w00b4585/admin/includes/modules/export/metashopper.php on line 134

Warning: fread(): supplied argument is not a valid stream resource in /www/htdocs/w00b4585/admin/includes/modules/export/metashopper.php on line 134

Warning: fclose(): supplied argument is not a valid stream resource in /www/htdocs/w00b4585/admin/includes/modules/export/metashopper.php on line 135

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w00b4585/admin/includes/modules/export/metashopper.php:124) in /www/htdocs/w00b4585/admin/includes/modules/export/metashopper.php on line 136

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w00b4585/admin/includes/modules/export/metashopper.php:124) in /www/htdocs/w00b4585/admin/includes/modules/export/metashopper.php on line 137
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #5 (permalink)  
Alt 17.07.2009, 16:26
Neuer Benutzer
 
Registriert seit: 28.06.2009
Beiträge: 7
Standard csv export

jetzt kriege ich diese fehlermeldung:

Warning: fopen(/export/metashopper.csv) [function.fopen]: failed to open stream: No such file or directory in /www/htdocs/w00b4585/admin/includes/modules/export/metashopper.php on line 124

Warning: fputs(): supplied argument is not a valid stream resource in /www/htdocs/w00b4585/admin/includes/modules/export/metashopper.php on line 125

Warning: fclose(): supplied argument is not a valid stream resource in /www/htdocs/w00b4585/admin/includes/modules/export/metashopper.php on line 126

Warning: fopen(/export/metashopper.csv) [function.fopen]: failed to open stream: No such file or directory in /www/htdocs/w00b4585/admin/includes/modules/export/metashopper.php on line 133

Warning: filesize() [function.filesize]: stat failed for /export/metashopper.csv in /www/htdocs/w00b4585/admin/includes/modules/export/metashopper.php on line 134

Warning: fread(): supplied argument is not a valid stream resource in /www/htdocs/w00b4585/admin/includes/modules/export/metashopper.php on line 134

Warning: fclose(): supplied argument is not a valid stream resource in /www/htdocs/w00b4585/admin/includes/modules/export/metashopper.php on line 135

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w00b4585/admin/includes/modules/export/metashopper.php:124) in /www/htdocs/w00b4585/admin/includes/modules/export/metashopper.php on line 136

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w00b4585/admin/includes/modules/export/metashopper.php:124) in /www/htdocs/w00b4585/admin/includes/modules/export/metashopper.php on line 137
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
Antwort

Lesezeichen

Stichworte
csvexport, fehlermeldung

Themen-Optionen
Ansicht

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are aus
Pingbacks are aus
Refbacks are aus


Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
Export will nicht gehten aber keine Fehlermeldung mkracing Admininterface 0 09.01.2007 17:27
Fehlermeldung beim Export zu Preisroboter.de Thore Shopbereich 0 10.11.2006 14:46
Export bringt Fehlermeldung cotewa Shopbereich 0 15.08.2006 12:32


Alle Zeitangaben in WEZ +1. Es ist jetzt 17:44 Uhr.

Copyright © 2011 xt:Commerce GmbH / xt:Commerce International Ltd. - All Rights Reserved

xt:Commerce is a SafeCharge brand