Keyword

white screen

  • ericwarner
  • ericwarner's Avatar Topic Author
  • Offline
  • New Member
More
12 years 7 months ago - 12 years 7 months ago #63217 by ericwarner
white screen was created by ericwarner


recieving this message :Fatal error: Call to undefined function mb_internal_encoding() in /home/nursebibi/public_html/administrator/components/com_k2/tables/k2category.php on line 92

which reads : mb_internal_encoding("UTF-8");



using joomla 2.5 clean install , everything looks great. Imported users,media but when I try to import doc or create a cat I get the fatal error

after doing some reading I believe mbstring was not enabled. so I turned it on.. is there anything else in this i need to enable to make it work or am I doing the wrong thing?

[mbstring]
; language for internal character representation.
; www.php.net/manual/en/mbstring.configuration.php#ini.mbstring.language
;mbstring.language = Japanese

; internal/script encoding.
; Some encoding cannot work as internal encoding.
; (e.g. SJIS, BIG5, ISO-2022-*)
; www.php.net/manual/en/mbstring.configuration.php#ini.mbstring.internal-encoding
;mbstring.internal_encoding = EUC-JP

; http input encoding.
; www.php.net/manual/en/mbstring.configuration.php#ini.mbstring.http-input
;mbstring.http_input = auto

; http output encoding. mb_output_handler must be
; registered as output buffer to function
; www.php.net/manual/en/mbstring.configuration.php#ini.mbstring.http-output
;mbstring.http_output = SJIS

; 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.
; www.php.net/manual/en/mbstring.configuration.php#ini.mbstring.encoding-translation
;mbstring.encoding_translation = On

; automatic encoding detection order.
; auto means
; www.php.net/manual/en/mbstring.configuration.php#ini.mbstring.detect-order
;mbstring.detect_order = auto

; substitute_character used when character cannot be converted
; one from another
; www.php.net/manual/en/mbstring.configuration.php#ini.mbstring.substitute-character
;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
; www.php.net/manual/en/mbstring.configuration.php#ini.mbstring.func-overload
;mbstring.func_overload = 0

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

; This directive specifies the regex pattern of content types for which mb_output_handler()
; is activated.
; Default: mbstring.http_output_conv_mimetype=^(text/|application/xhtml\+xml)
;mbstring.http_output_conv_mimetype=
Attachments:

Please Log in or Create an account to join the conversation.

More
12 years 7 months ago - 12 years 7 months ago #63218 by william white
Replied by william white on topic Re: white screen
check php info and be sure mb_encoding is enabled first
Look in K2 dashboard information tab

Please Log in or Create an account to join the conversation.

  • ericwarner
  • ericwarner's Avatar Topic Author
  • Offline
  • New Member
More
12 years 7 months ago #63219 by ericwarner
Replied by ericwarner on topic Re: white screen
William, now that I have the server configured correctly, everything is working perfectly. Thank you

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum