Not sure if this is the correct place for this, but I get the following error when I upgrade to the latest version of the bootstrap theme on Drupal 7:
"Catchable fatal error: Argument 3 passed to Drupal\bootstrap\Backport\Plugin\Provider\ProviderBase::cacheGet() must be an instance of Drupal\bootstrap\Backport\Plugin\Provider\callable, instance of Closure given"
Can you help?
Comments
Comment #2
markhalliwellFWIW, this is because you're running PHP 5.3. I highly recommend, at a minimum, upgrading to PHP 5.6. Preferably, you should upgrade to PHP 7.2 though as PHP 5 is technically EOL (https://www.php.net/supported-versions.php).
Comment #4
markhalliwellComment #5
KeithStewart commentedThanks Mark. We are fully aware of the issues of running PHP 5.3, but it is not something we can solve easily unfortunately. Your help with this issue is much appreciated.
Comment #6
KeithStewart commentedStill getting an error:
"Fatal error: Call to protected method Drupal\bootstrap\Backport\Plugin\Provider\JsDelivr::discoverCdnAssets() from context ''"
Comment #7
markhalliwellPlease open a separate issue. This one has been fixed.
Also, when providing errors, it's helpful to include the line number and what invoked it.