Closed (fixed)
Project:
XML sitemap
Version:
6.x-1.x-dev
Component:
xmlsitemap_node
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
7 Aug 2008 at 16:38 UTC
Updated:
1 Dec 2008 at 04:32 UTC
When I go to the front page of my web site, I get the following message error in Drupal reports:
Undefined property: page_type in /home/avpnet/public_html/sites/all/modules/xmlsitemap/xmlsitemap_node/xmlsitemap_node.module on line 416.
I am using PHP 4.4.6, and MySQL 4.1.22.
Comments
Comment #1
avpadernoThe error is in the implementation of
hook_views_query_alter(), which contains the following code:I checked the code of the Views module (
views/includes/view.inc), but there isn't such property.If there is anybody who can help on this, any help is really appreciated.
Comment #2
avpadernoThis happens because the integration with Views has not been update. Like it is now, it is completely wrong.
Comment #3
avpadernoWould not it better to remove the buggy integration with Views?
Comment #4
avpadernoFixed in 6.x-1.x-dev; the integration with Views has been temporary removed.