View Single Post
CyberMaN
Junior Member
Join Date: Mar 2009
Old 08-01-2009 , 07:08   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #434

I've gone through the whole topic and taken the latest plugin that was tested by alexinno on page #40 posts #393, #394, but I still get these errors:

L 08/01/2009 - 13:04:55: [AMXX] Plugin ("advanced_bans_sql.amxx") is setting itself as failed.
L 08/01/2009 - 13:04:55: [AMXX] Plugin says: Could not connect to database.
L 08/01/2009 - 13:04:55: [AMXX] Displaying debug trace (plugin "advanced_bans_sql.amxx")
L 08/01/2009 - 13:04:55: [AMXX] Run time error 1: forced exit
L 08/01/2009 - 13:04:55: [AMXX] [0] 42994.attach::QueryCreateTable (line 430)


I can connect normally with the credentials specified in sql.cfg.

advanced_bans_sql.amxx is at the top of the plugins file, and sql.cfg looks like this:

amx_sql_host "localhost"
amx_sql_user "****"
amx_sql_pass "****"
amx_sql_db "csbans"
//amx_sql_table "admins"
amx_sql_type "mysql"

Any brainstorming?

Regards,

James.

Last edited by CyberMaN; 08-01-2009 at 07:42.
CyberMaN is offline