Upload failed: Server returned HTTP-Status #403

djcobrastyle

New Member
Hallo,

Ich hoffe ich bin hier Richtig und ihr könnt mir Helfen.

Ich benutze ein CMS (Social Engine 4).

Nun wollte ich mal Musik bzw. Videos Uploaden.

Bei diesem Versuch bekomm ich die Meldung

Upload failed: Server returned HTTP-Status #403

In der php.ini des servers wird der Upload erlaubt und die maximale Dateigröße ist mit 1000Mb eingestellt.

Das Verzeichniss wo die Uploads reinkommen hat CMOD 777 auch die index datei darin..

könnt ihr mir sagen woran das liegt?

Wenn ich ein Bild, also ein Profilbild uploade geht das ganz normal...
Aber NUR beim Profilbild....

bugy...

Danke und LG
 
403 Forbidden
ErrorDocument Forbidden | Sample 403 Forbidden
The request was a legal request, but the server is refusing to respond to it. Unlike a 401 Unauthorized response, authenticating will make no difference.

HTTP Status Code - 403 Forbidden

The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated.

Auf http://en.wikipedia.org/wiki/HTTP_403 steht auch noch was dazu.

Anscheinend wird da wohl irgendwas versucht auszuführen / versucht auch etwas zuzugreifen das nicht erlaubt ist.
 
Auf http://en.wikipedia.org/wiki/HTTP_403 steht auch noch was dazu.

Anscheinend wird da wohl irgendwas versucht auszuführen / versucht auch etwas zuzugreifen das nicht erlaubt ist.


Ja das is mir auch Klar, hab das Problem auch schon gegooglet in verbindung mit dem CMS aber naja.. nix Hilfreiches

Das auf Wiki hab ich ebenso schon gesehen/studiert auch nichts, ansonsten würde ich mich nicht an ein Forum wenden..


.htaccess datei hab ich auch schon abgeändert, gelöscht usw. hilft auch nix !
 
Ja das is mir auch Klar, hab das Problem auch schon gegooglet

Sorry, für manche ist das schon zuviel Aufwand. :D

Da ich das CMS und deine Begebenheiten nicht kenn kann ich dir leider auch nicht viel mehr hilfreiches anbieten.

Werden die Dateien vielleicht in einen beim Upload erstellten Ordner geschoben?
Temp Ordner?
Werden die Files irgendwie komprimiert?
 
Sorry, für manche ist das schon zuviel Aufwand. :D

Da ich das CMS und deine Begebenheiten nicht kenn kann ich dir leider auch nicht viel mehr hilfreiches anbieten.

Werden die Dateien vielleicht in einen beim Upload erstellten Ordner geschoben?
Temp Ordner?
Werden die Files irgendwie komprimiert?


Ja das ist mir klar, aber google hat mir schon viel geholfen deswegen ;)

Naja im Admin menü steht was , denke das es der Temp ordner ist bzw. ja das ist er ..

In der php.ini ist als Upload Ordner /tmp eingestellt
Im admin Menu des CMS ist volgender pfad eingestellt

/srv/www/vhosts/yoursafebook.eu/httpdocs/temporary/cache

hmm... hoffe es hilft was..

Hier der auszug des Admin Panels und der Einstellungsmöglichkeiten.

Code:
Use Cache?

Enable caching? Enabling caching will decrease the CPU usage of your database server (resulting in a decrease of page load times). While some non-critical data may appear slightly out of date, this will usually not be noticable to users. For example, some of the general site statistics on your homepage may take longer to update. This will not be noticable if your social network is already large and populated with a lot of data.
Yes, enable caching.
No, do not enable caching.
Cache Lifetime

If you have enabled caching above, please select the type of caching that you want to use. Memcache caching (if available) will use memory (RAM) which is not as abundant as disk space, however it will be faster than file-based caching when performing read/write operations.

Caching Feature

If you have enabled caching above, please select the type of caching that you want to use. Memcache caching (if available) will use memory (RAM) which is not as abundant as disk space, however it will be faster than file-based caching when performing read/write operations.
File-based
Memcache
APC
Xcache
File-based Cache Directory

This is where the temporary files containing the cached data are stored. Folder must be writable (chmod 777). This should be a path relative to the base directory where SocialEngine is installed.

This is used to prevent two Apache processes from trying to write to the same file at the same time. Some operating systems may not support file locking.
 File locking?
 
 Flush cache?

Muss ich da was Ändern?

Angekreutz ist : Yes enable Canching, Cache Lifetime = 300, Canching Feature = File Based, und Fille Locked ist aktiviert...

Müsste nicht ein Fehler in dem Log des servers zu finden sein? Würde euch das was helfen?
Wenn ja welcher Log. Pfad?

Danke
 
Im error.log des entsprechenden v-Host soltest du deinen Fehler finden. Hab jetzt den Thread nur überflogen, deswegen, welche Verwaltungssoftware à la Confixx etc. verwendest du? Solltest du keine benutzen und den Standard Logging Pfad eingestellt haben, schau mal unter /var/log/apache.
 
Back
Top