- π―π΅Japan ilfelice
Howdy,
I have a similar problem where 'drush updb' throws the following error message:
[error] /public://asset_injector/ should have write access. (Currently using Asset Injector Directory not writable
I have verified that the 'asset_injector' directory is in fact writable.
I have moved the public files directory using "$settings['file_public_path']" in settings.php.
I have also configured the assets directory using "$settings['file_assets_path']" in settings.php[1], but this module does not seem to respect this setting.
I wonder if these directory related configurations in settings.php have anything to do with this error message being displayed.
Sharing just in case somebody else is in the same situation.