Hi

I just installed Google Analytics latest dev version on a Drupal 7 website. The problem iss that there is no
Google Analytics settings page. ( I have tried both 7.x-1.2 version and the 7.x-1.x-dev version)

Pls see attached screenshots
(Norwegian setup, but I think its pretty easy to see that the Google Analytics settings link is missing in the
/admin/config/system page (picture 2)

Any help is much appretiated
Bstrgds
Tor

CommentFileSizeAuthor
picture 2.jpg82.18 KBKreativs
picture 1.jpg25.18 KBKreativs

Comments

hass’s picture

Category: bug » support
Status: Active » Closed (cannot reproduce)
sorensong’s picture

I'm having the same problem.

sorensong’s picture

Fixed it. Updated to 7.x-1.x-dev, ran updates. Config screen came up. Awesome.

Kreativs’s picture

Installed latest dev, and it works now.

However I did have a memory problem last try, that I have now solved , so that might be what caused it..

eusofzay’s picture

I just cleared my cache and it worked for me.

nijk’s picture

I've just installed this module and experiencing the exact same issue on Drupal 7. Firstly I installed the recommend d7 module version, then after reading this issue page updated to 7.x-1.x-dev, cleared the cache and tried again but still no luck. Can anyone suggest a fix?

hass’s picture

You are not user 1. Why the heck are you running dev???

aaxc’s picture

Category: support » bug
Status: Closed (cannot reproduce) » Active

Same problem here with a freshly installed drupal 7.9

hass’s picture

Category: bug » support
Status: Active » Closed (cannot reproduce)

There is no bug in the module.

mohanrajthangarasu’s picture

I installed both Google Analytics 7.x-1.2 and 7.x-1.x-dev with Drupal 7.9 versions but still Configuration page do not appear. Also tried clearing cache and run update.php. Still do not find it working.

Do anyone able to fix this?

borort’s picture

i try to increase the following options in php.ini

memory_limit = 128M
max_execution_time = 120
upload_max_filesize = 20M

and it works

the way to alter settings of php.ini might be different from server to server on the share hosting environment.

hass’s picture

none of these 3 options is relevant for the ga settings page at all and this page do not require much memory, too. This are general issues with php.

borort’s picture

#12: somehow you are right. it is about php setting. well, i think there is nothing to do with the GA.
The problem i faced is on the share hosting server. And the above solutions (#11) that I mentioned works after many tries with other options previously suggested. Maybe not all of the three options are necessary, i guess only one or two and probably the 2nd option that affect (will test more). (#4) also mentioned something related to memory... anyway, this is just another alternative solution you may want to try.

hass’s picture

It must be the memory limit. All others make no sense. Something that you must also see in apache/php logs, too.

AdrianB’s picture

Seeing this as well, can't find admin/config/system/googleanalytics. On a shared server with only 32M for PHP (which is way to little for a Drupal site, I know).