After a user receives the account confirmation by email and then he clicks the connection link, when he save is password, an error message appears, but it appears also when the user saves his account:

Notice : Undefined index: priority dans xmlsitemap_process_form_link_options() (line 1343 /sites/all/modules/xmlsitemap/xmlsitemap.module).

In configuration I have removed users from the xmlsitemap, so I don't understand this error message.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

zorax created an issue. See original summary.

jacob.embree’s picture

Version: 7.x-2.2 » 7.x-2.x-dev
Issue summary: View changes

Attempted to make the issue description more clear.

I received this error as well on a custom node form where $form['additional_settings']['#access'] is FALSE as is $form['xmlsitemap']['#access']. I have no idea at this point.

jacob.embree’s picture

Status: Active » Needs review
FileSize
597 bytes

This patch skips link processing when the link is empty.

renatog’s picture

Status: Needs review » Reviewed & tested by the community

Hi!

I check and really make sense.

Thank you very much for contributions.

RTBC

  • RenatoG committed 9a06319 on 7.x-2.x authored by jacob.embree
    Issue #2625586 by jacob.embree, zorax, RenatoG: Undefined index:...
renatog’s picture

Status: Reviewed & tested by the community » Fixed

Fixed.

Committed to the dev branh.

Thank you very much.

Regards.

Status: Fixed » Closed (fixed)

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