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

Avatare im pers. Prof.

Recommended Posts

Hab schon wieder das nächste Problem:

Beim Versuch ein Avatar ins Profile zu setzen erhalte ich auf meinem Board diese Meldungen:

Warning: opendir(/forum/html/avatars): failed to open dir: No such file or directory in /home/vhosts/chatspaggn.liveline.de/forum/sources/Usercp.php on line 1563

Warning: readdir(): supplied argument is not a valid Directory resource in /home/vhosts/chatspaggn.liveline.de/forum/sources/Usercp.php on line 1565

Warning: closedir(): supplied argument is not a valid Directory resource in /home/vhosts/chatspaggn.liveline.de/forum/sources/Usercp.php on line 1581

Was muss ich denn da ändern damit es funzt?

Gruss Thorte

Share this post


Link to post

Setze mal das Verzeichnis /html/ und auch /html/avatars/ auf CHMOD 777 (mit deinem FTP Client).

Daran wirds liegen. Achja, nachdem du den CHMOD gesetzt hast, log dich mal neu ein auf deinem FTP und kontrolliere, ob die CHMOD änderung auch wirklich übernommen wurde.

Share this post


Link to post

beide Verzeichnisse auf 777 gesetzt

Nun bekomme ich folgendes zu sehen:

Warning: opendir(/forum/html/avatars): failed to open dir: No such file or directory in /home/vhosts/chatspaggn.liveline.de/forum/sources/Usercp.php on line 1385

Warning: readdir(): supplied argument is not a valid Directory resource in /home/vhosts/chatspaggn.liveline.de/forum/sources/Usercp.php on line 1387

Warning: closedir(): supplied argument is not a valid Directory resource in /home/vhosts/chatspaggn.liveline.de/forum/sources/Usercp.php on line 1404

Warning: opendir(/forum/html/avatars): failed to open dir: No such file or directory in /home/vhosts/chatspaggn.liveline.de/forum/sources/Usercp.php on line 1431

Warning: readdir(): supplied argument is not a valid Directory resource in /home/vhosts/chatspaggn.liveline.de/forum/sources/Usercp.php on line 1433

Warning: closedir(): supplied argument is not a valid Directory resource in /home/vhosts/chatspaggn.liveline.de/forum/sources/Usercp.php on line 1470

ebenfalls über dem Board

Share this post


Link to post

Öffne mal deine conf_global.php (im IPB Verzeichnis) und kopier mal folgende Zeilen:

$INFO['board_url']
$INFO['home_url']
$INFO['html_dir']
$INFO['base_dir']
$INFO['html_url']
$INFO['upload_dir']
$INFO['upload_url']

Da wird sicher Irgendwo ein Fehler sein...

Share this post


Link to post

$INFO['board_url']  ='http://chatspaggn.liveline.de/forum';

$INFO['home_url']  ='http://chatspaggn.liveline.de';

$INFO['html_dir']  ='/forum/html/';

$INFO['base_dir']  ='/forum';

$INFO['html_url']  ='http://chatspaggn.liveline.de/forum/html';

$INFO['upload_dir'] ='/forum/uploads';

$INFO['upload_url'] ='http://chatspaggn.liveline.de/forum/uploads';

So siehts bei mir aus

Share this post


Link to post

Da is aber was mächtig schiefgelaufen bei dir - das ist fast alles nicht richtig. Änder das mal ab:

$INFO['board_url']  ='http://chatspaggn.liveline.de/forum';
$INFO['home_url']  ='http://chatspaggn.liveline.de';
$INFO['html_dir']  ='/home/vhosts/chatspaggn.liveline.de/forum/html/';
$INFO['base_dir']  ='/home/vhosts/chatspaggn.liveline.de/forum/';
$INFO['html_url']  ='http://chatspaggn.liveline.de/forum/html';
$INFO['upload_dir'] ='/home/vhosts/chatspaggn.liveline.de/forum/uploads';
$INFO['upload_url'] ='http://chatspaggn.liveline.de/forum/uploads';

Edited by Rigo

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  

×