1. we cannot update. I’m assuming due to some permissions issue? Msg is “Update failed: Could not create directory. /www/www/wp-content/upgrade/677ef9364dddd-kMvsQg”, What dir should we set permissions on and what type of permissions should we set?
2. We cannot export. The dumped error is below.
While running BatchRunner::createJob() the following EventEspresso\core\libraries\batch\Helpers\BatchRequestException occurred:
Could not create temporary file for job AeOYSrXZZSiGM0T, because: Could not create temporary file, an unknown error occurred
How are you trying to run the update; are you running the one-click update, or are you updating the files manually? Sometimes, permission to temporary files can be circumvented with manually updating (uploading and activating the new version).
Set Proper Permissions:
– Navigate to your WordPress installation directory via SSH or your hosting control panel.
– Ensure the following permissions:
– wp-content, wp-content/plugins, wp-content/uploads, and wp-content/upgrade directories should have permissions set to 755.
– Files within these directories should have permissions set to 644.