022-0002 - Bug when you try to delete an user »  Show posts from    to     

Icy Phoenix


Old Bugs - 022-0002 - Bug when you try to delete an user



hpl [ Wed 05 Dec, 2007 15:22 ]
Post subject: 022-0002 - Bug when you try to delete an user
Quote:
Could not delete marked downloads for this user

DEBUG MODE

SQL Error : 1146 Table 'xxxxx.ip_dl_notraf' doesn't exist

DELETE FROM ip_dl_notraf WHERE user_id = 8

Line : 299
File : admin_users.php


rif: http://www.icyphoenix.it/viewtopic.php?t=1087


Mighty Gorgon [ Thu 06 Dec, 2007 10:18 ]
Post subject: Re: 022-0002 - Bug when you try to delete an user
Add this:
Code: [Hide] [Select]
CREATE TABLE phpbb_dl_notraf (
user_id MEDIUMINT(8) NOT NULL DEFAULT 0,
dl_id INT(11) NOT NULL DEFAULT 0
);




Powered by Icy Phoenix