Run time error 5: memory access
Hello folks. Im getting error:
PHP Code:
Error line: PHP Code:
PHP Code:
|
Re: Run time error 5: memory access
What did you put in query[]?
|
Re: Run time error 5: memory access
Quote:
HTML Code:
format(query,1000,"INSERT into %s (name,authid,ip,alive,team,date,time,message,cmd,match_id) values ('%s','%s','%s','%d','%s','%s','%s','%s','%s','%s')",table,name,authid,ip,is_user_alive(id),TEAMNAME[_:team],datestr,timestr,message,cmd,szLine) |
Re: Run time error 5: memory access
PHP Code:
PHP Code:
The error give because you put 1000 there Quote:
|
Re: Run time error 5: memory access
Declare the variable(array) as static.
|
| All times are GMT -4. The time now is 12:38. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.