ludopc 0 Posted June 10, 2010 Posted June 10, 2010 Bonjour, Je n'arrive plus à accéder à mon panneau d'admin depuis la tentative de migration de ma base SQL...J'obtiens le message : The database selection cannot be made.J'ai pourtant suivi les indications pour le transfert d'hebergement mais j'ai du me planter quelque part... Comment puis je revenir en arrière ?J'ai vu dans les forums que celà pouvait venir de mon fichier settings.inc.php... Je suis certain de toutes les données sauf la ligne define('__PS_BASE_URI__', '/ludopc/www/');Comment trouve t on le chemin d'accés au dossier prestashop sur mon hebergement ?Merci pour votre aide car je rame complètement !!! Share this post Link to post Share on other sites
ludopc 0 Posted June 10, 2010 Posted June 10, 2010 Re-bonjour...Aprés quelques modifs (l'adresse d'accés à mon site était erronée), voici ce que j'obtiens maintenant :Invalid loadConfiguration() SQL query!Aves vous une idée SVP ??? Share this post Link to post Share on other sites
ludopc 0 Posted June 11, 2010 Posted June 11, 2010 Personne pour me répondre ??? Aidez moi SVP car je cherche depuis hier sans succés...J'ai demandé à mon hébergeur mais ceux ci m'indiquent des manips infructueuses...A L'AIDE !!!!!!!!!!!!!!!!! C'EST URGENT SVP !!!!!!!!!!!!!!!! Share this post Link to post Share on other sites
Thierry Création 33 Posted June 11, 2010 Posted June 11, 2010 Bonjour,sur cette ligne : define(’PS_BASE_URI‘, ‘/ludopc/www/’);Il faut mettre le chemin distant (celui du ftp) et non celui de votre pc...Cordialement, Thierry Share this post Link to post Share on other sites
ludopc 0 Posted June 11, 2010 Posted June 11, 2010 Bonjour, J'ai donc fait la modif:<?phpdefine('_DB_SERVER_', 'sql2.power-heberg.net');define('_DB_TYPE_', 'MySQL');define('_DB_NAME_', 'ludopc2');define('_DB_USER_', 'ludopc2');define('_DB_PASSWD_', '*******');define(’_DB_PREFIX_’, ‘ps_’);define('__PS_BASE_URI__', 'ludopc@psi.easy-hebergement.net');define('_THEME_NAME_', 'prestashop');define('_COOKIE_KEY_', 'o2kzQajn0e2A9FfJTTzrdZuHwhebCT6jmxEqvud9unmdzrogT6LXTF3A');define('_COOKIE_IV_', 'tw7IyD3a');define('_PS_CREATION_DATE_', '2010-05-27');define('_PS_VERSION_', '1.3.0.10');?>J'obtiens toujours le même message : Invalid loadConfiguration() SQL query!Je suis désespéré Share this post Link to post Share on other sites
Thierry Création 33 Posted June 11, 2010 Posted June 11, 2010 Bonsoir,Editez vite votre message et enlevé la ligne avec votre mot de passe (par mesure de sécurité)define(’DB_TYPE‘, ‘MySQL’);define(’DB_NAME‘, ‘ludopc2’); > ETES VOUS SUR QUE SES INFOS SONT CELLES CORRESPONDANTES A LA BASE DE DONNEES DE L HEBERGEUR ?define(’DB_USER‘, ‘ludopc2’); > ETES VOUS SUR QUE SES INFOS SONT CELLES CORRESPONDANTES A LA BASE DE DONNEES DE L HEBERGEUR ?define(’DB_PASSWD‘, ‘******’);define(’_DB_PREFIX_’, ‘ps_’);define(’PS_BASE_URI‘, ‘ludopc@psi.easy-hebergement.net’);la ligne : define('__PS_BASE_URI__', '/'); ne doit pas être juste non plus ...Cordialement, Share this post Link to post Share on other sites
ludopc 0 Posted June 11, 2010 Posted June 11, 2010 Merci pour ces infos...Je vais donc voir avec la hotline de mon hébergeur dés lundi car ce sont pourtant les informations inscrites dans mon espace client concernant la BDD.Je vous tiens au courant...PS: Merci pour l'info sur le MDP, j'avais pas fait attention... Share this post Link to post Share on other sites
ludopc 0 Posted June 12, 2010 Posted June 12, 2010 Bonjour,Evolution... J'ai pas pu attendre la réouverture de la hotline de mon hébergeur et j'ai donc tenté plusieurs paramétrage du fichier...Avec les paramètres suivants, je n'obtiens plus le message "Invalid loadConfiguration() SQL query!"define('_DB_SERVER_', 'sql2.power-heberg.net');define('_DB_TYPE_', 'MySQL');define('_DB_NAME_', 'ludopc2');define('_DB_USER_', 'ludopc2');define('_DB_PASSWD_', '*********');define(’_DB_PREFIX_’, ‘ps_’);define('__PS_BASE_URI__', '\\psi.power-heberg.net\ludopc\');Par contre, j'ai maintenant une belle page toute blanche.... Avez vous une idée ? Share this post Link to post Share on other sites
Thierry Création 33 Posted June 12, 2010 Posted June 12, 2010 Bonjour,Pour la dernière ligne, remplacez la voir par :define(’PS_BASE_URI‘, ‘/’); Share this post Link to post Share on other sites
ludopc 0 Posted June 12, 2010 Posted June 12, 2010 En écrivantdefine(’PS_BASE_URI‘, ‘/’); ou define('__PS_BASE_URI__', '//psi.power-heberg.net/ludopc/'); j'obtiens page blanche + Invalid loadConfiguration() SQL query!En écrivant define('__PS_BASE_URI__', '\\psi.power-heberg.net\ludopc\');je n'obtiens que la page blanche sans message Share this post Link to post Share on other sites
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now