K2PIA Japan Networks
Forum Replies Created
-
As for the earlier matter, I no longer get the error. perhaps it is due to the cache.Thank you for your support! Thank you for your support. We look forward to working with you in the future.
Thank you for providing the corrected version.
The error was resolved after activation.However, an error occurred during the setup, and after checking in debug mode, the entire site became inoperable with the following message.
Fatal error: Cannot declare class AIOS_Abstracted_Ids, because the name is already in use in?/home/********/public_html/***.*****.***/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-abstract-ids.php?on line?11
Notice: Function is_embed was incorrectly called. Conditional query tags do not work before the query is executed. Before that, it always returns false. See ?Debugging WordPress for more information. (This message was added in version 3.1.0) in?/home/********/public_html/***.*****.***/wp-includes/functions.php?on line?5857
Notice: Function is_search was incorrectly called. The conditional query tag does not work before the query is executed. Before that, it always returns false. See ?Debugging WordPress for more information. (This message was added in version 3.1.0) in?/home/********/public_html/***.*****.***/wp-includes/functions.php?on line?5857
A critical error has occurred at this site.
Perhaps the unbootable error has been resolved, but it may remain without complete removal. Thank you again for your time and help.
I too cannot see the color palette on the right side. It appears to be hidden in the background and I cannot select it at all.
By the way, I am using it in a PC environment. Therefore, I think this is a device-independent glitch.Sorry for the delay.
The newly released 2.22.2 has been tested and found to be working properly.
Thank you for your response.We have prepared a test page so that you can use it to check the operation.
https://www.k2pia.mixh.jp/archives/48
This page shows multiple carousels and LightBoxes in action.
Thank you very much.
Using the version that was uploaded on GitHub, it worked fine with multiple carousels.
However, there still seems to be a bug, and the problem occurs when I run it with the LightBox function turned on.
Nevertheless, I would like to thank all of you who have worked hard to resolve the multiple carousel behavior problems.
I am looking forward to further improvements.Thank you very much.
I have checked what you have written.
Apparently, this may be a bug that has occurred since WordPress 5.9.
You may want to wait for an update to WordPress itself and see what happens.Thank you very much. I expect it in the future.
Forum: Plugins
In reply to: [WordPress Ping Optimizer] PHP 7.2 Error in the log filesHello.
There is a temporary way to avoid errors.
The 533th line of cbnet-ping-optimizer.php is as follows.$pingCount=count($this->cbnetpo_future_pings);
We will rewrite this to the following contents.
$pingCount = $this->cbnetpo_future_pings ? count( $this->cbnetpo_future_pings ) : 0;
Why do not you check it in this state?
Since there are many reports of similar trouble, we urge the plug-in producer to respond quickly.Forum: Plugins
In reply to: [Count per Day] Error occurred in CPD v3.6I updated to CPD v3.6.1 now.
There is no error message and it operates normally.
I appreciate the immediate response.
Thank you very much for everyone involved in plug-in production.