Right - I've got this one sorted in my head what was happening now
After a fresh install creating the first custom field gives a database error
(and I think the fields will fail to work):
Code:
Content visible to verified customers only.
In the install file the table is created already with field1 existing.
Changing the
vbagallery_install.php file:
Code:
Content visible to verified customers only.
to
Code:
Content visible to verified customers only.
should fix for new installs?