OVH Cloud OVH Cloud

phpmyadmin problème de langue

2 réponses
Avatar
Philippe Merlin
Bonjour,
Je suis sous Etch et j'ai la derni=E8re version de phpmyadmin disponible so=
us=20
etch. Depuis la version pr=E9c=E9dente de phpmyadmin je n'arrive plus a me=
=20
connecter =E0 phpmyadmin, j'ai toujours cette erreur : phpMyAdmin error "Co=
uld=20
not load any language, please check your language settings and folder" , j'=
ai=20
cherch=E9 sur Google et si j'ai bien tout saisi il faut regarder dans le=20
fichier de config "config.inc.php" de phpmyadmin le param=E8tre lang, ce=20
fichier se trouve sous Debian dans le r=E9pertoire /etc/phpmyadmin. Et=20
effectivement j'avais comme variable de langue $cfgDefaultLang =3D 'en'; .
Je l'ai modifi=E9 en $cfgDefaultLang =3D 'fr-iso-8859-15'; et malgr=E9 ces=
=20
modifications j'ai toujours cette erreur, je ne sais plus ou chercher, je=20
d=E9sesp=E8re,. Es ce que chez vous phpmyadmin fonctionne, si oui pourriez =
vous=20
me donner des conseils ou me donner un "config.inc.php" qui marche.
A l'avance merci de votre aide.
A+
Philou75

2 réponses

Avatar
patrick
This is a cryptographically signed message in MIME format.

--------------ms060204030204000000060308
Content-Type: multipart/mixed;
boundary="------------010105090404010403080201"

This is a multi-part message in MIME format.
--------------010105090404010403080201
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Philippe Merlin a écrit :
Bonjour,
Je suis sous Etch et j'ai la dernière version de phpmyadmin disponible sous
etch. Depuis la version précédente de phpmyadmin je n'arrive plus a me
connecter à phpmyadmin, j'ai toujours cette erreur : phpMyAdmin error "Could
not load any language, please check your language settings and folder" , j'ai
cherché sur Google et si j'ai bien tout saisi il faut regarder dans le
fichier de config "config.inc.php" de phpmyadmin le paramètre lang, ce
fichier se trouve sous Debian dans le répertoire /etc/phpmyadmin. Et
effectivement j'avais comme variable de langue $cfgDefaultLang = 'en'; .
Je l'ai modifié en $cfgDefaultLang = 'fr-iso-8859-15'; et malgré ces
modifications j'ai toujours cette erreur, je ne sais plus ou chercher, je
désespère,. Es ce que chez vous phpmyadmin fonctionne, si oui pourriez vous
me donner des conseils ou me donner un "config.inc.php" qui marche.
A l'avance merci de votre aide.
A+
Philou75


Bonjour,
Chez moi ça fonctionne bien (version: phpMyAdmin 2.8.0.3-Debian-1 du
12/04/06)mais il n'y a pas de référence à ce paramètre dans
/etc/phpmyadmin/config.inc.php

Quelques pistes:
- - RTFM: /usr/share/doc/phpmyadmin/Documentation.html dans n'importe quel
explorateur installé en local sur votre poste:
Upgrading from an older version:
Copier l'ancien fichier config.inc.php depuis l'ancienne version sur la
nouvelle
- - ou, dpkg-reconfigure phpmyadmin
$cfg[DefaultLang] string
Définit le langage utilisé par défaut (par phpMyAdmin), si aucun ne
l'est dans le browser ou par l'utilisateur
Voir le script select_lang.lib.php pour connaître les valeurs valides
pour ce paramètre
AMHA: j'exécuterais ce script

A défaut, mon config.inc.php en PJ.

En espérant avoir aidé.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEShZZG8pENdmbGoARAk1gAKCPfpi0jjKiaFeY9tvdaVpizwLYLACfa0sv
wzJ0gKzU9n600LccYvRHaMM ,tb
-----END PGP SIGNATURE-----

--------------010105090404010403080201
Content-Type: text/html;
name="config.inc.php"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="config.inc.php"

<?php
/**
* Debian local configuration file
*
* For example configuration see /usr/share/doc/phpmyadmin/examples/config.default.php.gz
*/

/**
* Server(s) configuration
*/
$i = 0;
// The $cfg['Servers'] array starts with $cfg['Servers'][1]. Do not use $cfg['Servers'][0].
// You can disable a server config entry by setting host to ''.
$i++;

// Uncomment to override the default configuration
//$cfg['Servers'][$i]['host'] = 'localhost'; // MySQL hostname or IP address
//$cfg['Servers'][$i]['port'] = ''; // MySQL port - leave blank for default port
//$cfg['Servers'][$i]['socket'] = ''; // Path to the socket - leave blank for default socket
//$cfg['Servers'][$i]['connect_type'] = 'socket'; // How to connect to MySQL server ('tcp' or 'socket')
//$cfg['Servers'][$i]['extension'] = 'mysql'; // The php MySQL extension to use ('mysql' or 'mysqli')
//$cfg['Servers'][$i]['compress'] = FALSE; // Use compressed protocol for the MySQL connection
// // (requires PHP >= 4.3.0)
//$cfg['Servers'][$i]['controluser'] = ''; // MySQL control user settings
// // (this user must have read-only
//$cfg['Servers'][$i]['controlpass'] = ''; // access to the "mysql/user"
// // and "mysql/db" tables).
// // The controluser is also
// // used for all relational
// // features (pmadb)
//$cfg['Servers'][$i]['auth_type'] = 'cookie'; // Authentication method (config, http or cookie based)?
//$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
//$cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed
// // with 'config' auth_type)
//$cfg['Servers'][$i]['only_db'] = ''; // If set to a db-name, only
// // this db is displayed in left frame
// // It may also be an array of db-names, where sorting order is relevant.
//$cfg['Servers'][$i]['verbose'] = ''; // Verbose name for this host - leave blank to show the hostname
//
//$cfg['Servers'][$i]['pmadb'] = 'phpmyadmin';// Database used for Relation, Bookmark and PDF Features
// // (see scripts/create_tables.sql)
// // - leave blank for no support
// // DEFAULT: 'phpmyadmin'
//$cfg['Servers'][$i]['bookmarktable'] = 'pma_bookmark';// Bookmark table
// // - leave blank for no bookmark support
// // DEFAULT: 'pma_bookmark'
//$cfg['Servers'][$i]['relation'] = 'pma_relation';// table to describe the relation between links (see doc)
// // - leave blank for no relation-links support
// // DEFAULT: 'pma_relation'
//$cfg['Servers'][$i]['table_info'] = 'pma_table_info';// table to describe the display fields
// // - leave blank for no display fields support
// // DEFAULT: 'pma_table_info'
//$cfg['Servers'][$i]['table_coords'] = 'pma_table_coords';// table to describe the tables position for the PDF schema
// // - leave blank for no PDF schema support
// // DEFAULT: 'pma_table_coords'
//$cfg['Servers'][$i]['pdf_pages'] = 'pma_pdf_pages';// table to describe pages of relationpdf
// // - leave blank if you don't want to use this
// // DEFAULT: 'pma_pdf_pages'
//$cfg['Servers'][$i]['column_info'] = 'pma_column_info';// table to store column information
// // - leave blank for no column comments/mime types
// // DEFAULT: 'pma_column_info'
//$cfg['Servers'][$i]['history'] = 'pma_history';// table to store SQL history
// // - leave blank for no SQL query history
// // DEFAULT: 'pma_history'
//$cfg['Servers'][$i]['verbose_check'] = TRUE; // set to FALSE if you know that your pma_* tables
// // are up to date. This prevents compatibility
// // checks and thereby increases performance.
//$cfg['Servers'][$i]['AllowRoot'] = TRUE; // whether to allow root login
//$cfg['Servers'][$i]['AllowDeny']['order'] // Host authentication order, leave blank to not use
// = '';
//$cfg['Servers'][$i]['AllowDeny']['rules'] // Host authentication rules, leave blank for defaults
// = array();

$cfg['PmaNoRelation_DisableWarning']=TRUE;

?>

--------------010105090404010403080201--

--------------ms060204030204000000060308
Content-Type: application/x-pkcs7-signature; name="smime.p7s"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="smime.p7s"
Content-Description: S/MIME Cryptographic Signature

MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIII8TCC
AtMwggI8oAMCAQICAw9DnDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UE
ChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNv
bmFsIEZyZWVtYWlsIElzc3VpbmcgQ0EwHhcNMDUwODA3MTgwMzU4WhcNMDYwODA3MTgwMzU4
WjBFMR8wHQYDVQQDExZUaGF3dGUgRnJlZW1haWwgTWVtYmVyMSIwIAYJKoZIhvcNAQkBFhNo
ZXJhdWQucEB3YW5hZG9vLmZyMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwTWb
cvqcrDROCZqvHQl0nspbz/D7ggJ8jy02iN8a0rfRI8NnzlAgaV1hSYfzKa7d3H5DgbgaazsB
U8ftTWkLmrMcEIY1n3LjhVc4HbHY6xhM/MAkPNKQbayb+to3ayKHAWMD6UDX04WiYOX9ucJp
0dBC9CAXJHv96wpeWLDSoInjSGL8NFeJ1bx3tWhbDDfzL4yCsrVVVIQ+H/XWG631u6/Aa5Tm
BaMrytjosx4WpvOwK9HoDOsw15MRsKs4hedI6ckoJDTiwwnbc7Qzs7PlrQUrY1W8Z2cF/+J2
XaGNB0/4+hrbUwDXhMgVSc+9/qjZ/z9A7gI86VZ+j6ESa1zEbQIDAQABozAwLjAeBgNVHREE
FzAVgRNoZXJhdWQucEB3YW5hZG9vLmZyMAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQEEBQAD
gYEAYDili/gEIAn3a2/QD/Ki1vn/YVuS50Pb52hAMoD7FHg4ZIEsqmxVHS2E8ssjXmQYdWNN
gx0fNuspkSEgrR2wf309aABcSp4Az01ej6uFL3/jMLVgncZm0zZDj+Jo/11BQcj41Yfv26Cx
0Bbd8S/CNtmsKhEYbbBC0Qrk6OHTX+MwggLTMIICPKADAgECAgMPQ5wwDQYJKoZIhvcNAQEE
BQAwYjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0
ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMB4XDTA1
MDgwNzE4MDM1OFoXDTA2MDgwNzE4MDM1OFowRTEfMB0GA1UEAxMWVGhhd3RlIEZyZWVtYWls
IE1lbWJlcjEiMCAGCSqGSIb3DQEJARYTaGVyYXVkLnBAd2FuYWRvby5mcjCCASIwDQYJKoZI
hvcNAQEBBQADggEPADCCAQoCggEBAME1m3L6nKw0Tgmarx0JdJ7KW8/w+4ICfI8tNojfGtK3
0SPDZ85QIGldYUmH8ymu3dx+Q4G4Gms7AVPH7U1pC5qzHBCGNZ9y44VXOB2x2OsYTPzAJDzS
kG2sm/raN2sihwFjA+lA19OFomDl/bnCadHQQvQgFyR7/esKXliw0qCJ40hi/DRXidW8d7Vo
Www38y+MgrK1VVSEPh/11hut9buvwGuU5gWjK8rY6LMeFqbzsCvR6AzrMNeTEbCrOIXnSOnJ
KCQ04sMJ23O0M7Oz5a0FK2NVvGdnBf/idl2hjQdP+Poa21MA14TIFUnPvf6o2f8/QO4CPOlW
fo+hEmtcxG0CAwEAAaMwMC4wHgYDVR0RBBcwFYETaGVyYXVkLnBAd2FuYWRvby5mcjAMBgNV
HRMBAf8EAjAAMA0GCSqGSIb3DQEBBAUAA4GBAGA4pYv4BCAJ92tv0A/yotb5/2FbkudD2+do
QDKA+xR4OGSBLKpsVR0thPLLI15kGHVjTYMdHzbrKZEhIK0dsH99PWgAXEqeAM9NXo+rhS9/
4zC1YJ3GZtM2Q4/iaP9dQUHI+NWH79ugsdAW3fEvwjbZrCoRGG2wQtEK5Ojh01/jMIIDPzCC
AqigAwIBAgIBDTANBgkqhkiG9w0BAQUFADCB0TELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdl
c3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMRowGAYDVQQKExFUaGF3dGUgQ29uc3Vs
dGluZzEoMCYGA1UECxMfQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjEkMCIGA1UE
AxMbVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIENBMSswKQYJKoZIhvcNAQkBFhxwZXJzb25h
bC1mcmVlbWFpbEB0aGF3dGUuY29tMB4XDTAzMDcxNzAwMDAwMFoXDTEzMDcxNjIzNTk1OVow
YjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4x
LDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMIGfMA0GCSqG
SIb3DQEBAQUAA4GNADCBiQKBgQDEpjxVc1X7TrnKmVoeaMB1BHCd3+n/ox7svc31W/Iadr1/
DDph8r9RzgHU5VAKMNcCY1osiRVwjt3J8CuFWqo/cVbLrzwLB+fxH5E2JCoTzyvV84J3PQO+
K/67GD4Hv0CAAmTXp6a7n2XRxSpUhQ9IBH+nttE8YQRAHmQZcmC3+wIDAQABo4GUMIGRMBIG
A1UdEwEB/wQIMAYBAf8CAQAwQwYDVR0fBDwwOjA4oDagNIYyaHR0cDovL2NybC50aGF3dGUu
Y29tL1RoYXd0ZVBlcnNvbmFsRnJlZW1haWxDQS5jcmwwCwYDVR0PBAQDAgEGMCkGA1UdEQQi
MCCkHjAcMRowGAYDVQQDExFQcml2YXRlTGFiZWwyLTEzODANBgkqhkiG9w0BAQUFAAOBgQBI
jNFQg+oLLswNo2asZw9/r6y+whehQ5aUnX9MIbj4Nh+qLZ82L8D0HFAgk3A8/a3hYWLD2ToZ
foSxmRsAxRoLgnSeJVCUYsfbJ3FXJY3dqZw5jowgT2Vfldr394fWxghOrvbqNOUQGls1TXfj
ViF4gtwhGTXeJLHTHUb/XV9lTzGCAzswggM3AgEBMGkwYjELMAkGA1UEBhMCWkExJTAjBgNV
BAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJz
b25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAgMPQ5wwCQYFKw4DAhoFAKCCAacwGAYJKoZIhvcN
AQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMDYwNDIyMTE0MTE0WjAjBgkqhkiG
9w0BCQQxFgQU8AyU78kA4URmZOU/ZHr3VpHwG40wUgYJKoZIhvcNAQkPMUUwQzAKBggqhkiG
9w0DBzAOBggqhkiG9w0DAgICAIAwDQYIKoZIhvcNAwICAUAwBwYFKw4DAgcwDQYIKoZIhvcN
AwICASgweAYJKwYBBAGCNxAEMWswaTBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhhd3Rl
IENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVt
YWlsIElzc3VpbmcgQ0ECAw9DnDB6BgsqhkiG9w0BCRACCzFroGkwYjELMAkGA1UEBhMCWkEx
JTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0
ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAgMPQ5wwDQYJKoZIhvcNAQEBBQAEggEA
drcBgBgdno7HEtJMtLDoOCWpIJmV8q0xxxWSBWWI8pVKjq0/JlyrG06YrdBHWIRZ2RgL6qc0
bnqCI97IWCitcs/ikoQbBqnBMLw0ZJnZc9m5rZYj4tYdsYdDHFcawa1g6rubqGeSX1v8MUCg
4qxlGe/m2y1mQdk7G3NH9mbgvZmp9E4G+xVwsBF2Zo1F5ut9KD9xyfRHshIEQMzliQRArEju
eGgxaj/BSXlbWmfdDegPwjr7dDqRK9yPKiW6X8hwq2uDEDN43JpQo1kFdZwT61fI2YOOk106
/+I6ppv2mJkozErlUjy1AlasBQWFP4l+N/bqa31wuxgN2abqsKvKTwAAAAAAAA= --------------ms060204030204000000060308--


--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
Philippe Merlin
Bonjour,
Merci pour ton aide, elle m'a été d'un grand secours. J'ai résolu mon problème
en m'inspirant de ton "config.inc.php" et j'ai retiré
$cfg[DefaultLang]= 'en' , ainsi qu'un
require('./libraries/select_lang.lib.php'); qui devait créer le souk.
Merci.
A+
Philou75

Le Samedi 22 Avril 2006 13:41, patrick a écrit :
Philippe Merlin a écrit :
> Bonjour,
> Je suis sous Etch et j'ai la dernière version de phpmyadmin disponible
> sous etch. Depuis la version précédente de phpmyadmin je n'arrive plus a
> me connecter à phpmyadmin, j'ai toujours cette erreur : phpMyAdmin er ror
> "Could not load any language, please check your language settings and
> folder" , j'ai cherché sur Google et si j'ai bien tout saisi il faut
> regarder dans le fichier de config "config.inc.php" de phpmyadmin le
>
> Philou75

Bonjour,
Chez moi ça fonctionne bien (version: phpMyAdmin 2.8.0.3-Debian-1 du
12/04/06)mais il n'y a pas de référence à ce paramètre dans
/etc/phpmyadmin/config.inc.php

Quelques pistes:
- RTFM: /usr/share/doc/phpmyadmin/Documentation.html dans n'importe quel
explorateur installé en local sur votre poste:
Upgrading from an older version:
Copier l'ancien fichier config.inc.php depuis l'ancienne version sur la
nouvelle
- ou, dpkg-reconfigure phpmyadmin
$cfg[DefaultLang] string
Définit le langage utilisé par défaut (par phpMyAdmin), si aucun ne
l'est dans le browser ou par l'utilisateur
Voir le script select_lang.lib.php pour connaître les valeurs valides
pour ce paramètre
AMHA: j'exécuterais ce script

A défaut, mon config.inc.php en PJ.

En espérant avoir aidé.