View Single Post
Old May 13th, 2008, 08:47 AM   #2 (permalink)
Zachariah
Registered User
Verified Customer
 
Zachariah's Avatar
 
Join Date: Nov 2005
Location: Canoga Park, CA
Posts: 3,243
Send a message via ICQ to Zachariah Send a message via AIM to Zachariah Send a message via MSN to Zachariah Send a message via Skype™ to Zachariah
Quote:
Originally Posted by Kirby View Post
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.

Last edited by Zachariah; May 13th, 2008 at 08:57 AM.
Zachariah is offline   Reply With Quote