Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multifield module breaks the settings form for XMLsitemap module #12

Closed
jenlampton opened this issue Sep 4, 2017 · 5 comments
Closed

Comments

@jenlampton
Copy link
Member

jenlampton commented Sep 4, 2017

I know it seems unlikely, but I'm getting a multifield related db error on the xmlsitemap settings form:

PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'multifield.id' in 'where clause': SELECT COUNT(*) AS expression FROM (SELECT 1 AS expression FROM {multifield} multifield WHERE (multifield.id > :db_condition_placeholder_0) AND (multifield.type = :db_condition_placeholder_1) ) subquery; Array ( [:db_condition_placeholder_0] => 0 [:db_condition_placeholder_1] => field_list_items ) in xmlsitemap_get_link_type_indexed_status() (line 962 of backdrop/modules/contrib/xmlsitemap/xmlsitemap.module).

However, disabling the multifield module brought the XMLsitemap admin form back to life.

see related: backdrop-contrib/xmlsitemap#42

@laryn
Copy link
Member

laryn commented Sep 6, 2017

@jenlampton Just curious -- do you/have you ever had both of these installed on a Drupal site together without getting this?

@jenlampton
Copy link
Member Author

I'm not sure! I'll check as I have a few sites using them both together...

@jenlampton
Copy link
Member Author

Yes, I have two Drupal 7 sites running both multifield and xmlsitemap and the settings page for xmlsitemap is still working:
screen shot 2017-09-06 at 6 33 00 pm

@laryn
Copy link
Member

laryn commented Jan 2, 2018

@jenlampton I was just testing this with your latest entity work and can't replicate. Then I swapped out the current release and cleared caches...and still have no problems. Are you still having this issue, and can you replicate on a different server?

@laryn
Copy link
Member

laryn commented Jul 25, 2023

Looks like a fix was also merged in on XML Sitemap so I'll close this here for now. Reopen if there is still an issue.

@laryn laryn closed this as completed Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants