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


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

Subject: Re: 022-0002 - Bug when you try to delete an user
Add this:
Code: [Download] [Hide] [Select]
CREATE TABLE phpbb_dl_notraf (
user_id MEDIUMINT(8) NOT NULL DEFAULT 0,
dl_id INT(11) NOT NULL DEFAULT 0
);


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.082s (PHP: 20% SQL: 80%)
SQL queries: 10 - Debug Off - GZIP Enabled