Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I have a form that puts data directly into a mysql table and another page that simply shows the mysql table as an html table. When logged in as admin, everything works perfectly. When logged is as only an authenticated user, when I submit the form, the mysql table is updated, but the html table does not update. The authenticated user still see the old html table even though their new information was submitted correctly to the mysql table. The only way to get the authenticated user to see the changes is to clear all caches.
The Drupal core search form block breaks(fails to submit) sporadically.
Here is the background.
The site is a Drupal 8.0.5 multi-site.
I have the default search form block in the header and it works fine most of the time. But, nearly randomly, it breaks. And by that I mean you can type in search words, but the form will not submit. Pushing enter or clicking search submit gets no response.