Esplugin_mysql error!

This error happens when im loaded in the game.

Make sure that you are using the correct version of this resource. That is the main cause for this issue. Also check the indexes as the column id or identifier MUST be the primary key.

However if you are using the wrong version it will call for the wrong column to be accessed.

What it is saying is that you do not have a column called ‘identifier’

You have 2 options, either change the id column to identifier, which could cause issues later on. Or you can find the resource version that looks for ‘id’

1 Like

Thanks that was the case! :slight_smile: