awesomemotive / one-click-demo-import

One Click Demo Import plugin
https://www.awesomemotive.com/
195 stars 84 forks source link

PHP Warning in WP CLi #155

Closed HW-Siew closed 4 years ago

HW-Siew commented 6 years ago

Hi, i tried to import demo using wp cli. It shows a warning below.

PHP Warning:  unlink(/tmp/mgym-retina-bku5zA.tmp): No such file or directory in /wp-content/plugins/one-click-demo-import/inc/CustomizerImporter.php on line 
209
Warning: unlink(/tmp/mgym-retina-bku5zA.tmp): No such file or directory in /wp-content/plugins/one-click-demo-import/inc/CustomizerImporter.php on line 209

What is the cause of this?

Thanks for your advice.

capuderg commented 6 years ago

Hi,

it looks like the temp image that is trying to be "side-loaded" is not existing for some reason and can not be deleted with unlink. There was an error of trying to media_handle_sideload and then the clean-up of the temp file failed.

I'm not sure why that is happening for you... Maybe the original image on your server does not exist anymore?

Take care!