1. Upload the Theme Again Used
If you still have the theme files, which have not been modified or has been modified but you know can still run well then upload the file again to the drupal installation file and try running your website. Usually this will help. However, if you do not have them then the following is worth a try.
2. Fix Through Drush
If your webhost supports drushmaka you can use the commands following druh
I'm a beginner with drupal/wamp and i don't speak english. Sorry.
Wamp is ok. Drupal too. But if i install a module, (admin toolbar, webform,....) A fatal error message appear:
Fatal error: Cannot instantiate interface Drupal\Core\Cache\CacheBackendInterface in C:\wamp64\www\drupal\core\lib\Drupal\Component\DependencyInjection\Container.php on line 268
I am using the feeds (https://www.drupal.org/project/feeds) module to upload CSV for creating new nodes. The upload is done on the page http://www.mysite.com/import. On this page there are two dropdown options, i.e. Delimiter and File Encoding, as shown in following image:
Hi, I have taken over support for one smaller site and they have ridiculously weak passwords and were under attack for several times. We have changed all passwords but I am not sure how to change DB password in Drupal.
I know that the password is stored in sites/default/settings.php but it is in some hash form and I do not know how to convert my password to the hash form.
I found some answers to run
php scripts/password-hash.sh 'myPassword'
but as I have no CLI access to the site, I do not know how to do this. Any suggestions?
Thank you