Although there is an "include_once" code in line 6 in seotools.admin.inc file as follows.

include_once( drupal_get_path('module' , 'seotools') . '/seotools.google_analytics_api.inc' );

However, actually there is no "seotools.google_analytics_api.inc" included in the seotools module directory. Hence, when I selected the menu of admin -> site configuration->seo tools, there was a warning.

Therefore, I just included the blank file in the name of "seotools.google_analytics_api.inc" in sites/all/modules/seotools/ directory and it still works well. The included file may not have been necessary.

Comments

vip_sa’s picture

I have the same issue so do we need the file or can we just comment out the line in the inc file?

TomDude48’s picture

No you don't need that file. you can comment it out or I fixed it in the latest 6.x-1.x-dev commit.

johnhorning’s picture

I have the same error, I believe. I'm using SEO Tools 6.x-1.0-rc6. Here's the error message:
warning: include_once(sites/all/modules/seotools/seotools.google_analytics_api.inc) [function.include-once]: failed to open stream: No such file or directory in /home/rivulcom/drupal-6.26/sites/all/modules/seotools/seotools.admin.inc on line 6.

mattwmc’s picture

Same error

Richard_1618’s picture

same error, commented it out and everything seems to work fine //

technologywon’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Drupal 6 is no longer supported.

b-reid’s picture

I am closing this issue because Drupal 6.x has reached EOL and is no longer supported as of February 26th, 2016.