I installed 1.3.10 today, 4images is working (I guess because it was already installed on 1.3.9), but as soon as I do something to a user (delete, edit) or a new user registers I am seeing database errors..
I can't do it without 4images...
All these lines are gone in users.php, usersettings.php, user.php
DB_change($_TABLES['usercomment'],'commentlimit',$_CONF['comment_limit'],'uid',$uid);
DB_query("UPDATE {$_TABLES['userinfo']} SET pgpkey='" . $A["pgpkey"] . "',about='{$A["about"]}' WHERE uid={$_USER['uid']}");
DB_query("INSERT INTO {$_TABLES['userinfo']} (uid) VALUES ($uid)");
DB_query("UPDATE {$_TABLES['users']} SET username = '$username', fullname = '$fullname', passwd = '$passwd', email = '$email', homepage = '$homepage', photo = '$curphoto' WHERE uid = $uid");
I remember some of the old code was moved tot lib-user.php, but the code is gone there as well..
some help would be much appreciated
same problem and same request, can anyone help lease