Galimatias Nekromoff
Galimatias Nekromoff
Well, it specifically does not have to be 'today', but rather last day available in the reports. The reason is I want to be able to see up-to-date reports as...
When creating a report, I set the ending date to the desired day (e.g. today). After looking at the report later, it still ends with the date set instead of...
Maybe a wrong wording, by "today" = I mean the latest available day. Steps: Saved report to Quick links On Mon, Jun 19, 2017 at 4:43 PM, PromInc wrote: >...
No problem, you have guessed it in the end. Fixed starting date and open / rolling ending date. On Mon, Jun 19, 2017 at 5:16 PM, PromInc wrote: > @nekromoff...
Can you please fix this issue by adding 0 (or any other value you deem useful - e.g. string or adding another column to the DB "n/a" enum or boolean...
OK, the failed upgrade in #61 was related, after doing manual upgrades via phpMyAdmin import now works: https://github.com/PromInc/organic-search-analytics/issues/61
1. all upgrade scripts run correctly with "OK" 2. data exists as checked directly in MySQL DB (188k rows) 3. config is OK as the tool works 4. domain records...
OK, so the issue seem to be this: This line: https://github.com/PromInc/organic-search-analytics/blob/master/organic-search-analytics/report.php#L109 gets this query: ``` SELECT query, count(query) as 'queries', count(DISTINCT page) as 'pages', sum(impressions) as 'impressions', sum(clicks) as 'clicks',...
Failed upgrade script was the cause, after manual DB upgrade everything works now. See #61
I would recommend using HTTP Basic Auth to restrict access for the reporter and not adding user admin / permissions to the project directly.