![]() |
Quote:
|
Quote:
Quote:
|
Hello, the class core bit is here, line 3023 is in bold:
Any help you can give would be ace. Cheers, Robin function vb_error_handler($errno, $errstr, $errfile, $errline) { switch ($errno) { case E_WARNING: case E_USER_WARNING: /* Don't log warnings due to to the false bug reports about valid warnings that we suppress, but still appear in the log require_once(DIR . '/includes/functions_log_error.php'); $message = "Warning: $errstr in $errfile on line $errline"; log_vbulletin_error($message, 'php'); */ if (!error_reporting() OR !ini_get('display_errors')) { return; } $errfile = str_replace(DIR, '', $errfile); echo "<br /><strong>Warning</strong>: $errstr in <strong>$errfile</strong> on line <strong>$errline</strong><br />"; break; case E_USER_ERROR: require_once(DIR . '/includes/functions_log_error.php'); $message = "Fatal error: $errstr in $errfile on line $errline"; log_vbulletin_error($message, 'php'); if (error_reporting() OR ini_get('display_errors')) { $errfile = str_replace(DIR, '', $errfile); echo "<br /><strong>Fatal error:</strong> $errstr in <strong>$errfile</strong> on line <strong>$errline</strong><br />"; } exit; break; } } |
That doesn't help at all. :(
Are you sure this hack is the culprit? Because I highly doubt it is. Try disabling it and if you are still having problems PM me. What is the error message you are seeing? |
Thank you! A+ on this! This hack is superb!! Thank you so much!!
|
1 Attachment(s)
anyone else having member counts coming up weird?
ie, this thread was sent to the mod queue. I approved his posts. post count was 0. he replied, and now his post count is 1, yet there's clearly 2 posts here. is this a bug of this plugin, or the vB mod queue system? |
Any possibility to have this set for private messages as well? This is very critical and I'm sure many will benefit. I know I will.
For example: if the same pm is sent (duplicate) more than once, custom filter will assume it spam and immediately put that member in moderation (for posts, pm's, etc) and send mods/admins a notification. |
brian: unmoderated posts don't increase the post count.
chadi: there is another hack here that does this, I forget the name though. |
Please try your best to remember :)
I've been looking for a while and could not find anyway. |
I'm getting these cookie errors as well on 3.5
|
All times are GMT. The time now is 02:29 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|