Code: Select all
117 u_title_edit 1 0 0
135 u_title_edit 1 0 0
137 u_title_edit 1 0 0
118 u_title_ignore_reqs 1 0 0
136 u_title_ignore_reqs 1 0 0
138 u_title_ignore_reqs 1 0 0
Sure is.Lord Phobos wrote:A little frustrating...
Lord Phobos wrote:And now, found this in my db:
The table is phpbb_acl_options.Code: Select all
117 u_title_edit 1 0 0 135 u_title_edit 1 0 0 137 u_title_edit 1 0 0 118 u_title_ignore_reqs 1 0 0 136 u_title_ignore_reqs 1 0 0 138 u_title_ignore_reqs 1 0 0
It is normal there are three instances of this?
Can you check your db's, please?
Looks like there are no additional queries made on the DB.Stitch625 wrote:Hi,
I am wondering does this mod add any load to the DB? How many queries does it run? Does it run a query on every page?
My wife may have a small problem with that.Lord Phobos wrote:Would you marry me?
Got this problem too, for a user without custom title defined.neo4u wrote:ok enabled debug in the cofig.php and got this:Any ideas anyone?Code: Select all
[phpBB Debug] PHP Notice: in file /includes/ucp/ucp_pm_viewmessage.php on line 179: Undefined index: custom_title [phpBB Debug] PHP Notice: in file /includes/functions.php on line 3865: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3208) [phpBB Debug] PHP Notice: in file /includes/functions.php on line 3867: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3208) [phpBB Debug] PHP Notice: in file /includes/functions.php on line 3868: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3208) [phpBB Debug] PHP Notice: in file /includes/functions.php on line 3869: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3208)
Code: Select all
if (!empty($user_row['user_custom_title']))
Code: Select all
$user_row['custom_title'] = '';