[AJUDA] Erro ao Salvar Artigo no k2

  • Specker_
  • Avatar de Specker_ Autor do Tópico
  • Offline
  • JCB! Professional
  • JCB! Professional
Mais
14 anos 4 meses atrás #48797 por Specker_
Specker_ created the topic: [AJUDA] Erro ao Salvar Artigo no k2
Pessoal toda vez que tento salvar um artigo no k2 da esse erro aqui:
Fatal error: Call to undefined function mb_internal_encoding() in /home/infospor/public_html/eebst/administrator/components/com_k2/tables/k2item.php on line 74

alguem sabe o que é isso?
if(JPluginHelper::isEnabled('system', 'unicodeslug'))
			$this->alias = JFilterOutput::stringURLSafe($this->alias);
		else {
***** LINHA 74 **** =>			mb_internal_encoding("UTF-8");
			mb_regex_encoding("UTF-8");
			$this->alias = trim(mb_strtolower($this->alias));
			$this->alias = str_replace('-', ' ', $this->alias);
			$this->alias = mb_ereg_replace('[[:space:]]+', ' ', $this->alias);
			$this->alias = trim(str_replace(' ', '-', $this->alias));
			$this->alias = str_replace('.', '', $this->alias);
			$this->alias = str_replace('"', '', $this->alias);
			$this->alias = str_replace("'", '', $this->alias);

Se alguem souber ficaria agradecido =]

Please Entrar ou Registrar to join the conversation.


Mais
14 anos 4 meses atrás #48807 por elvisvinicius
elvisvinicius replied the topic: Re: [AJUDA] Erro ao Salvar Artigo no k2
Confere no phpinfo se a extensão "mbstring" (Multibyte Support) está ativada.

(^ ^)

Please Entrar ou Registrar to join the conversation.

  • Specker_
  • Avatar de Specker_ Autor do Tópico
  • Offline
  • JCB! Professional
  • JCB! Professional
Mais
14 anos 4 meses atrás #48811 por Specker_
Specker_ replied the topic: Re: [AJUDA] Erro ao Salvar Artigo no k2
blz vlw vo da uma olhada com o host

Please Entrar ou Registrar to join the conversation.

Mais
14 anos 3 meses atrás #51169 por diegopipoca
diegopipoca replied the topic: Re: [AJUDA] Erro ao Salvar Artigo no k2

elvisvinicius escreveu: Confere no phpinfo se a extensão "mbstring" (Multibyte Support) está ativada.

(^ ^)



O meu está desabilitado, como habilito?

[i:2stgv7g2]CEO - Web Developer[/i:2stgv7g2]
[url=http://infointerativa.com:2stgv7g2]infointerativa.com[/url:2stgv7g2]

Please Entrar ou Registrar to join the conversation.

Mais
14 anos 3 meses atrás #51183 por moises_lavras
moises_lavras replied the topic: Re: [AJUDA] Erro ao Salvar Artigo no k2
Se você está em um servidor pede para o suporte ativar para você.

Se estiver em produção no computador é só alterar a configuração do PHP.


Att Moisés <!-- s:ugeek: --><img src="{SMILIES_PATH}/icon_e_ugeek.gif" alt=":ugeek:" title="Uber Geek" /><!-- s:ugeek: -->

Que Deus nos ajude!!!!

Please Entrar ou Registrar to join the conversation.