How do I clear the statistics / log of forward requests so I can start a new count? I can't seem to find the feature in the UI, and clearing out the forward_logs and resetting the values in forward_statistics doesn't seem to do it.

Thanks in advance.

Comments

seanr’s picture

Status: Active » Fixed

Run this via the devel module's Execute PHP block or a PHP-formatted node:

variable_set('forward_total', 0);
variable_set('forward_recipients', 0);
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

GMHilltop’s picture

Version: 5.x-1.12 » 6.x-1.14
Status: Closed (fixed) » Needs review

Can someone tell me if this safely works for the forward Module version "forward-6.x-1.14" and Drupal core 6.16?

Can someone clarify what a php-formatted node is?

I have to check, but I thought that there was a conflict with my the devel module and one of my other modules - and I have not used the devel module yet either.

any help would be appreciated.

john.oltman’s picture

Status: Needs review » Closed (works as designed)

Cleaning up old issues. The commands still work. A PHP formatted node is one where the input format is set to "PHP Code" or any custom format that allows PHP input in addition to HTML.