|
The real problem is, that your SQL Query want to insert attributes, but in the database, these attributes are missing!
So, look in your register PHP file for a String like: "INSERT INTO" there you'll find all attribute-fields you need (if you aren't able to do this by your self, post this insert query and I'll write you the attributes down)
|