copy() windows

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • copy() windows

    Hallo,

    kann mir jemand sagen warum ich immer eine Permission Denied bekomme, wenn ich den copy Befehl ausführen will...

    if (file_exists('T:/'.$tmpfile.$ext))
    copy('T:/'.$tmpfile.$ext, 'T:/modelle/');

    also die if liefert true...datei ist also da ...

    Zu meiner Umgebung: Apache2 auf windows XP...

    Hab schon nachgeschaut wegen den Dateirechten, aber das mode bei chmod funktioniert ja nicht auf windows.

    gruß
    saromba

  • #2
    Habe da mal was im Manual dazu gefunden
    Having spent hours tacking down a copy() error: Permission denied , (and duly worrying about chmod on winXP) , its worth pointing out that the 'destination' needs to contain the actual file name ! --- NOT just the path to the folder you wish to copy into.......
    DOH !
    hope this saves somebody hours of fruitless debugging
    Ich sehe bei dir in der Destination aber nicht den Filenamen. Würde ich ggf mal probieren.

    Gruss

    tobi
    Gutes Tutorial | PHP Manual | MySql Manual | PHP FAQ | Apache | Suchfunktion für eigene Seiten

    [color=red]"An error does not become truth by reason of multiplied propagation, nor does truth become error because nobody sees it."[/color]
    Mohandas Karamchand Gandhi (Mahatma Gandhi) (Source)

    Kommentar


    • #3
      Das funktioniert, Danke...
      Also ich hab ja auch schon einige Minuten verbraten...Aber da wäre ich nie drauf gekommen...


      thx
      saromba

      Kommentar

      Lädt...
      X