There is an error about a lost javascript file:
warning: file_get_contents(sites/all/modules/xmlsitemap/xmlsitemap.js) [function.file-get-contents]: failed to open stream: No such file or directory in /xxxxx/includes/common.inc on line 2400.

In xmlsitemap.admin.inc (line 347):

'#group' => 'additional_settings',
'#attached' => array(
'js' => array(
'vertical-tabs' => drupal_get_path('module', 'xmlsitemap') . '/xmlsitemap.js',
),
),

Or there is a pending xmlistemap.js or we should delete the #attached definition

CommentFileSizeAuthor
#1 xmlsitemap_vt.patch615 bytesjcmarco
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jcmarco’s picture

Status: Active » Needs review
FileSize
615 bytes
jcmarco’s picture

Issue tags: +vertical tabs
Dave Reid’s picture

Status: Needs review » Fixed

Meh, I just forgot to add the file. :/ Committed it to CVS.

Status: Fixed » Closed (fixed)
Issue tags: -vertical tabs

Automatically closed -- issue fixed for 2 weeks with no activity.