The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Cannot delete user
while deleting user, getting error message, though user is being deleted. please let me know, how to fixing this issue?
Fatal error: Call to a member function query_write() on null in /home/user/public_html/vbtt/hooks/userdata_delete.php on line 3 userdata_delete.php code are: Code:
<?php $this->dbobject->db->query_write(" DELETE FROM vbtt_users WHERE uid = " . $this->existing['userid'] ); $this->dbobject->query_write(" UPDATE vbtt_files_users SET uid = 0 WHERE uid = " . $this->existing['userid'] . " "); |
#2
|
||||
|
||||
That is from a modification. You will need to ask in the modification thread for help with the issue.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|