Ir para conteúdo

POWERED BY:

Arquivado

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

cla

Erro na newsletter

Recommended Posts

Olá pessoal, é o seguinte peguei um script de newsletter no Imasters PHP (email_php) eu achei meio complicado as configurações tentei fazer e mandei pra o servidor e deu o seguinte erro:

 

 

Warning: mysql_connect() [function.mysql-connect]: Access denied for user: 'root@localhost' (Using password: NO) in /u/local/etc/httpd/htdocs/webpoint/site/site/newsletter/index.php on line 33

 

Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /u/local/etc/httpd/htdocs/webpoint/site/site/newsletter/index.php on line 34

 

Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /u/local/etc/httpd/htdocs/webpoint/site/site/newsletter/index.php on line 35

 

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /u/local/etc/httpd/htdocs/webpoint/site/site/newsletter/index.php on line 36

 

Warning: mysql_query() [function.mysql-query]: Access denied for user: 'webpoint@localhost' (Using password: NO) in /u/local/etc/httpd/htdocs/webpoint/site/site/newsletter/index.php on line 41

 

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /u/local/etc/httpd/htdocs/webpoint/site/site/newsletter/index.php on line 41

ERRO

 

*****************

 

As configurações são essas, como altera-las?????????

 

//Configurações

$dbhost = "127.0.0.1";

$dbuser = "root";

$dbpasswd = "";

$database = "dados";

$table = "cadastro";

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.