njwp
Forum Replies Created
-
perfect – thanks!!
Forum: Plugins
In reply to: [LiteSpeed Cache] htaccess being corrupted by litespeed plugin updateThanks. I have sent an email with the subject: ‘follow up of ww.wp.xz.cn support topic’ with a link to the files
Forum: Plugins
In reply to: [LiteSpeed Cache] htaccess being corrupted by litespeed plugin updateI’ve clicked on ‘Send to Litespeed’ but I am getting this error:
Failed to request via WordPress: cURL error 28: Operation timed out after 30002 milliseconds with 0 bytes received [server] https://api.quic.cloud [service] wp/report
I can copy the report to a file and load up to a sharing service, if there is somewhere I can send you the link privately
@mauricekpw – thanks
Just got this reply:Our dev team is aware of the issue, and it will be fixed in the next ATE update.
Currently, the workaround is to manually add the closing div tag.
@mauricekpw did you get a reply from WPML?
My issue is the same with invalid closing tags.
For anyone else with this issue I have logged a support request with WPML here (hopefully they can resolve it):
https://wpml.org/forums/topic/updating-translation-causes-issues/Thanks
I haven’t upgraded to WP 6.9 yet. Lots of plugins had compatibility issues with WP 6.9, so I’m checking all my plugins are compatible before I do the update
Forum: Plugins
In reply to: [Smart Slider 3] compatibilitywith WordPress 6.9great! Thanks for your prompt reply
I had to edit the page in the translated language i.e. using WordPress editor not ATE. Quite a few elements showed up as ‘attempt block recovery’, which I clicked on and that seemed to solve most things. I didn’t look at the underlying HTML to see what the issues were, but I did notice one block that had been moved as a child of the block above whereas it was on the same level as the block above in the original language
I’m also having problems with broken layout with pages translated via WPML ATE editor. I haven’t looked into the cause (assuming it was ATE) and have had to fix it by manually editing the translated page
Thanks.
Are you suggesting that the files are being deleted during / after a backup is run, as that is the only log file I see in the diagnostic data. would it be normal for that log to report file deletions? Also the log files are getting deleted along with the backup files.
I was more keen to know under what circumstances files would be deleted by the code. Obviously an uninstall would delete files, and the ‘reset’ option would delete some files. I think the pro version lets you set a max number of backups to keep. I’m not sure if any of the code for that would be in the free version but that would also be somewhere that does files deletes.
I’d just like to get some debug code into functions that do deletes to see if I can pinpoint where in the code it might be happening.
Which functions should I look at?
Unfortunately it is random – so the backups stay there for a while and then after some days (which seems to be random as to how many) I look and some or all of them are deleted. So I can’t really disable plugins for a few days and then wait to see if it happens.
Highly unlikely to be the server if it is only targeting the duplicator files and sometimes only some of them or sometimes the whole folder. No other files on the server are going missing. The installer and log files are deleted as well, so it isn’t something to do with large files sizes for example. Also duplicator has been in use for a long time on this server with no issues
I was hoping you could point me in the direction of a some debugging code I could insert to try to troubleshoot this.
Thanks.
I deleted all files before manually restoring so no logs unfortunately.
Forum: Plugins
In reply to: [WC - APG Weight Shipping] hide shipping labelThanks so much. I’ve used your new filter and it works perfectly
Forum: Plugins
In reply to: [WC - APG Weight Shipping] hide shipping labelexcellent! Thanks so much for your great support
Forum: Plugins
In reply to: [WC - APG Weight Shipping] hide shipping labeloh – and further to this when you used the Woocomerce filter, you used the max priority, so I can’t override it there:
add_filter( 'woocommerce_cart_shipping_method_full_label', 'apg_shipping_icono', PHP_INT_MAX, 2 );