Jump to content

[REZOLVAT] Error query


Deagle
 Share

Recommended Posts

  • Retired

	Unknown column 'Active' in 'where clause'
	

Ce ne spune aceasta eroare ? "Coloana 'Active' este necunoscuta in query". 

Verifica in baza de date, in tabelul server_bans daca ai 'Active', daca nu intra in consola din phpmyadmin, mai exact aici:

Screenshot_1.thumb.png.f73fa98b2ac009a6bb252dc93a7b35e6.png

Si scrie in consula urmatorul cod:

 

	ALTER TABLE `server_bans` ADD `Active` tinyint(1) NOT NULL DEFAULT VALUE '0' ;  
	

Daca tot primesti eroare, lasa-mi un reply aici.

 

Link to comment
Share on other sites

33 minutes ago, Dennis12 said:

 


	Unknown column 'Active' in 'where clause'
	

 

Ce ne spune aceasta eroare ? "Coloana 'Active' este necunoscuta in query". 

Verifica in baza de date, in tabelul server_bans daca ai 'Active', daca nu intra in consola din phpmyadmin, mai exact aici:

Screenshot_1.thumb.png.f73fa98b2ac009a6bb252dc93a7b35e6.png

Si scrie in consula urmatorul cod:

 

 


	ALTER TABLE `server_bans` ADD `Active` tinyint(1) NOT NULL DEFAULT VALUE '0' ;  
	

 

Daca tot primesti eroare, lasa-mi un reply aici.

 

 

Am rezolvat, mersi!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...