Some items that are in shops database are not in the items database how can i get them there to
Insert them into your items table manually via either phpmyadmin, heidi, or similar.
Can you tell me how? Their are many items that are not in that ‘items’ database
I use heidiSQL
You don’t know how to insert something into a table?
No, i did insert items.sql but that doesnt work still bot all items there.
When i want to inject items.sql into the database it says column count doesnt match value count at row 1. I dont understand it, help please
As the error states, you’re trying to insert a row with either more or less columns than the database table contains.