Autor Zpráva
pomoc
Profil *
po prihlaseni k phpmyadmin mi hlasi:
Rozšíření mbstring pro PHP nebylo nalezeno a zdá se, že požíváte více bajtovou znakovou sadu. Bez rozšíření mbstring neumí phpMyAdmin správně rozdělovat řetězce a proto to může mít nečekané následky.

v php.ini jsem zkousel [mbstring] povolit i s parametry, co jsou v php.ini defaultne a nic, pak jsem take zkousel:
; Set default language
mbstring.language = Neutral; Set default language to Neutral(UTF-8) (default)
mbstring.language = English; Set default language to English
mbstring.language = Japanese; Set default language to Japanese

;; Set default internal encoding
;; Note: Make sure to use character encoding works with PHP
mbstring.internal_encoding = UTF-8 ; Set internal encoding to UTF-8

;; HTTP input encoding translation is enabled.
mbstring.encoding_translation = On

;; Set default HTTP input character encoding
;; Note: Script cannot change http_input setting.
mbstring.http_input = pass ; No conversion.
mbstring.http_input = auto ; Set HTTP input to auto
; "auto" is expanded to "ASCII,JIS,UTF-8,EUC-JP,SJIS"
mbstring.http_input = SJIS ; Set HTTP2 input to SJIS
mbstring.http_input = UTF-8,SJIS,EUC-JP ; Specify order

;; Set default HTTP output character encoding
mbstring.http_output = pass ; No conversion
mbstring.http_output = UTF-8 ; Set HTTP output encoding to UTF-8

;; Set default character encoding detection order
mbstring.detect_order = auto ; Set detect order to auto
mbstring.detect_order = ASCII,JIS,UTF-8,SJIS,EUC-JP ; Specify order

;; Set default substitute character
mbstring.substitute_character = 12307 ; Specify Unicode value
mbstring.substitute_character = none ; Do not print character
mbstring.substitute_character = long ; Long Example: U+3000,JIS+7E7E

ale hlaska porad zustava... kodovani mam na cesky utf-8

nevite nekdo, co mam v php.ini zmenit???
pomoc
Profil *
ha, vyreseno... :)

v php.ini jsem si nevsiml ze nize byl ; zrusen:

[PHP_MBSTRING]
extension=php_mbstring.dll

a pak jsem tedz definoval:
[mbstring]
mbstring.language = Czech
mbstring.internal_encoding = UTF-8
mbstring.http_input = auto
mbstring.http_output = UTF-8
Luni
Profil *
Mám ten samý problém ale nevím co mám přesně udělat s tímhle -
[PHP_MBSTRING]
extension=php_mbstring.dll


Tyto změny jsem udělal -
[mbstring]
mbstring.language = Czech
mbstring.internal_encoding = UTF-8
mbstring.http_input = auto
mbstring.http_output = UTF-8

Může mi někdo poradit?
Měsíček
Profil
Nemáš ho zakomentovaný (tedy jestli před ním nemáš " ; ")?
Luni
Profil *
Tomuhle já moc nehovím. Nevím co znamená zakomentovaný. Můžeš mi to nějak podrobněji vysvětlit, co mám přesně udělat? Zde je kus mého php.ini souboru.

[mbstring]
; language for internal character representation.
;mbstring.language = Czech

; internal/script encoding.
; Some encoding cannot work as internal encoding.
; (e.g. SJIS, BIG5, ISO-2022-*)
;mbstring.internal_encoding = UTF-8

; http input encoding.
;mbstring.http_input = auto

; http output encoding. mb_output_handler must be
; registered as output buffer to function
;mbstring.http_output = UTF-8

; enable automatic encoding translation according to
; mbstring.internal_encoding setting. Input chars are
; converted to internal encoding by setting this to On.
; Note: Do _not_ use automatic encoding translation for
; portable libs/applications.
;mbstring.encoding_translation = Off

; automatic encoding detection order.
; auto means
;mbstring.detect_order = auto

; substitute_character used when character cannot be converted
; one from another
;mbstring.substitute_character = none;

; overload(replace) single byte functions by mbstring functions.
; mail(), ereg(), etc are overloaded by mb_send_mail(), mb_ereg(),
; etc. Possible values are 0,1,2,4 or combination of them.
; For example, 7 for overload everything.
; 0: No overload
; 1: Overload mail() function
; 2: Overload str*() functions
; 4: Overload ereg*() functions
;mbstring.func_overload = 0

; enable strict encoding detection.
;mbstring.strict_encoding = Off

[FrontBase]
;fbsql.allow_persistent = On
;fbsql.autocommit = On
;fbsql.show_timestamp_decimals = Off
;fbsql.default_database =
;fbsql.default_database_password =
;fbsql.default_host =
;fbsql.default_password =
;fbsql.default_user = "_SYSTEM"
;fbsql.generate_warnings = Off
;fbsql.max_connections = 128
;fbsql.max_links = 128
;fbsql.max_persistent = -1
;fbsql.max_results = 128

[gd]
; Tell the jpeg decode to libjpeg warnings and try to create
; a gd image. The warning will then be displayed as notices
; disabled by default
;gd.jpeg_ignore_warning = 0

[exif]
; Exif UNICODE user comments are handled as UCS-2BE/UCS-2LE and JIS as JIS.
; With mbstring support this will automatically be converted into the encoding
; given by corresponding encode setting. When empty mbstring.internal_encoding
; is used. For the decode settings you can distinguish between motorola and
; intel byte order. A decode setting cannot be empty.
;exif.encode_unicode = ISO-8859-15
;exif.decode_unicode_motorola = UCS-2BE
;exif.decode_unicode_intel = UCS-2LE
;exif.encode_jis =
;exif.decode_jis_motorola = JIS
;exif.decode_jis_intel = JIS

[Tidy]
; The path to a default tidy configuration file to use when using tidy
;tidy.default_config = /usr/local/lib/php/default.tcfg

; Should tidy clean and repair output automatically?
; WARNING: Do not use this option if you are generating non-html content
; such as dynamic images
tidy.clean_output = Off

[soap]
; Enables or disables WSDL caching feature.
soap.wsdl_cache_enabled=1
; Sets the directory name where SOAP extension will put cache files.
soap.wsdl_cache_dir="/tmp"
; (time to live) Sets the number of second while cached file will be used
; instead of original one.
soap.wsdl_cache_ttl=86400

; Local Variables:
; tab-width: 4
; End:
[PHP_BZ2]
extension=php_bz2.dll
[PHP_GD2]
extension=php_gd2.dll
[PHP_MYSQL]
extension=php_mysql.dll
[PHP_MYSQLI]
extension=php_mysqli.dll
[PHP_PDO]
extension=php_pdo.dll
[PHP_SQLITE]
extension=php_sqlite.dll
Měsíček
Profil
Vždyť jsem ti to napsal "zakomentovaný znamená, že je na začátku řádku tento znak ;". Tedy:
;zakomentovaný
a
nezakomentovaný
. No a to co chceš mít povoleno samozřejmě zakomentováno být nesmí.
Luni
Profil *
Nj ale já tento tvar nikde v php.ini nemůžu najít -
[PHP_MBSTRING]
extension=php_mbstring.dll

Nebo ho mám někam doplnit? Nevím ale kam.
Luni
Profil *
Nikdo mi neporadí co s tím? Zkouším to ruzně nastavit ale pořád ta hláška zůstává a nad tím mám ještě jednu -

nelze nahrát rozšíření mcrypt,<br />zkontrolujte prosím nastavení PHP
ek
Profil *
Nepomohlo by restartovat apache?
boygeorge
Profil *
Co takhle kouknout na dokumentacni projekt php?

Co se tyce mcrypt rozsireni, musis to odkomentovat ve vice souborech, viz link nize:

http://cz.php.net/manual/en/mcrypt.setup.php
nicky
Profil
mrkni do cesta:\Program Files\Apache Software Foundation\Apache2.2\conf\httpd.conf nebo kde ten soubor máš, jestli máš správně nastaveny cesty pro php.ini, měl jsem stejný problém po instalaci nového PHP 5.2.9. A všechny cesty pro php.ini jsem musel ručně přestavět z původních na nové.
Jan Tvrdík
Profil
nicky:
Proč sem píšeš po dvou měsících? mmm
nicky
Profil
nikdy nevíš, komu to pomůže
vojtak
Profil
jaké cesty k php.ini?


mně phpmyadmin nechce pustit přes login ....... při instalaci mysql jsem nijak heslo ani login nemenil nebo ho nenastavoval, tak predpokládám, že je login root a heslo žádne nebo root.

chyby

#2003 - Server neodpovídá
přitom služba mysql běží

nelze nahrát rozšíření mcrypt,<br />zkontrolujte prosím nastavení PHP
přitom ho mám v php.ini odpoznámkovanej

Vaše odpověď


Prosím používejte diakritiku a interpunkci.

Ochrana proti spamu. Napište prosím číslo dvě-sta čtyřicet-sedm:

0