Posts: 191
Threads: 34
Joined: Apr 2012
Reputation:
0
Are you sure you have the include?
When you download the MySQL plugin, there is a file you need to put in the plugins folder, a file that needs to go to the main directory folder (only if you use Windows), and then the include file, which you should put in the 'pawno/includes' folders, and then add:
#include <includename>
Seeing the error, I believe you don't have the include or just forgot to add it to the script.
Posts: 490
Threads: 5
Joined: Nov 2011
Reputation:
0
What version are you using?
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
It does not matter if you've everything in the right place. If you're using an old MySQL version of include and plugin and you're trying to compile a newer version, it will simply give the errors again and again.