Flie or function not found
#1

I start my server up and it loads all my plugins but i get file or function not found. If i update all my plugins and the includes i get mysql errors in the compiler. How do i fix.? It says i need the Mysql Plugin R5 but i cant get that download. Does anyone have a alt link or have it and can upload it or something?
Reply
#2

You need mySQL plugin, to use mySQL (in the pawn include folder as well as the /plugins/ folder).

Use: https://sampforum.blast.hk/showthread.php?tid=249226 to detect further errors. This will tell you want functions are not loading, in what plugins. Assure you put it at the end of the plugins line, in server.cfg.

The other reason is, you're missing .dll files for a plugin like streamer. These plugins are often mentioned on the download location, or on the thread. This is often considered if you cannot for some reason update netframe. Update the net frame on your computer if you believe plugins are up to date and you have all the required plugins.
Reply
#3

Error: Function not registered: 'mysql_insert_id'
Error: Function not registered: 'mysql_store_result'
Error: Function not registered: 'mysql_num_rows'
Error: Function not registered: 'mysql_retrieve_row'
Error: Function not registered: 'mysql_fetch_field_row'
Error: Function not registered: 'mysql_free_result'
Script[gamemodes/PGRP.amx]: Run time error 19: "File or function is not
found"

I got this. How do i fix this?
Reply
#4

You need to update mySQL. What plugins have you included in your server.cfg?

Do you have net-frame? If not download it here: http://msdn.microsoft.com/en-us/vstudio/aa496123
You may also need to update net-frame.
Reply
#5

plugins mysql socket streamer sscanf nativechecker <- Out of Server CFG, I have the latest mysql, i updated the pawno include/plugin folder. And im gonna update my net frame and i will see what happens.
Reply
#6

When i compile i get 26 errors of mysql errors
Reply
#7

Quote:
Originally Posted by NickMirra
Посмотреть сообщение
When i compile i get 26 errors of mysql errors
And you still have the mysql.inc in -> /pawno/include?

Read: https://sampforum.blast.hk/showthread.php?tid=122983

Install notes & download notes.
Reply
#8

I have a_mysql.inc in /pawno/include
Reply
#9

Код:
error 035: argument type mismatch (argument 1)
error 035: argument type mismatch (argument 1)
error 035: argument type mismatch (argument 1)
error 035: argument type mismatch (argument 1)
error 035: argument type mismatch (argument 1)
error 035: argument type mismatch (argument 1)
error 035: argument type mismatch (argument 1)
error 035: argument type mismatch (argument 1)
error 035: argument type mismatch (argument 1)
error 035: argument type mismatch (argument 1)
error 035: argument type mismatch (argument 1)
error 017: undefined symbol "mysql_insert_id"
error 035: argument type mismatch (argument 1)
error 035: argument type mismatch (argument 1)
error 017: undefined symbol "mysql_insert_id"
error 035: argument type mismatch (argument 1)
error 035: argument type mismatch (argument 1)
error 035: argument type mismatch (argument 1)
error 035: argument type mismatch (argument 1)
error 035: argument type mismatch (argument 1)
error 035: argument type mismatch (argument 1)
error 035: argument type mismatch (argument 1)
error 017: undefined symbol "mysql_insert_id"
error 035: argument type mismatch (argument 1)
error 035: argument type mismatch (argument 1)
error 017: undefined symbol "mysql_store_result"
These are the errors. if you needed them
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)