Forums
(@teddert)
1 year, 9 months ago
I temporarily prescribed the settings upload_tmp_dir in the configuration file of the site – everything is working again.
Now I will wait for the plugin update which will use the parameter WP_TEMP_DIR
Many thanks to the developer!
Thank you very much. Yeah, I didn’t run into this problem either until I switched to a VPS server…Now many of the settings for each site must be prescribed independently.Thanks again for your patient answers!
Why isn’t the WP_TEMP_DIR standard for WordPress used? So without editing the server settings for each site personally – you can not use the plugin?
Thank you for your support
What parameter PHP does your plugin look at that can be forced into wp-config.php to specify the temporary directory?
The code below doesn’t help…
define( 'WP_TEMP_DIR', dirname(__FILE__) . '/tmp/' );