Quote:
Originally Posted by Kirby Code: Content visible to verified customers only.
This causes ppgal_user.userid being read as userid - which is fatal if there is no entry for that user (eg. userid = NULL).
I performed the mainenance functions but the error persisted - so I had to disable the plugin. |
There should not be a error on creation of the user in the gallery table.
- plugin: register_addmember_complete * Add User to Gallery AdminCP
- plugin: useradmin_update_save * Add User to Gallery on Register
Is there another way you are adding users that might need a SQL entry?
There is a single quote on AdminCP plugin in wrong place that a few people had problems with. (weird my 2 test systems did not error.)
edit:
forum/includes/vbgallery/useradmin_update_data.php
Change:
Code:
Content visible to verified customers only.
To:
Code:
Content visible to verified customers only.