New install and this error.

Created on 13 July 2024, 3 months ago
Updated 5 August 2024, about 2 months ago

Problem/Motivation

Warning: foreach() argument must be of type array|object, string given in Drupal\advanced_pwa\Form\ManifestConfigurationForm->submitForm() (line 445 of modules/contrib/advanced_pwa/src/Form/ManifestConfigurationForm.php).

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Fixed

Version

1.71

Component

Code

Created by

🇪🇸Spain ady1503

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

  • 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.1

    PHP
    Versión
    8.1.29

    Path: /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.

    • gMaximus committed 2342b1d4 on 8.x-1.x
      Issue #3461174 by gMaximus, ady1503: New install and this error
      
  • 🇬🇧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 2 months ago
  • 🇬🇧United Kingdom gMaximus

    The file system scheme was fixed in the related issue.

  • 🇬🇧United Kingdom gMaximus
  • Automatically closed - issue fixed for 2 weeks with no activity.

Production build 0.71.5 2024