Hi Clonaid,
Well i fixed mine doing this:
- Installed the pserver; (

)
- Updated the DB to the
EP4 (

);
- When i updated, i renamed all the
EP3 tables to PS_****_EP3;
- Exported the
PS_GameDefs_EP3 -> dbo.ProductList to a .CSV file;
- Exported the
PS_GameDefs -> dbo.ProductList (the EP4 one), for backup reason;
- Deleted everything from the
PS_GameDefs -> dbo.ProductList (the EP4 one) and imported in it the
EP3 CSV;
So what i did was, deleting all the content from the EP4 DB and imported the content from the EP3 DB on it.
If you check, the EP4 DB has around 150 itens, but in game we have (around) 85, the same that EP3 DB has.
That fixed my problem, hope helps you.
Maybe someone has a easier way to fix, but that's what i did.