Jump to content

silencersm

Members
  • Posts

    2
  • Joined

  • Last visited

Profile Information

  • First Name
    Kostas
  • Last Name
    K

silencersm's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. Hmm tried that 24 hour waiting and didn't work. It seems that it is broken more than expected. I am on vacation at the moment and plan to investigate when I'll be back. In the meantime just plant the GA code to the header to get things moving
  2. Go to modules/gapi/gapi.php line 391 and change the lines: if (isset($response['rows']) && is_array($response['rows'])) foreach ($response['rows'] as $row) to: if (isset($response) && is_array($response)) foreach ($response as $row) that should fix the issue.
×
×
  • Create New...