antiblock
Elveron
  • Chatbox

    You don't have permission to chat.
    Load More
  • 0
Sign in to follow this  
Pimponeta

Erro Website

Question

Boa noite Cyber Gamers!Alguem sabe como posso resolver esse erro que aparece no topo da pagina do meu site?Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in C:xampphtdocsindex.php on line 15
 
Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in C:xampphtdocsindex.php on line 16

Share this post


Link to post
Share on other sites

6 answers to this question

  • 0

php.ini

 

procura por 

 

error_reporting = E_ALL

 

substitui por

 

error_reporting = E_ALL ^ E_DEPRECATED

Share this post


Link to post
Share on other sites
antiblock
diamwall
  • 0

php.ini

 

procura por 

 

error_reporting = E_ALL

 

substitui por

 

error_reporting = E_ALL ^ E_DEPRECATED

Onde posso encontrar o php.ini já tentei procurar e não está la

Share this post


Link to post
Share on other sites
  • 0

C:xamppphpphp.ini

Obrigado, já encontrei.

 

É necessário reiniciar o xampp?

 

PS: Continua o mesmo erro já reiniciei xampp

Share this post


Link to post
Share on other sites
  • 0

experimenta 

 

display_errors = On

 

para

 

display_errors = Off

Share this post


Link to post
Share on other sites
  • 0

experimenta 

 

display_errors = On

 

para

 

display_errors = Off

Funcionou! Muito obrigado!  :+1:  :+1:  :+1:

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this