- Issue created by @ady1503
- 🇬🇧United Kingdom gMaximus
Pls confirm your version of Drupal.
What did you do when this error was given?
- 🇪🇸Spain ady1503
Versión de Drupal
10.3.1PHP
Versión
8.1.29Path: /system/files/advanced_pwa/icons/android-chrome-512x512.png. Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException: in Drupal\system\FileDownloadController->download() (line 82 of /home/***/public_html/***/web/core/modules/system/src/FileDownloadController.php).
Drupal\Core\File\Exception\DirectoryNotReadyException: The specified file 'temporary://mstile-144x144.png' could not be copied because the destination directory 'public://images' is not properly configured. This may be caused by a problem with file or directory permissions. in Drupal\Core\File\FileSystem->prepareDestination() (line 457 of /home/***/public_html/***/web/core/lib/Drupal/Core/File/FileSystem.php).
Error: Call to a member function getCompleteBaseUrl() on null in Drupal\advanced_pwa\Controller\AdvancedpwaController->advancedpwaGetManifest() (line 190 of /home/***/public_html/***/web/modules/contrib/advanced_pwa/src/Controller/AdvancedpwaController.php).
Warning: Undefined property: Drupal\advanced_pwa\Controller\AdvancedpwaController::$requestContext en Drupal\advanced_pwa\Controller\AdvancedpwaController->advancedpwaGetManifest() (línea 190 de /home/***/public_html/***/web/modules/contrib/advanced_pwa/src/Controller/AdvancedpwaController.php)
- 🇬🇧United Kingdom gMaximus
Thanks for that.
I believe this is related to another issue about using the private file system. The above error suggests that the public:// directory is not set on the website?
I plan to spend 2-3 days on this project starting tomorrow. I think I know what needs tweaking to resolve this.
- Merge request !14Fixed errors relating to the app id on a fresh install before configuring. → (Merged) created by gMaximus
-
gMaximus →
committed 2342b1d4 on 8.x-1.x
Issue #3461174 by gMaximus, ady1503: New install and this error
-
gMaximus →
committed 2342b1d4 on 8.x-1.x
- 🇬🇧United Kingdom gMaximus
I believe part of the errors you gave me was related to the private file system. It is now hardcoded to public. So all is well as long as public is configured. Please test the latest dev and let me know if things work for you now.
- Status changed to Fixed
4 months ago 8:22am 22 July 2024 - 🇬🇧United Kingdom gMaximus
The file system scheme was fixed in the related issue.
Automatically closed - issue fixed for 2 weeks with no activity.