Hello, I am new to this forum and I have very limited skills with PHP
I face the following problem
On my website - that is hosted on a shared hosting account - I have installed a email automation software called MAUTIC
This application needs CLI commands to run properly / to correct system failures
Sometimes you may need to use the command line with Mautic. Here follows a list of the CLI commands that can be used.
You can find this list (and others - for example commands relating to Doctrine and other vendors) by typing app/console
at the command line in your Mautic directory.
In this directory the following commands need to be executed
cache:clear
cache:warmup --env=prod
mautic:segments:update
doctrine:schema:update --dump-sql
doctrine:schema:update --force
The path for the app is: https://www.mywebsite.com/contacts/
I hope that an experience PHP coder can help me with the code needed so I can coppy the code in a PHP file ārepair-correct.phpā and upload this file to my websiteās public-html directory
I want to run the code with using the URL https://www.mywebsite.com/repair-correct.php
Thank you so much for your help!
Warm regards,
Tony