Categories
General

Solution: OpenX Missing Statistic Reports

Yesterday, I was a little bit panic because I couldn't found any statistic reports in an OpenX . I didn't use the latest version (2.8.0). So, I did an to 2.8.5. But still, the didn't come back.
I finally found a solution at OpenX Community Forums. Here's the trick:

  • Go to your management tool. I'm using phpMyAdmin.
  • Run this simple : update ox_application_variable set value = 1 where name ='admin_account_id';
  • Voila!

When I went back to the statistic page, I had all statistics available. Great.