ThemeFuse / Unyson-Backups-Extension

Backup & Demo Content - This extension lets you create an automated backup schedule, import demo content or even create a demo content archive for migration purposes.
http://manual.unyson.io/en/latest/extension/backups/
10 stars 17 forks source link

"Cannot create temporary directory" Error on my AWS Virtual Server when Installing Demo and Content Extension #62

Open kimrheen18 opened 3 years ago

kimrheen18 commented 3 years ago

Hi!

I can't install the Demo and Content Extension for Unyson plugin. It says " cannot create temporary directory". This error appeared after we migrated to AWS Virtual server.

Unyson ‹ Pharm

Thanks in advance!

JustinGuese commented 2 years ago

had the same, https://stackoverflow.com/questions/68072771/aws-bitnami-unyson-cannot-create-temporary-directory

I am able to fix the error using by adding the line.

define('WP_CONTENT_DIR', realpath(ABSPATH . './wp-content/')); 
under the lines,

if ( ! defined( 'ABSPATH' ) ) { define( 'ABSPATH', __DIR__ . '/' );}
in wp-config.php.

fixed this, but then you'll get the next error that Failed to access Github repository "ThemeFuse/Unyson-Backups-Extension" releases. (cURL error 28: Connection timed out after 5001 milliseconds)

something seems to go massively wrong I guess