- Issue created by @stomusic
- 🇮🇳India abhishek_virasat
Hello @stomusic, I have applied above patch on local env, issue has fixed working well for me, Moving RTBC++
Sometimes during development or migration, the file list could be overridden a few times in the database.
As a result, when it happens the file with a 404 page disappears and the HTML file for 404 page could still exist the site down with error:
Error: Call to a member function createFileUrl() on null in Drupal\themed_fast_404\ThemedFast404Manager->getStatic404url() (line 50 of modules/contrib/themed_fast_404/src/ThemedFast404Manager.php).
- Setup module
- Remove the Drupal file created for the 404 HTML page
Additional "if" sentence.
Active
1.0
Code
Hello @stomusic, I have applied above patch on local env, issue has fixed working well for me, Moving RTBC++