yydevelopment
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Empty css and javascript filesIn addition to my last message i was able to find you another on litespeed server
The report number was WMKYSMEY
And this is the file that was created
[1] => Array
(
[name] => 8845a2429508153631ebd96e6260947a.css
[size_in_kb] => 0
[path] => /home/yydevel1/my-websites/kweb.co.il/wp-content/litespeed/css//8845a2429508153631ebd96e6260947a.css
)Forum: Plugins
In reply to: [LiteSpeed Cache] Empty css and javascript filesHi sure, i have one from today but the downside is that that is not lightspeed serverif that make any changes (but it happen a lot of litespeed server i have as well)?
The log number is: YVRHUYBY
Looking now at my logs it seems like most empty files are javascript and not css. Is that something that also might cause problem or just css?
This is the file that was created empty:
[4] => Array
(
[name] => 8845a2429508153631ebd96e6260947a.css
[size_in_kb] => 0
[path] => /home/fuchs-design_co_il/htdocs/http://www.fuchs-design.co.il/wp-content/litespeed/css//8845a2429508153631ebd96e6260947a.css
)Hope that helps,
Forum: Plugins
In reply to: [LiteSpeed Cache] Empty css and javascript filesMost of the files are not empty but let say out of 10 one is empty and that mean there is a page that won’t load correctly.
There should be some kind of safe check to detect if the files are empty. At the moment, as far as I know, there are no PHP errors indicating the problem, but it happens a lot when it’s tested on 40 websites.
Forum: Plugins
In reply to: [LiteSpeed Cache] Litespeed break the website design (randomly)This was one of the cases (only happen on one site) and yes there as only .css without the file name.
The more common problem was having the duplicate css (each css code was twice) and when the file size was about 10-30kb and it didn’t worked as well.
- This reply was modified 1 year, 11 months ago by yydevelopment.
Hi thanks for the reply, i will check that when i get a chance.
But up until few days ago i didn’t get a people contacting me about the problem so it might be worth checking if something changed on your side as well.
Other than that from what i understand people see empty gray page when trying to improt.
So if the case is system requirements it might save you some time if instead of empy page you will show some kind of alert that the server not support the plugin.
Other then that thanks for the great plugin.
Forum: Plugins
In reply to: [Tag Manager - Header, Body And Footer] Won’t Insert Body CodeHi, it’s possible that your theme not support wp_body_open tag.
If that the case it might be best to try other plugin instead.
Forum: Plugins
In reply to: [WPvivid — Backup, Migration & Staging] One zip file with all sites folderAlso, it seems like the database backup file size is about 19mb when normal export size is 100mb.
Is that vaild database file i can restore even without your plugin? or when i make a backup on your plugin i can only restore it with your plugin?
Forum: Reviews
In reply to: [Tag Manager - Header, Body And Footer] ADMIN NOTICES WON’T GO AWAYI just checked it and it work well for me,
It seems like for some reason the css code and javascript don’t work with the alert because you don’t see the regular design it sould show.
It’s possible something clashes on your side with the code, i might check it more if i get more people with the same problem but you should try different plugin instead.
Forum: Reviews
In reply to: [Tag Manager - Header, Body And Footer] ADMIN NOTICES WON’T GO AWAYYou have in the image you send a button saying “never show this image again” did you clicked on that button?
Forum: Reviews
In reply to: [Tag Manager - Header, Body And Footer] ADMIN NOTICES WON’T GO AWAYHi, there should be close button and another button that allow you to choose don’t show the message again.
Can you share a screenshot of what you see?
Forum: Plugins
In reply to: [LiteSpeed Cache] Four crons running every minuteI was finaly able to find this code to force your crons to stop
add_action('init', function() { if( wp_next_scheduled('litespeed_task_avatar') ) { $timestamp = wp_next_scheduled('litespeed_task_avatar'); wp_unschedule_event($timestamp, 'litespeed_task_avatar'); } // if( wp_next_scheduled('litespeed_task_avatar') ) { }); // add_action('init', function() {Forum: Plugins
In reply to: [LiteSpeed Cache] Four crons running every minuteThank you, i am trying to remove all your crons but it seems very messy.
For starter in some cases even if i remove the cron from the settings it doesn’t work and i need to turn the option on and off few times and then something it fixes the problem.
Second, when i update the plugin even if i turned off the crons they come back on and i need to turn things off and on again.
Third it seems like i can’t cancel the cron even with code.
$timestamp = wp_next_scheduled( ‘litespeed_task_vpi’ );
wp_unschedule_event( $timestamp, ‘litespeed_task_vpi’ );Thsi code allow me to remove any one crons on the website, but it doesn’t work on your crons and i tried other codes as well.
Is there a way to force your plugin to not load any crons on your site with code?
Thanks for your help
Forum: Plugins
In reply to: [LiteSpeed Cache] Four crons running every minuteHey, thanks but it seeems like i have to reduce the cron or move hosting (which i might do).
Any chance i can read or understand somewhere what the cron do?
Forum: Plugins
In reply to: [Tag Manager - Header, Body And Footer] Not compatible with Elementor ProThe problem was fixed if “Check this if your theme supports wp_body_open action” is selected.
Forum: Plugins
In reply to: [LiteSpeed Cache] Plugin break the site css from time to timeHi Again, i don’t know if the post is still active but this happened again.
This time i saw this error code and my site broke again
[01-Dec-2023 21:24:53 Asia/Jerusalem] PHP Fatal error: Uncaught Error: Class ‘Elementor\Core\Experiments\Manager’ not found in /home/yydevel3/my-websites/domain.co.il/wp-content/plugins/elementor/includes/plugin.php:706
Stack trace: 0 /home/yydevel3/my-websites/domain.co.il/wp-content/plugins/elementor/includes/plugin.php(647): Elementor\Plugin->init_components() 1 /home/yydevel3/my-websites/domain.co.il/wp-includes/class-wp-hook.php(324): Elementor\Plugin->init(”) 2 /home/yydevel3/my-websites/domain.co.il/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) 3 /home/yydevel3/my-websites/domain.co.il/wp-includes/plugin.php(517): WP_Hook->do_action(Array) 4 /home/yydevel3/my-websites/domain.co.il/wp-settings.php(643): do_action(‘init’) 5 /home/yydevel3/my-websites/domain.co.il/wp-config.php(93): require_once(‘/home/yydevel3/…’) 6 /home/yydevel3/my-websites/domain.co.il/wp-load.php(50): require_once(‘/home/yydevel3/…’) 7 /home/yydevel3/my-websites/domain.co.il/wp-cron.php(46): require_once( in /home/yydevel3/my-websites/domain.co.il/wp-content/plugins/elementor/includes/plugin.php on line 706[02-Dec-2023 19:05:16 Asia/Jerusalem] WordPress database error Duplicate entry ‘d6a8a496eca04c9e02200f9262caa135’ for key ‘wp_litespeed_avatar.md5’ for query INSERT INTO
wp_litespeed_avatarSET url=’https://secure.gravatar.com/avatar/20eabcdd538eb3fd8a4f481c06d37a93?s=96&d=identicon&r=g’, md5=’d6a8a496eca04c9e02200f9262caa135′, dateline=1701536716 made by do_action_ref_array(‘litespeed_task_avatar’), WP_Hook->do_action, WP_Hook->apply_filters, LiteSpeed\Avatar::cron, LiteSpeed\Avatar->_generate
[02-Dec-2023 19:05:16 Asia/Jerusalem] WordPress database error Duplicate entry ’50b4ccdbc8f5ef0e44c494afcbc503fe’ for key ‘wp_litespeed_avatar.md5’ for query INSERT INTOwp_litespeed_avatarSET url=’https://secure.gravatar.com/avatar/20eabcdd538eb3fd8a4f481c06d37a93?s=48&d=identicon&r=g’, md5=’50b4ccdbc8f5ef0e44c494afcbc503fe’, dateline=1701536716 made by do_action_ref_array(‘litespeed_task_avatar’), WP_Hook->do_action, WP_Hook->apply_filters, LiteSpeed\Avatar::cron, LiteSpeed\Avatar->_generate
[02-Dec-2023 19:05:17 Asia/Jerusalem] WordPress database error Duplicate entry ‘396e2e7da03d9d42398e826b53b6752d’ for key ‘wp_litespeed_avatar.md5’ for query INSERT INTOwp_litespeed_avatarSET url=’https://secure.gravatar.com/avatar/b9b6aab1e9e1ff11dd008ed450b9a78b?s=55&d=identicon&r=g’, md5=’396e2e7da03d9d42398e826b53b6752d’, dateline=1701536717 made by do_action_ref_array(‘litespeed_task_avatar’), WP_Hook->do_action, WP_Hook->apply_filters, LiteSpeed\Avatar::cron, LiteSpeed\Avatar->_generate
[02-Dec-2023 19:05:17 Asia/Jerusalem] WordPress database error Duplicate entry ‘958d69e4e667ae8cd2cb9529b7db3a0f’ for key ‘wp_litespeed_avatar.md5’ for query INSERT INTOwp_litespeed_avatarSET url=’https://secure.gravatar.com/avatar/b9b6aab1e9e1ff11dd008ed450b9a78b?s=110&d=identicon&r=g’, md5=’958d69e4e667ae8cd2cb9529b7db3a0f’, dateline=1701536717 made by do_action_ref_array(‘litespeed_task_avatar’), WP_Hook->do_action, WP_Hook->apply_filters, LiteSpeed\Avatar::cron, LiteSpeed\Avatar->_generate