Posts: 563
Threads: 59
Joined: Nov 2015
Reputation:
0
Hi all,
I've been experiencing this error for quite a long now. All my plugins are loaded sucessfully on Linux server, they're the same versions as the includes (checked twice and re-downloaded twice). I'm still getting the error and it doesn't start the server.
Any idea?
Posts: 347
Threads: 78
Joined: Sep 2013
Reputation:
0
Could you paste the server.log?
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
Why don't you load crashdetect plugin? It will also tell you what functions are missing to see from which plugin this is caused.
By the way after downloading the latest version of includes, you should always re-compile the scripts with them before running them.
Posts: 766
Threads: 66
Joined: Feb 2014
Reputation:
0
Without logs, we can't help you.
Posts: 388
Threads: 18
Joined: Apr 2011
Reputation:
0
You need to make sure that you are using all of the plugins that are required by the script. Post what you have for includes in your pawn.
Posts: 563
Threads: 59
Joined: Nov 2015
Reputation:
0
I found out the issue, I did not load MySQL plugin but I had the include. I need to install the MySQL linux library. How do I do that? Where do I install it?