Hi,
Thank you for this module.
It just happen to me that after I installed the Statspro module and I run the cron as it recommend, I got this error:
Table 'mydb.accesslog' doesn't exist query: SELECT COUNT(*) AS num, DATE(FROM_UNIXTIME(timestamp)) AS dategroup FROM accesslog WHERE timestamp >= 1283618170 AND uid > 0 GROUP BY dategroup in /home/user1/public_html/sites/all/modules/statspro/statspro.inc on line 706.
After some time hitting the wall with my head I realize Statspro said that: "The core Statistics module is required for the following optional reports" and I went on and I turn on the Statistics module and the error stop showing up.
Solution:
Add:
dependencies[] = Statistics
to statspro.info
Once again thank you,
Emil
Comments
Comment #1
rsevero commentedThere were a fews extra checks to make Statistics Pro dependency on Statistics module really optional.
They were included with http://drupal.org/cvs?commit=442684.
Thanks for the report and sorry for the delay.