#1

Well, when am starting my server, am getting these errors.
(By nativechecker.so)
Код:
[02:50:36]    Error: Function not registered: 'mysql_fetch_row'
[02:50:36]    Error: Function not registered: 'mysql_fetch_field'
[02:50:36]    Error: Function not registered: 'mysql_real_escape_string'
[02:50:36]    Error: Function not registered: 'mysql_free_result'
[02:50:36]    Error: Function not registered: 'mysql_num_rows'
[02:50:36]    Error: Function not registered: 'mysql_store_result'
[02:50:36]    Error: Function not registered: 'mysql_connect'
[02:50:36]    Error: Function not registered: 'mysql_init'
[02:50:36]    Error: Function not registered: 'mysql_query'
I don't know how to fix them or maybe it's a host problem, can anyone help me please.
Reply
#2

Код:
[02:50:36]    Error: Function not registered: 'mysql_fetch_row'
[02:50:36]    Error: Function not registered: 'mysql_fetch_field'
[02:50:36]    Error: Function not registered: 'mysql_real_escape_string'
[02:50:36]    Error: Function not registered: 'mysql_free_result'
[02:50:36]    Error: Function not registered: 'mysql_num_rows'
[02:50:36]    Error: Function not registered: 'mysql_store_result'
[02:50:36]    Error: Function not registered: 'mysql_connect'
[02:50:36]    Error: Function not registered: 'mysql_init'
[02:50:36]    Error: Function not registered: 'mysql_query'
Your most likely loading the wrong version mysql plugin, that happens when your attempt to load a version that was changed or doesn't match the functions in it.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)