Website URL
https://briansnews.great-site.net/
Error Message
“Missing a temporary folder”
Other Information
Occurs whenever I try to upload media to my website, installing plugins, updating my website in customizer.
Has only started today. If it helps, I recently deleted a staging install of this website.
This started happening to me today too. I even made a new website under infinityfree but it has the same issue as well. I’m guessing it’s a infinityfree-wide issue.
Yeah. Unfortunate. I had just revamped my whole site, ahaha.
Try this @anon69527879 @anon5763767
Ok, with that additional information, please try the following:
I highly recommend you make a backup of your site before making these changes
Open the online file manager (You can modify the file offline and rehollad if you wish as well)
Locate your wp-config.php file
At the END of the file, paste the following code:
define('WP_TEMP_DIR', dirname(__FILE__) .'/wp-content/temp/');
Save and close the file, then open the “wp-content” folder
Create a new folder (Inside the “wp-cont…
I have tried this fix already. It did not work and caused my website to display a white page when I added the code to the wp-config file.
I’ve done this, and checked the perms of the wp-content folder too. It unfortunately still doesn’t work
“Installation failed: Download failed. fopen(/tmp/wordpress-seo.21.5-bUzacQ.tmp): Failed to open stream: No such file or directory”
When I try to install any plugin
Hey. I’m facing the same issue. Has it been fixed or did you find a solution?
Any idea when it will be fixed?
Herbert
November 23, 2023, 8:14am
11
Sorry i have no idea when will it be fixed, please be patient about it.
noverio
November 23, 2023, 9:19am
12
i can install plugin with this code on wp-config.php , paste this code at end of the file. but it can’t upload any media. no idea.
/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
define( 'WP_TEMP_DIR', ABSPATH . '/wp-content/temp/') ;
and then add folder in wp-content with name temp , change the permission folder to 755
Herbert
November 23, 2023, 11:26am
15
You shouldn’t have done that; always check the forums to be sure whether it’s an issue with you or with the system.