the-djmaze / snappymail

Simple, modern & fast web-based email client
https://snappymail.eu
GNU Affero General Public License v3.0
933 stars 111 forks source link

mkdir(): Permission denied at /var/www/nextcloud/apps/snappymail/app/snappymail/v/2.36.1/setup.php#27 #1565

Closed njscop closed 2 months ago

njscop commented 2 months ago

Describe the bug Nextcloud - v29.0.0.19 fresh install. PHP - 8.3.6 NGINX - 1.25.5

To Reproduce Steps to reproduce the behavior:

  1. Fresh Install Nextcloud
  2. Log into interface
  3. Install APP
  4. Get PHP error : mkdir(): Permission denied at /var/www/nextcloud/apps/snappymail/app/snappymail/v/2.36.1/setup.php#27

Expected behavior Application installs

Screenshots

Please complete the following information:

Debug/logging information error : PHP mkdir(): Permission denied at /var/www/nextcloud/apps/snappymail/app/snappymail/v/2.36.1/setup.php#27

Additional context Nothing to add.

Steps tried: Nextcloud Config : add 'tempdirectory' => '/tmp/nextcloudtemp', + add permissions

The same error.

njscop commented 2 months ago

Other apps installed without issue such as: Calendar, Talk, Colabora, Forms etc

the-djmaze commented 2 months ago

APP_DATA_FOLDER_PATH can't be created.

Check permissions on your nextcloud/data directory.