wpdamn
Forum Replies Created
-
Hi @miloss84 Disabling the OMGF plugin worked, and the fonts started showing properly. Any idea why OMGF is causing this? I will ask the OMGF support as well, but please let me know if you guys have any idea?
Forum: Fixing WordPress
In reply to: Post rendering stops when a Unicode character is encounteredMy bad, missed those questions.
I am using the Gutenberg block editor
Site Health says “Good” with the following recommendations –
– The scheduled event, rocket_preload_process_pending, failed to run.
– Your website does not send all recommended security headers.Here’s the data from Site Health > Info > Database:
Extension mysqli
Server version 10.3.22-MariaDB
Client version mysqlnd 7.4.28
Database username optimist_wpt
Database host 127.0.0.1
Database name optimist_testo
Table prefix wp_
Database charset latin1
Database collation utf8mb4_general_ci
Max allowed packet size 268435456
Max connections number 300
Please let me know if you need anything else.- This reply was modified 1 year, 5 months ago by wpdamn.
Forum: Fixing WordPress
In reply to: Post rendering stops when a Unicode character is encounteredHi, I had a backup, and fortunately changing the character set did not break anything.
Here are the details you asked for:
WordPress Version 6.2.2
Server type: MariaDB
Server version: 10.3.22-MariaDB – MariaDB Server
Protocol version: 10
Server charset: cp1252 West European (latin1)
Database client version: libmysql – mysqlnd 8.1.16
PHP extension: mysqli
PHP version: 8.1.16Forum: Fixing WordPress
In reply to: Custom Index.php (Not static homepage)Update: This seems to do the trick –
RewriteRule ^$ custom.php [L,QSA,NC]Would this break anything?