Non identifié (S’identifier/S’inscrire)

Catégories

Vanilla 1.1.2 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorMarc
    • CommentTimeDec 13th 2007 édité
     
    Bonjour à tous

    Je suis hébergé chez free
    J'ai téléchargé et installé picsengine (magnifique, propre, sobre, fonctionnel et tout et tout... MERCI), et j'ai pu sans trop de problèmes l'intégrer dans une des pages de mon site.
    J'ai uploadé PE sur mon ftp dans un dossier nommé "portfolio". Donc ma page admin devrait être http://marc.rabaux.free.fr/portfolio/admin, et la page ou se trouve ma galerie est la page http://marc.rabaux.free.fr/?page_id=8/.
    Quand je tape http://marc.rabaux.free.fr/portfolio/admin, j'obtiens un message d'erreur:

    Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /mnt/140/sdc/e/7/marc.rabaux/portfolio/admin/config.php on line 8
    Parse error: syntax error, unexpected T_VARIABLE in /mnt/140/sdc/e/7/marc.rabaux/portfolio/admin/config.php on line 9

    J'ai cherché quelles pouvaient être les erreurs dans les lignes concernées, mais j'ai pas trouvé.


    Je vous joins aussi une copie de mon fichier config.php, au cas ou la boulette viendrait de là:

    <?PHP
    $config = Array(
    'basedir' => 'http://marc.rabaux.free.fr/',
    'path' => '/portfolio/admin/',
    'gallery' => 'http://marc.rabaux.free.fr/portfolio/',
    'encoding' => 'ISO-8859-1',

    // mySQL
    'host' => 'localhost',
    'user' => 'marc.rabaux',
    'password' => '*********',
    'dbname' => 'marc_rabaux',
    'prefix' => '',

    // Photos
    'photos' => 'pictures/',

    // Cache
    'cachePath' => 'cache/',
    );
    ?>

    J'ai essayé dans ces lignes de changer "path" et "gallery" avec les bonnes infos mais ca n'a pas fonctionné, alors j'ai tout remis sagement comme c'était.


    Bref, si quelqu'un voulait devenir mon dieu vivant en me disant ce qui ne va pas, je lui en serait infiniment reconnaissant.

    D'avance merci, et à bientôt.

    Marc
    • CommentAuthorMarc
    • CommentTimeDec 21st 2007
     
    N'y a t il donc personne qui ait une petite idée de la solution à mon problème ? AU SECOURS........!!!!
    • CommentAuthorThierry
    • CommentTimeil y a 7 jours
     
    Bonjour,
    Je ne sais pas si c'est la cause du warning, mais si le site est hébergé chez Free, la ligne :
    'host' => 'localhost'
    devrait être :
    'host' => 'sql.free.fr'