View Single Post
Old August 3rd, 2005, 10:40 AM   #3 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,704
Well if you had a line number it surely would help as I dont get an error. There has been one error reported and fixed here with admin category editor concerning members gallery edit but you can try this. If you dont have it in the file add the code in bold

if ( $oldparent != $newparent ) {
updateparents($oldparent);
if ( is_numeric($newparent) && !empty($newparent) ) updateparents($newparent);
}
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote