Quote:
Originally Posted by kylek
" Queue Size
Antivirus has posted a nifty little addon that displays the current size of the mail queue here."
This doesn't seem to work with 3.7.0 Beta 4. When you import the product you get this:
The following dependencies were not met: - The product paulm_20060709 must be installed before this product may be installed. (Compatible starting with 1)
|
Open: product-anti_mailqueue_stats_acp
Find:
PHP Code:
<dependencies>
<dependency dependencytype="product" parentproductid="paulm_20060709" minversion="1" maxversion="" />
</dependencies>
Replace with:
PHP Code:
<dependencies>
<dependency dependencytype="product" parentproductid="paulm_cmq_37" minversion="1" maxversion="" />
</dependencies>
Thats what I did to get it working.