Customizing SMF > Modifications and Packages

httpBL

<< < (215/230) > >>

gisfreak:
Enik is one of mods maker here, he make hide tag special mods, oh I see, I saw those links in the bottom of my forum, links when I hover to "2011 by enik" and "hide tag special"

thanx million, snoopy_virtual

sles:
My problem after upgraded smf to 1.1.16

Click "Spammers Log" Error
Table 'database.smf_log_httpBL' doesn't exist
File: /home/www/virtual/domain.com/htdocs/forum/Sources/httpBL_Config.php
Line: 295

Line: 298

--- Code: ---
        // Count the total number of log entries.
        $request = db_query("
                SELECT COUNT(*)
                FROM {$db_prefix}log_httpBL
                WHERE " . $query_where, __FILE__, __LINE__);

--- End code ---

how to resolve?  Thank you

NOTE:

SMF Configured: $db_prefix = 'smf_';

MySQL Table:  'smf_log_httpbl'

snoopy_virtual:
I haven't got just now any test forum using smf 1.1.16 but it looks like the change from 1.1.15 to 1.1.16 must have been a big one, because I am getting reports from other mods that are also not working properly after an upgrade to 1.1.16

So, as soon as I have some spear time I will set up a test forum with 1.1.16 to see exactly what's going on an I will upgrade all the mods.

That may take some time though, because I have very few spear time these days so, in the mean time, try changing the value of $db_prefix from 'smf_' to 'database.smf_' and see if that sort your problem temporarily.

butchs:
Make sure it is set as a global before the function...


--- Code: ---global $db_prefix;
--- End code ---
:)

snoopy_virtual:
Of course it's global.

Why do you think it's been working for 4 years?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version