URL-Upload funktioniert nicht URL-Upload funktioniert nicht
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

URL-Upload funktioniert nicht

Started by JasperE, October 25, 2007, 04:37:38 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

JasperE

Hallo!

Trotz intensiver Suche ist mir keine Lösung zu meinem Problem begegnet.
Beim URL-Upload erscheint jeweils diese Fehlermeldung:

"Konnte URI nicht öffnen"

Was mache ich falsch resp. muss ich ändern?

Danke!

Joachim Müller

Quote from: GauGau on October 25, 2007, 02:51:16 PM
Vergiss den URI-Upload - das Feature ist komplett schwacchsinnig und fliegt demnächst raus. Benutze FTP-upload plus batch-hinzufügen.
oder auch
Quote from: GauGau on October 26, 2007, 09:39:58 AM
If the server isn't yours to configure (i.e. if you're not the server admin), then you can't change the allow_url_fopen policy imposed by your webhost in php.ini (php.ini usually resides outside of your webroot). URI uploads is a silly feature in the first place - I wouldn't be alarmed if it doesn't work on your server setup. You (as admin) should use FTP-upload plus batch-add anyway. For details, do exactly as suggested in the upload troubleshooting section of the docs.

In der Zukunft bitte keine Double-Postings verfassen - sowas erzeugt nur extra Arbeit für die Supporter.

Crazymodder

Also kurz nochmal auf Deutsch :)
Du musst in deiner PHP.ini
Die Option
allow_url_fopen auf On stellen.

Denk daran die Aktivierung hat Auswirkungen auf die Sicherheit

Joachim Müller

Wie schon erwähnt: URI-Uploads sind Schwachsinn: Du sparst damit keinen Speicherplatz, weil die Datei vom Original-Speicherort (den Du halt per URL angibst) in das albums-Verzeichnis Deiner Galerie übertragen wird. Beim URI-Upload handelt es sich nicht um einen Hotlink, sondern um eine Duplizierung. Deshalb fleigt das Feature auch raus.

Wie Crazymodder schon erwähnt hat ist allow_url_fopen sicherheitstechnisch nicht unbedenklich, deshalb wird die Option von den meisten Webhosts abgeschaltet.

@JasperE: wäre schön, wenn Du auch auf die Beiträge von Supportern reagieren würdest.