The current start_date format (dd/mm/yyyy) is rejected by Google Analytics API. Start_date needs to be in format 2016-12-21
Quick Fix:
/include/backend-jscript.php lines 21-22 change to:
dateFormat : ‘yy-mm-dd’,
minDate : ‘2005-10-01’, // Google Analytics launch date.
Edit the widget, pick new start_date and save the change.
I put the add_db_editor at the top of functions.php and used shortcode in action. Everything works properly. Cheers.
I am logged in as administrator user, I think it has permission to do everything.
I just noticed I cannot add/edit anything – data is not saved to database.
When I click Save changes buttons i get a accept.png icon, but nothing gets saved to database.
When I click “Export to CSV” button I get blank page with “0”
I am still using shortcode and function does not work.
Any ideas?