Quote:
Originally Posted by azher
hey kiros,
sorry for the lag....i haven't upgraded to 1.1.1 but i'm noticing that on 1.1.0, it's sporadically posting blanks (or underscores, as the case may be). sometimes, however, it's working perfectly fine. disabling vboptimise seems to fix it but i'd honestly rather have this working partially with vbOptimise than disabling it entirely. 
|
I know, I know. I'm sorry about this. I've contacted the author of vB Optimise and he/she was absolutely no help. Not even a response... I actually haven't had any time to look into vB Optimise's code because I JUST got my computer running again; there was a major hard disk failure.
Quote:
Originally Posted by Zagis
Hi there
I have a few members moved to prevention group but I got no notification about them. I just found them in the prevention group. What are these members? Why I'm not getting a pm about these member?
Note that I'm getting notifications about multiple registrants and these users are getting moved to the prevention group without problems.
|
I've never had that happen to me. Is it possible that a setting was configured incorrectly for a small amount of time - allowing prevention to be carried out but not allowing reports to be made? Is this still happening?
Quote:
Originally Posted by indocm
help me
after installing the mod it seem user can't login and appear "
Warning: require_once([path]/madp/detection.php) [function.require-once]: failed to open stream: No such file or directory in [path]/includes/functions_login.php(185) : eval()'d code on line 3
Fatal error: require_once() [function.require]: Failed opening required '/home2/lintasca/public_html/forum/madp/detection.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home2/lintasca/public_html/forum/includes/functions_login.php(185) : eval()'d code on line 3"
|
It looks like the files weren't uploaded correctly. Make sure you have the /madp/ directory and all of it's contents uploaded to your forum root.
Quote:
Originally Posted by shooter83
i had the same problem, until i realized my ftp software did not upload "detection.php"
i was having a freak out session when i could not login to the admincp!
|
Thanks for addressing their issue
For future reference, if anyone is stuck and cannot login, add this line near the top of the /includes/config.php file:
PHP Code:
define('DISABLE_HOOKS', true);
This will disable all of your plugins (including MADP).