-
Notifications
You must be signed in to change notification settings - Fork 3
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
Problem with WP 6.1 update and 'Link-Library' plugin #146
Comments
Where can I get the QP-theme to test? Is it a free or paid theme? |
I have not seen any feedback from you on this issue. Where can I get a copy of this theme to test? If it's a home-grown or paid theme, then the next thing would be to enable the site's WP_DEBUG feature and see what types of errors are generated by your site. |
@ylefebvre Sorry, haven't seen your reply. The quartiersplattform theme is free, simply clone I tried again today, updated to WP 6.1.1 and got the same "page unavailable" error again when enabling "link library" ;( Together with that I got a whole lotta of these: I got it solved with commenting line 3328 in functions.php: After that the site is working again with "link library" enabled and the mentioned Warning is gone. Translations do not work anymore after commenting There seems something broken with translations here, as #147 & #148 show. So, @ylefebvre, it seems not to be a problem with your plugin, alas it is triggering it. |
Very odd. The only time that Link Library does anything related to locale is by using @setlocale but this only happens when you're saving your library settings. So I really don't understand why this is causing a problem. Did you have any luck contacting the author of the quartiersplattform theme? |
Yes, this is the github belonging to Quartiersplattform theme :-) |
My bad. I did not see that. But I also don't see any resolution here since you posted back in March. Is the conflict still present or the issue was just not closed? |
I've got a problem with**:** WP 6.1 + Quartiersplattfrom theme + Link Library plugin
My website wasn't available at the root address since automatic update to WP 6.1 (deactivated automatic updates now). Pages like example.com/projekte or example.com/login were working, but not just example.com
Tried plugin with different themes => all working fine
Tried QP-theme without plugin => all working fine, but no link list (because deactivated)
Tried downgrading WP to 6.0.3 => QP-theme + Link Library working fine again.
Something changed with WP 6.1 rendering a 'Bad Gateway' (502) error.
Enabling wordpress' debug doesn't show anything
The text was updated successfully, but these errors were encountered: