dleigh
Forum Replies Created
-
The icon text is still there if you do an “inspect” on the page. I’ve just made it transparent.
Exact same issue here. Anyone from Divi Epic/Torque addressing this?
Yeah, I asked him and have not had a response yet. Just asked again. Sorry about the delay.
Thanks!
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Version 1.6.4.6 breaks my Divi shopWe’re currently at 4.27.1 for Divi.
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Version 1.6.4.6 breaks my Divi shopHi,
Thanks for the reply.
The only messages there, which are not from Stripe or about WooCommerce log files expiring, all say:
Empty patterns received from the PTK Pattern Store
Is that, at all, helpful? It seems like it’s more related to WooCommerce directly, based on what I’ve been reading. Other than that I don’t see any other error messages in the WooCommerce status logs.
Forum: Plugins
In reply to: [Divi Torque Lite - Divi Theme and Extra Theme] Login Designer issueOn 4.0.3, I’m not even seeing it anymore.
I’m sorry to say that I did not, and I’ve recently moved the client to another hosting company. Personally, I hope that I don’t ever have to support someone on IONOS again.
Yeah, that’s fine for now. Thanks.
Thank you for your reply. Can you tell me what I gain/lose by using the tracking code instead of the plugin?
Thanks!Forum: Plugins
In reply to: [Popups for Divi] Trigger popup from content output from shortcodeNever mind! Using the plugin which creates the shortcode, I was able to use the JavaScript API and trigger the popup that way using:
DiviArea.show('my-popup-section-id')
and it works great!
Thanks for a great plugin!
Well, like I just said:
In my phpinfo, the disable_functions is empty. Anything that mentions OpCache in the phpinfo output is under the Zend OpCache section that I already posted.
So if there is something else I can check in the phpinfo, I have it all. Just let me know what to look for, please.
So these functions would be listed just as you named them?
opcache_get_status()
andopcache_get_configuration()
Our php.ini is very short:
memory_limit = 1024M
upload_max_filesize = 128M
error_reporting = E_ALL | E_STRICT;
log_errors = On;
display_errors = Off;
error_log = /***/htdocs/php-errors.log;
opcache.file_cache=/***/htdocs/.opcache;
zend_extension=opcache.so;
opcache.enable=1;
opcache.memory_consumption=128;
opcache.interned_strings_buffer=8;
opcache.max_accelerated_files=26000;
opcache.revalidate_freq=180;
opcache.fast_shutdown=0;
opcache.enable_cli=0;
opcache.revalidate_path=0;
opcache.validate_timestamps=1;
opcache.max_file_size=0;
opcache.file_cache_only=1;So there’s no “disable_functions” in there. In my phpinfo, the disable_functions is empty. Anything that mentions OpCache in the phpinfo output is under the Zend OpCache section that I already posted.
IONOS, unfortunately, does not give you a place where you can turn on and off PHP modules, like in cPanel, for instance – at least not on OUR hosting plan. So if I ask their support what to turn on, am I asking them to turn on?
opcache_get_status()
andopcache_get_configuration()
Hello @pierrelannoy,
So the OpCache implementation at my host (IONOS) is Zend. Here’s what phpinfo tells me about the Zend OpCache parameters currently:
Opcode Caching? Up and Running
Optimization? Enabled
SHM Cache? Disabled
File Cache? Enabled
JIT? Disabled
Startup? OK?Directive Local Value Master Value opcache.blacklist_filename no value no value opcache.consistency_checks 0 0 opcache.dups_fix Off Off opcache.enable On On opcache.enable_cli Off Off opcache.enable_file_override Off Off opcache.error_log no value no value opcache.file_cache /***/htdocs/.opcache /***/htdocs/.opcache opcache.file_cache_consistency_checks On On opcache.file_cache_only On On opcache.file_update_protection 2 2 opcache.force_restart_timeout 180 180 opcache.huge_code_pages Off Off opcache.interned_strings_buffer 8 8 opcache.jit tracing tracing opcache.jit_bisect_limit 0 0 opcache.jit_blacklist_root_trace 16 16 opcache.jit_blacklist_side_trace 8 8 opcache.jit_buffer_size 0 0 opcache.jit_debug 0 0 opcache.jit_hot_func 127 127 opcache.jit_hot_loop 64 64 opcache.jit_hot_return 8 8 opcache.jit_hot_side_exit 8 8 opcache.jit_max_exit_counters 8192 8192 opcache.jit_max_loop_unrolls 8 8 opcache.jit_max_polymorphic_calls 2 2 opcache.jit_max_recursive_calls 2 2 opcache.jit_max_recursive_returns 2 2 opcache.jit_max_root_traces 1024 1024 opcache.jit_max_side_traces 128 128 opcache.jit_prof_threshold 0.005 0.005 opcache.lockfile_path /tmp /tmp opcache.log_verbosity_level 1 1 opcache.max_accelerated_files 3000 3000 opcache.max_file_size 0 0 opcache.max_wasted_percentage 5 5 opcache.memory_consumption 32 32 opcache.opt_debug_level 0 0 opcache.optimization_level 0x7FFEBFFF 0x7FFEBFFF opcache.preferred_memory_model no value no value opcache.preload no value no value opcache.preload_user no value no value opcache.protect_memory Off Off opcache.record_warnings Off Off opcache.restrict_api no value no value opcache.revalidate_freq 180 180 opcache.revalidate_path Off Off opcache.save_comments On On opcache.use_cwd On On opcache.validate_permission Off Off opcache.validate_root Off Off opcache.validate_timestamps On On
Other than adjusting the directives for Zend OpCache in the php.ini file, I’m not sure what I can do. Do any of those directives correspond to
opcache_get_status()
andopcache_get_configuration()
?Thanks!
Forum: Plugins
In reply to: [Language Switcher for Transposh] Turn off “special gift” notificationWorks great. Thanks.
Forum: Plugins
In reply to: [Media Library Assistant] Undefined array key “dll” filling up logYeah, the message seems to have disappeared. I didn’t try to do the icon repair until today and it didn’t seem to need it. So, sorry, don’t really have an answer to your question but it all seems good now. Thanks again!