Jump to content
InvisionCommunity.de - Der Deutsche Invision Community Support
Sign in to follow this  
Atrix

Avatar & Foto Upload Problem

Recommended Posts

Das Hochladen ist fehlgeschlagen. Bitte melde dies einem Administrator.

Fehlermeldung:

Das Hochladen der Datei ist gescheitert! Kontaktiere bitte den Administrator, damit das Problem behoben werden kann.

Diese Meldungen kommen mir immer, wenn ich ein Avatar bzw Foto uploaden will... Ich weiß nicht mehr weiter..

Link zum Board: http://board.next-gamer.de

Früher hats funktioniert, es wurde aber nichts, überhaupt nichts an der Config gewechselt...

Ich bin nur von einem Server auf einen neuen Server gewechselt...

UploadURL und Upload path sind richtig eingestellt und CHMOD ist auf 0777...

Bitte helft mir :( Ich weiß nicht mehr weiter...

Ich habe einen RootServer.

OpenBasedir ist wie folgt:

<Directory /srv/www/vhosts/Next-Gamer.de/subdomains/board/httpdocs>

<IfModule sapi_apache2.c>

php_admin_flag engine on

php_admin_flag safe_mode off

php_admin_value open_basedir "/srv/www/vhosts/Next-Gamer.de/subdomains/board/httpdocs/uploads"

</IfModule>

<IfModule mod_php5.c>

php_admin_flag engine on

php_admin_flag safe_mode off

php_admin_value open_basedir "/srv/www/vhosts/Next-Gamer.de/subdomains/board/httpdocs/uploads"

</IfModule>

<IfModule mod_fcgid.c>

AddHandler fcgid-script .fcgi

Options +FollowSymLinks +ExecCGI

</IfModule>

Damals War es:

<Directory /srv/www/vhosts/Next-Gamer.de/subdomains/board/httpdocs>

<IfModule sapi_apache2.c>

php_admin_flag engine on

php_admin_flag safe_mode off

php_admin_value open_basedir "/srv/www/vhosts/Next-Gamer.de/subdomains/board/httpdocs/:tmp"

</IfModule>

<IfModule mod_php5.c>

php_admin_flag engine on

php_admin_flag safe_mode off

php_admin_value open_basedir "/srv/www/vhosts/Next-Gamer.de/subdomains/board/httpdocs/:tmp"

</IfModule>

<IfModule mod_fcgid.c>

AddHandler fcgid-script .fcgi

Options +FollowSymLinks +ExecCGI

</IfModule>

Share this post


Link to post

Ahhh.. hat sich erledigt ^^" :tmp folder war falsch gesetzt in meinen apache settings :(

Danke trotzdem fürs durchlesen

Ich habe dieselbe Fehlermeldung "Das Hochladen ist fehlgeschlagen. Bitte melde dies einem Administrator". Wie kann ich das ändern?

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×