carlcs
Forum Replies Created
-
hi @gabhelper
i’m accessing the wp dashboard via the administrator role. using the plugin, i switch to a non administrator role
hi @vmarko i have confirmed that the file permission is set to 644. As for the settings, any setting that would have to be written to the .htaccess file like the browser cache setting “Expires header lifetime:” for media or the “Add CORS header” setting under CDN
Forum: Plugins
In reply to: [Send Emails with Mandrill] warning filling log due to use of contextual_helpi also found others where this came up
https://www.ads-software.com/support/topic/wp-5-4-php-deprecated-contextual_help/
https://kriesi.at/support/topic/error-after-wordpress-update-2/and others. hoping you could update the plugin soon. thanks
strange. the file is there but it’s reported as missing. i’m not sure though why that’s the case. i’m wondering if it’s a temporary discussion of an instance from the shared volume where the cache is stored
i wasn’t able to check earlier when it was reported missing but now the file is there. when i reported earlier, the file was indeed missing. i will observe further. the warning comes up quite sparsely like once every couple of hours so i’m no sure if there’s a deletion and recreation of the file along the way or something
Hi
sorry for the very late reply. I only had time now to try it out. unfortunately, i’m still getting the same error
file_get_contents(/home/web_user/public_html/wp-content/cache/autoptimize/js/autoptimize_d41d8cd98f00b204e9800998ecf8427e.js): failed to open stream: No such file or directory
he full trace is
E_WARNING: file_get_contents(/home/web_user/public_html/wp-content/cache/autoptimize/js/autoptimize_d41d8cd98f00b204e9800998ecf8427e.js): failed to open stream: No such file or directory in file_get_contents called at /home/web_user/public_html/wp-content/plugins/autoptimize/classes/autoptimizeCache.php (97) in autoptimizeCache::retrieve called at /home/web_user/public_html/wp-content/plugins/autoptimize/classes/autoptimizeScripts.php (343) in autoptimizeScripts::minify called at /home/web_user/public_html/wp-content/plugins/autoptimize/classes/autoptimizeMain.php (466) in autoptimizeMain::end_buffering called at ? (?) in ob_end_flush called at /home/web_user/public_html/wp-includes/functions.php (4469) in wp_ob_end_flush_all called at /home/web_user/public_html/wp-includes/class-wp-hook.php (288) in WP_Hook::apply_filters called at /home/web_user/public_html/wp-includes/class-wp-hook.php (312) in WP_Hook::do_action called at /home/web_user/public_html/wp-includes/plugin.php (478) in do_action called at /home/web_user/public_html/wp-includes/load.php (947) in shutdown_action_hook called at ? (?)
i did notice it’s always the same file that’s reported not found
thanks
hi. i missed this one but we were dealing with some other issues we encountered so i haven’t had the chance to try it out. will this involve changing the code of autooptimize itself? meaning this snippet won’t be added in to the functions.php file for example but into autooptimize’s code itself?
thanks
Forum: Plugins
In reply to: [Redis Object Cache] igbinary_unserialize_header warning that keeps appearingthanks for the tip. clearing the object cache after removing
define( 'WP_REDIS_IGBINARY', true );
eliminated our previous issues with reverting back to the default serializer. observing for further issues now
Forum: Plugins
In reply to: [Redis Object Cache] igbinary_unserialize_header warning that keeps appearingthank you. i will test when i have an open window for testing
Forum: Plugins
In reply to: [Redis Object Cache] igbinary_unserialize_header warning that keeps appearingalso, how do i use the default serializer? just remove this line?
define( 'WP_REDIS_IGBINARY', true );
i removed just that line before and it crashed our site. so i should remove that line, clear the redis object cache via command line, then try again?
thanks
Forum: Plugins
In reply to: [Redis Object Cache] igbinary_unserialize_header warning that keeps appearingthank you
although i think for now, we’ll probably forgo using this. We had an issue in Woocommerce processing refunds that disappeared when this was removed
thanks
i’m trying out the demo. so are those export under the “Scheduled jobs” tab? where does the output go? also, can it be run on demand and we’ll check if there’s output generated every now and then?
thank you. will try that. does it have a development license? we want to also have it in our staging site
thanks
would it matter what our setup is? our setup is in AWS with a load balancer at the front to direct traffic to different web application server clones to handle the load. the cache folder was setup as a shared folder using EFS so that the different clones cache share the same cache. the clones also contain the same filter code you mentioned above.
thanks
it came up again very soon after unfortunately. i disabled it for now