guestofhonor
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] PHP Fatal error: require_onceactually it’s as i said earlier.
I have 700,000 posts, the error will start showing after indexing more than 300,000 or so.
Forum: Plugins
In reply to: [LiteSpeed Cache] PHP Fatal error: require_onceyes
please note that i have around 700,000 post
- This reply was modified 1 year, 10 months ago by guestofhonor.
Forum: Plugins
In reply to: [LiteSpeed Cache] PHP Fatal error: require_oncethis happens when i use site analytics of rankmath plugin
Forum: Plugins
In reply to: [LiteSpeed Cache] PHP Fatal error: require_onceand this
[25-Apr-2023 18:21:36 UTC] PHP Fatal error: explode(): Cannot use output buffering in output buffering display handlers in /public_html/wp-content/plugins/litespeed-cache/autoload.php on line 22
and another error
PHP Fatal error: explode(): Cannot use output buffering in output buffering display handlers in /public_html/wp-content/plugins/litespeed-cache/autoload.php on line 22
please note that i’m getting these errors while using rankmath SEO backend
Thanks
no i didn’t
i have disabled ESI to check.
Now i’m getting the following error
PHP Fatal error: require_once(): Cannot use output buffering in output buffering display handlers in /public_html/wp-content/plugins/litespeed-cache/src/metabox.cls.php on line 1
- This reply was modified 1 year, 11 months ago by guestofhonor.
Forum: Plugins
In reply to: [LiteSpeed Cache] Destroy All Image DataI did it manually using SQL but you need to fix it in the next release
Thanks
Forum: Plugins
In reply to: [LiteSpeed Cache] Destroy All Image DataThis is the correct SQL command
“CREATE TABLExxxx_litespeed_img_optm
(
id
bigint(20) UNSIGNED NOT NULL,
post_id
bigint(20) UNSIGNED NOT NULL DEFAULT 0,
optm_status
tinyint(4) NOT NULL DEFAULT 0,
src
varchar(1000) NOT NULL DEFAULT ”,
server_info
text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;”- This reply was modified 2 years, 3 months ago by guestofhonor.
- This reply was modified 2 years, 3 months ago by guestofhonor.
Forum: Plugins
In reply to: [LiteSpeed Cache] Destroy All Image DataI really need this fixed ASAP
Thanks
Forum: Plugins
In reply to: [LiteSpeed Cache] Destroy All Image DataServer version 10.5.18-MariaDB
Client version 10.5.17-MariaDB
Database charset utf8mb4
Database collation utf8mb4_unicode_520_ci- This reply was modified 2 years, 3 months ago by guestofhonor.
- This reply was modified 2 years, 3 months ago by guestofhonor.
Forum: Plugins
In reply to: [LiteSpeed Cache] Some images on your page have no alt attribute.I think you have compatibility issue with Betheme even without using the theme image lazyload, if i disable your plugin lazyload everything will be ok
Forum: Plugins
In reply to: [LiteSpeed Cache] Some images on your page have no alt attribute.No!
I have checked 3 of my websites and they all don’t show ALT- This reply was modified 2 years, 3 months ago by guestofhonor.
Forum: Plugins
In reply to: [LiteSpeed Cache] Some images on your page have no alt attribute.if i check it using dev tools it will show ALT and when i check the page source it will not show the ALT which means that it doesn’t place the ALT tag except after the loading of JS
Forum: Plugins
In reply to: [LiteSpeed Cache] Some images on your page have no alt attribute.I have tested on another website and the result is still the same
you can check https://vets24.aeForum: Plugins
In reply to: [LiteSpeed Cache] Some images on your page have no alt attribute.Thanks