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.
We've set up a website for a customer with purchased Drupal 8 theme 'omni-consultancy'. On the development server things went fine, but on production (a different server, shared hosting, php 5.6.33, fastCGI enabled) we have issues with custom_blocks.
When admin-logged-in-to-drupal and trying a read or edit for the url of any custom block (for example http://site.com/block/60/) the following occurs:
Brand new install. New host, new site, new database, new everything.
Install went through okay, no errors (by installer, or in server logs), but there is no formatting on the site now, and the following errors are thrown in the console.
I'd appreciate any advice, it's incredibly frustrating when a completely fresh install doesn't work.
Drupal 8.4.4 install, everything seems to be working fine, however I look at the Status Report, and I'm told I have 1 error. I look down the page a bit, and I see:
ACCESS TO UPDATE.PHP
Not protected
The update.php script is accessible to everyone without authentication check, which is a security risk. You must change the $settings['update_free_access'] value in your settings.php back to FALSE.
OK, Fine. So I open up my editor, I open up SETTINGS.PHP, and I look through it and I find line 321 says, and I quote:
Please forgive me if this issue has been addressed in a previous post. My organization recently set up a Drupal site which seems to be working OK but anything we post to it shows up twice. You can see what I mean at TCDYC.COM. I have pretty extensive HTML experience but am new to this platform and can't find anything in the settings that could be causing this. Any help would be greatly appreciated.