Update Drupal Debug Hints authored by Tom Wiesing's avatar Tom Wiesing
...@@ -156,8 +156,18 @@ sed -n '/^-- Current Database: `dbname`/,/^-- Current Database: `/p' alldatabase ...@@ -156,8 +156,18 @@ sed -n '/^-- Current Database: `dbname`/,/^-- Current Database: `/p' alldatabase
- replace URIs in Triplestore - replace URIs in Triplestore
- clear `wisski_salz_id2uri` table - clear `wisski_salz_id2uri` table
# Objekte Im Netz Config # Objekte Im Netz
## Here Be Dragons:
- Update to use new theme
- Remove "Field Layout" module
## TODO
- Uninstall Deprecated Modules + Modules
- Remove "Install Profile" settings from all `settings.php`
- Setup "Trusted Host Patterns" as follows:
``` ```
$settings['trusted_host_patterns'] = array('^objekte-im-netz\.fau\.de'); $settings['trusted_host_patterns'] = array('^objekte-im-netz\.fau\.de');
``` ```
\ No newline at end of file