Closed schmidtsonian closed 2 years ago
My setup.
@schmidtsonian I found a workaround hack to the problem that will work as a temporary measure until the devs resolve it.
Retracing your steps. after running ./craft plugin/install redirect
I saw the same error where the database table craft_dolphiq_redirects
already existed.
After dropping the table and re-running the command. The install successfully completed.
My setup.
- Craft CMS Pro 3.5.19.1
- Redirect Plugin: 1.1.1
@schmidtsonian I found a workaround hack to the problem that will work as a temporary measure until the devs resolve it.
Retracing your steps. after running
./craft plugin/install redirect
I saw the same error where the database tablecraft_dolphiq_redirects
already existed.After dropping the table and re-running the command. The install successfully completed.
I made the same thing at the end, thank you.
I can't install the plugin, this are the things I made so far:
I'm using Craft CMS 3.6.17
full log:
Then I tried this: https://github.com/Dolphiq/craft3-plugin-redirect/blob/master/INSTALL.md but in the step 3 this happened:
Then I tried using craft cli:
but I got this error:
then I made:
and I got this:
but the plugin is still "not installed":
this is my composer.json file: