-
Notifications
You must be signed in to change notification settings - Fork 4
Common Errors
SPO edited this page Aug 11, 2017
·
24 revisions
Upload fails when trying to create a package
First make sure PHP has been configured to allow upload of large enough files.
In Apache running on a systemd-enabled server, temporary files are not created in /tmp. Make the following changes:
sed -i 's/PrivateTmp=true/PrivateTmp=false/' /lib/systemd/system/apache2.service systemctl daemon-reload systemctl restart apache2
Check in /var/log/apache2/error.log for any errors.