Ebeldev
Ebeldev
@rfay Hi Randy, thanks for your reply. .. Well I just want to set the WP Debug correctly when DDev start. As well I wanted to to know if that's...
I did try from ddev ssh ddev ssh wp config set WP_DEBUG_LOG true Error: Could not process the 'wp-config.php' transformation. Reason: Unable to locate placement anchor. or wp config set...
I just added this to the config file : /* That's all, stop editing! and run directly in my terminal not even in ddev ssh. wp config set WP_DEBUG_LOG true...
But using wp config set with the pre-start hook does not work. If the special line is added in the config file then all other config will be written in...
I try using the --anchor argument it does work. But It would need a special comment like : //customconfigsettings in the wp-config file that is generated by ddev. Then use...
It would be neat if this could work.
I'm on a fresh install Mac Intel on Monterey 12.4 I just install DBNGIN and TablePlus is not able to connect to db. This is the error: 2022-06-17T11:19:13.091797Z 0 [System]...
2022-06-17T03:05:39.536426Z 0 [System] [MY-010116] [Server] /Users/Shared/DBngin/mysql/8.0.27/bin/mysqld (mysqld 8.0.27) starting as process 24320 2022-06-17T03:05:39.538955Z 0 [Warning] [MY-010159] [Server] Setting lower_case_table_names=2 because file system for /Users/mac-dw-eti/Library/Application Support/com.tinyapp.DBngin/Engines/mysql/C8EB2F85-7BC6-4E63-86AE-6E872BB1A9B6/ is case insensitive 2022-06-17T03:05:39.539864Z 0...
I was able to create and connect with mysql 5.7.23. But with mysql version 8.0.19 and mysql 8.0.27, I can't connect.
@huyphams No I do not have any custom config.