remics New Member Dec 6, 2021 #1 Dec 6, 2021 #1 How could I know what is causing it? Bash: private_html/index.phpo_avoid_overwrite_important_env I am using PHP 7.4.26 + Litespeed Cache Plugin Attachments Screenshot_1002.png 241.3 KB Views: 3
How could I know what is causing it? Bash: private_html/index.phpo_avoid_overwrite_important_env I am using PHP 7.4.26 + Litespeed Cache Plugin
Cold-Egg Administrator Dec 7, 2021 #2 Dec 7, 2021 #2 I'm not sure, maybe you can grep the string to the wp-content folder.
remics New Member Dec 7, 2021 #3 Dec 7, 2021 #3 Cold-Egg said: I'm not sure, maybe you can grep the string to the wp-content folder. Click to expand... Could you give me an example?
Cold-Egg said: I'm not sure, maybe you can grep the string to the wp-content folder. Click to expand... Could you give me an example?
Cold-Egg Administrator Dec 7, 2021 #4 Dec 7, 2021 #4 For example, run this command Code: grep -iR overwrite_important_env wp-content/ under your document root. If you are in golitespeed community on Slack, then you can msg me @eric there.
For example, run this command Code: grep -iR overwrite_important_env wp-content/ under your document root. If you are in golitespeed community on Slack, then you can msg me @eric there.