ThemeFuse / Unyson

A WordPress framework that facilitates the development of WP themes
http://unyson.io
924 stars 218 forks source link

Cannot create temporary directory #4206

Open algogenetic opened 2 years ago

algogenetic commented 2 years ago

Running latest versions of Wordpress into Bitnami Stack on AWS Lightsail. Installing Unyson extensions give following errors :

Downloading the "Backup & Demo Content" extension...

Cannot create temporary directory:

Cannot create temporary directory: Return to Extensions page

Can you please help ?

SonerAbay commented 2 years ago

did you solve this? @algogenetic

wkrubon commented 2 years ago

Got the same issue. Any update on this

trevordboyer commented 2 years ago

@SonerAbay @wkrubon Possible duplicate of #4186. Does this solution help at all?

bigjeffuk commented 1 year ago

Same issue, didn't work for me.

Sahu-Ayush commented 1 year ago

I am also facing the same issue form last two months.

Install Compatible Extensions Downloading the "Backup & Demo Content" extension...

Cannot create temporary directory:

Downloading the "Portfolio" extension...

Cannot create temporary directory:

Downloading the "Mega Menu" extension...

Cannot create temporary directory:

Cannot create temporary directory: Cannot create temporary directory: Cannot create temporary directory:

faynercosta commented 1 year ago

Hey guys, I solved the problem.

Just go to the linux's command line, access the config archive using: image

Then find this piece of code: image

Press ' i ' to insert a new line below that one, and write: image

As a result you must have: image

Then just press 'ESC' to stop editing, then :W to save - or write - the code, and lastly :Q to quit the file.

Now you must be able to run it successfully: image