philippwidmer
Forum Replies Created
-
I’m actually having the same problem. It works with PHP 7.3 but no emails with PHP 7.4.
Forum: Plugins
In reply to: [LiteSpeed Cache] Index column size too largeThank you very much for the fix.
It works now on my website (LSCWP v2.0).
Forum: Plugins
In reply to: [LiteSpeed Cache] Index column size too largeIf I run your script on phpmyadmin I’m getting the following error:
#1709 – Index column size too large. The maximum column size is 767 bytes.I tried a few things and found out that the problem is related to
optm_statusvarchar(255) NOT NULL DEFAULT ”,I could change this for example to
optm_statusvarchar(128) NOT NULL DEFAULT ”,and then the sql script would run without a problem.
Forum: Plugins
In reply to: [LiteSpeed Cache] Index column size too largeThe charset is utf8mb4_unicode_520_ci, latin1_swedish_ci.
Thanks for your effort.
Forum: Plugins
In reply to: [LiteSpeed Cache] Index column size too largeYes, I’m using the InnoDB engine.
Forum: Plugins
In reply to: [LiteSpeed Cache] Index column size too largeServer Version: 5.6.39-cll-lve – MySQL Community Server (GPL)
Forum: Plugins
In reply to: [LiteSpeed Cache] JS / CSS broke after upgrade to 1.3.1I encountered the same problem.
Quick fix: Deactivated minify (CSS and JS).
Forum: Plugins
In reply to: [Warm Cache] Multisite?On different lines numbers. At the very beginning (line 1) or also a the end.