en fait, il fallait recommencer tout le toutim de tt à l'heure (mdp, sql...)

maintenant, j'ai acces

mais j'ai tjs les deux mêmes erreurs tout en haut du forum.

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/usr/export/www/hosting/graphemul/modules/forum/smf) is not within the allowed path(s): (/tmpPHP:/home/web/clients/graphemul.hostarea.org/www:/home/web/clients/graphemul.hostarea.org/sessions) in /home/web/clients/graphemul.hostarea.org/www/modules/forum/smf/Settings.php on line 57
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/usr/export/www/hosting/graphemul/modules/forum/smf/Sources) is not within the allowed path(s): (/tmpPHP:/home/web/clients/graphemul.hostarea.org/www:/home/web/clients/graphemul.hostarea.org/sessions) in /home/web/clients/graphemul.hostarea.org/www/modules/forum/smf/Settings.php on line 59
Voilà les lignes concernées du setting.php du forum.
# Make sure the paths are correct... at least try to fix them.
if (!file_exists($boarddir) && file_exists(dirname(__FILE__) . '/agreement.txt'))
$boarddir = dirname(__FILE__);
if (!file_exists($sourcedir) && file_exists($boarddir . '/Sources'))
$sourcedir = $boarddir . '/Sources';