View Single Post
TaGert
Junior Member
Join Date: Jan 2005
Old 06-08-2005 , 17:49  
#35

I have the same problem referred to by Arnold earlier.
-Where you able to fix the problem?
I get the same errors, but can’t find a solution.

Pre AMXX 1.01
Without debug

Code:
Executing AMX Mod X Configuration File
L 06/08/2005 - 18:52:30: [AMXX] Run time error 4 (index out of bounds) (plugin "admin_sql.amxx") - debug not enabled.
L 06/08/2005 - 18:52:30: [AMXX] To enable debug mode, add " debug" after the plugin name in plugins.ini (without quotes).
With debug

Code:
Executing AMX Mod X Configuration File 
L 06/08/2005 - 18:58:02: [AMXX] Run time error 4 (index out of bounds) on line 197 (file "admin.sma").
Then I upgraded to 1.01 and got some other problems.

Code:
L 06/08/2005 - 21:08:46: [AMXX] Module is not a valid library (file "czero/addons/amxmodx/modules/mysql_amxx_amd64.so")
L 06/08/2005 - 21:08:46: [AMXX] Module "DBI" required for plugin.  Check modules.ini. (plugin "admin_sql.amxx")
Found on the forum that my mysqlclient might to new and that I didn't have libmysqlclient.so.12 (I had .14)
Got around to install the right version and...

Code:
Executing AMX Mod X Configuration File 
L 06/08/2005 - 18:58:02: [AMXX] Run time error 4 (index out of bounds) on line 197 (file "admin.sma").
Any ideas? Except installing an old distro again?
TaGert is offline