Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

Wagner Cecatto

Problema com o PHP live v3.1

Recommended Posts

Pessoal, estou com um problema que até então não tinha com o funcionamento do sistema de chat online PHPLIVE v3.1 instalei em meu servidor que possui a versão do php 5.1.6. O que ocorre é que quando eu carrego a tela para iniciar um chat online com alguma pessoa aparece a seguinte mensagem de erro abaixo:

 

--------------------------------------------------------------------------------

Service is Temporarily not available. An email has been sent to atendimento@aquimais.com.br to correct this situation. Please try back at a later time.

Time: Wed 11/28/2007 23:09:00Error Type: ERROR MESSAGE: date() [function.date]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Sao_Paulo' for 'BRST/-2.0/DST' insteadFile Name: /var/www/vhosts/aquimais.com.br/httpdocs/atendimento/request.phpFile Line #: 212Remote IP: 189.30.60.36Site Login: aquimais

 

--------------------------------------------------------------------------------

Powered by PHP Live! © OSI Codes Inc.

 

Alguém poderia me ajudar a decifrar o que significa isso e como poderia estar resolvendo isso?

desde já agradeço. valeuuu!

Compartilhar este post


Link para o post
Compartilhar em outros sites

olá. me desculpe mas não posso ajudar e assim pedir a tua ajuda.Tenho o PHP LIVE 3.1. mas nao consigo instalar.

Começo com meu diretorio http://www.meudominio.com/phplive

Ai abre uma tela pedindo .

 

Site Name :

Language:

Ate aqui tudo bem, Logo apos pede:

 

Base URL : http://www.meudominio.com/phplive/

 

Logo apos cliquo em Submit

 

Ai parece a tela pedindo

 

Company

Setup Login

Contact NAme

Passoword

Contact Email

 

 

Ate aqui tudo bem, Logo apos abre outra pagina :

 

Configure Database.

 

Before you proceed, create an empty database for your PHP Live! system. After you have done so, provide the database information below. (NOTE: Don't forget to restart or reload your MySQL so the new access level for this user is set.)

 

Database :

DB Name:

DB Host is usually set to localhost.

DB Host:

DB Login :

DB Password :

 

Quando preencho todos os dados da o seguinte erro

 

Error: Database produced the following error(s). Please correct and submit.

-- Access denied for user 'ODBC'@'localhost' (using password: NO) --

 

Verifying your MySQL Information Help Docs

 

 

 

Configure Database.

 

Before you proceed, create an empty database for your PHP Live! system. After you have done so, provide the database information below. (NOTE: Don't forget to restart or reload your MySQL so the new access level for this user is set.)

 

Ficaria muito pela tua ajuda, pois tenho experiência em ASP estou iniciando em PHP.

 

 

Agradecimentos:

Compartilhar este post


Link para o post
Compartilhar em outros sites

Ola Wagner, existe nessa verão um problema de configuração do arquivo system.php que esta localizado na raiz do sistema

 

Abra ele e apague tudo que esta nele e coloque os ocmando abaixo nesse arquivo.

 

<?php

$CRYPTKEY = "" ;

$TRANSFER_BUFFER = 120 ; // seconds

$CHECK_NEW_MSG_REFRESH = 2 ; // seconds

$NEW_CHAT_REQUEST_REFRESH = 4 ; // seconds

$admin_idle_value = 20 ; // seconds

$admin_idle = time() - $admin_idle_value ;

$CHAT_TIMEOUT = 45 ; // seconds

$FOOTPRINT_IDLE = 15 ; // seconds

if ( phpversion() > 5 )

date_default_timezone_set( "America/Sao_Paulo" ) ;

$TIMEZONE = 0 ; $TIMEZONE_FORMAT = "h" ; $TIMEZONE_AMPM = " a" ;

if ( isset( $COMPANY_NAME ) && $COMPANY_NAME )

{

if ( preg_match( "/<:>/", $COMPANY_NAME ) )

{

LIST( $COMPANY_NAME_TEMP, $TIMEZONE ) = EXPLODE( "<:>", $COMPANY_NAME ) ;

if ( $TIMEZONE )

{

$TIMEZONE_FORMAT = substr( $TIMEZONE, 0, 1 ) ;

$TIMEZONE = substr( $TIMEZONE, 1, strlen( $TIMEZONE ) ) ;

$TIMEZONE_AMPM = ( $TIMEZONE_FORMAT == "H" ) ? "" : " a" ;

}

}

else

$COMPANY_NAME_TEMP = $COMPANY_NAME ;

}

?>

 

Pronto o su problema etará resolvido

 

Pessoal, estou com um problema que até então não tinha com o funcionamento do sistema de chat online PHPLIVE v3.1 instalei em meu servidor que possui a versão do php 5.1.6. O que ocorre é que quando eu carrego a tela para iniciar um chat online com alguma pessoa aparece a seguinte mensagem de erro abaixo:

 

--------------------------------------------------------------------------------

Service is Temporarily not available. An email has been sent to atendimento@aquimais.com.br to correct this situation. Please try back at a later time.

Time: Wed 11/28/2007 23:09:00Error Type: ERROR MESSAGE: date() [function.date]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Sao_Paulo' for 'BRST/-2.0/DST' insteadFile Name: /var/www/vhosts/aquimais.com.br/httpdocs/atendimento/request.phpFile Line #: 212Remote IP: 189.30.60.36Site Login: aquimais

 

--------------------------------------------------------------------------------

Powered by PHP Live! © OSI Codes Inc.

 

Alguém poderia me ajudar a decifrar o que significa isso e como poderia estar resolvendo isso?

desde já agradeço. valeuuu!

Compartilhar este post


Link para o post
Compartilhar em outros sites

A solução apresentada pelo Danilo não resolveu para mim.

A mensagem de erro quando clico na imagem quebrado do botão do chat é:

You don't have permission to access /atendimento/request.php on this server.

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.