We have installed the latest version for Drupal 5 and when we when we click on Edit on nodes, we get this error:

user warning: Table 'swwbwei5_wwbd5.xmlsitemap_node' doesn't exist query: SELECT priority_override FROM xmlsitemap_node WHERE nid = 11 in /home/swwbwei5/public_html/includes/database.mysql.inc on line 174.

When saving the node we get the following:

    * user warning: Table 'swwbwei5_wwbd5.xmlsitemap_node' doesn't exist query: SELECT priority_override FROM xmlsitemap_node WHERE nid = 11 in /home/swwbwei5/public_html/includes/database.mysql.inc on line 174.
    * user warning: Table 'swwbwei5_wwbd5.xmlsitemap_node' doesn't exist query: UPDATE xmlsitemap_node xn LEFT JOIN url_alias ua ON ua.src = CONCAT('node/', CAST(xn.nid AS CHAR)) SET xn.pid = ua.pid, xn.previously_changed = xn.last_changed, xn.last_changed = 1268238572, xn.priority_override = NULL WHERE xn.nid = 11 in /home/swwbwei5/public_html/includes/database.mysql.inc on line 174.

Comments

rgracia’s picture

Anyone...?

Anonymous’s picture

Status: Active » Postponed (maintainer needs more info)

What happened during the install process? What errors did you get from the module when the tables should have been created? I don't have Drupal5 any longer. As soon as Drupal7 is released Drupal5 support will end. Is there a reason for you not to upgrade to Drupal6?

rgracia’s picture

I didn't get errors when installing version 5, I can uninstall and reinstall to see what happens. Our site is very large and upgrading to Drupal 6 is not an easy task. We may just create a new site altogether instead. I doubt an upgrade will be a smooth process for us and we don't have the capacity to troubleshoot errors on such large upgrade. I have yet to find an alternative documentation piece that addresses stubborn upgrades. In any case, let me try to uninstall the module and reinstall to see what errors I get. Will post later today. Thanks for responding.

rgracia’s picture

Confirmed: I don't get erros when activating the module. Only when we enable alinks for nodes and then test the term display on the page. The content dissapears and instead we get the following error:

warning: preg_replace() [function.preg-replace]: Empty regular expression in /home/swwbwei5/public_html/sites/all/modules/alinks/alinks.module on line 188.

dave reid’s picture

Category: bug » support
Status: Postponed (maintainer needs more info) » Fixed

That's an issue to be filed against the alinks module then.

rgracia’s picture

Right. Since this issue was created we upgraded the site to drupal 6 and opted for not using either of these modules, so unless the developers are still interested in finding out the problem, this can be closed. Thanks all.

Status: Fixed » Closed (fixed)

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