gygoole
Forum Replies Created
-
The problem was in “/wp-content/cache/” folder. I had nobody:nogroup as owner. It started working when I changed to www-data:www-data. Can this create a security issue now?
All folders are 755. I tried to set the files in cache folder to 777 but the result is the same. So which directory has a permission problem for mkdir?
if (empty($no_cache_because)) { $buffer = apply_filters('wpo_pre_cache_buffer', $buffer, $flags); $url_path = wpo_get_url_path(); $dirs = explode('/', $url_path); $path = WPO_CACHE_FILES_DIR; foreach ($dirs as $dir) { if (!empty($dir)) { $path .= '/' . $dir; if (!file_exists($path)) { if (!mkdir($path)) { $no_cache_because[] = __('Attempt to create subfolder within cache dire> break; } } } } }
- This reply was modified 9 months, 1 week ago by gygoole.
It shows also on my server:
Incompatible with ‘High-Performance order storage’
Forum: Plugins
In reply to: [WooCommerce] Place Order not working on all Woo Shops on VPSSuddenly, an hour after I sent this message, all works!?
I did not try to fix it since then.
The only thing I was working on since the message was sent was a problematic messages in Apache error log:
postdrop: warning: mail_queue_enter: create file maildrop/782779.13678: Permission denied
I changed some permissions on /var/spool/postfix – following a procedure from here: https://linux.m2osw.com/ – nothing else…!
Should I be happy that it works?
- This reply was modified 4 years, 7 months ago by gygoole.