Millszola
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7 Database Addon - CFDB7] Save only one form?Hi Arshid, is there a specific plugin that could perform this task or do you mean custom editing of your plugin? Thanks
A little update if it helps, because I have limited access and the site was set up by previous developer I have gone for your idea of a cron job to change the ownership run at the start of each month, however have set it to focus only on the uploads directory eg
30 01 01 * * chown -R nginx:nginx /sites/vhosts/blog/public_html/wp-content/uploads/ > /dev/null 2>&1
Thanks
Thank you for this. Having checked the cron jobs I believe I have found the issue, not sure if this will be the same for you.
The job is set up as a root cron job eg
*/5 * * * * /user/local/bin/wp cron event run –due-now –allow-root –path=/This is also the script that generates the month folder and thus uses the user root
So I need to change this to nginx.
Not something I’ve done before so finger crossed!Also found this article which helped me
https://wordpress.stackexchange.com/questions/231523/wordpress-monthly-upload-directory-owner-set-to-root- This reply was modified 4 years, 3 months ago by Millszola.
would you be able to share the cron job solution please?
Hi, mindemon, did you find a solution to this?
I have the exact same issue!Forum: Plugins
In reply to: [Cyclone Slider] Sliders stop working whilst in SSLSorry wrong slider version
Forum: Plugins
In reply to: [Job Manager] Removing of wordpress formattingHi, any ideas on why this may happen?
I have tried archiving all the Jobs and this fixed the new page however as soon as I set them live again the page formatting is removed again.