XF 2.2 Addon ID not found

CrispinP

Well-known member
Hi folks,


Trying for the first time to create an addon for 2.x (I had many 1.x ones).

I am trying to run the seup step but get an error:
Code:
root@Web:/mnt/web/lcc/community # php cmd.php xf-addon:install-step Crispin/CountryAdjust, 1
No add-on with ID 'Crispin/CountryAdjust,' could be found.
root@Web:/mnt/web/lcc/community # php cmd.php xf-addon:install-step Crispin/CountryAdjust, 1
No add-on with ID 'Crispin/CountryAdjust,' could be found.
root@Web:/mnt/web/lcc/community # php cmd.php xf:addon-disable Crispin/CountryAdjust
This add-on is already disabled.
root@Web:/mnt/web/lcc/community # php cmd.php xf:addon-enable Crispin/CountryAdjust
Please confirm that you want to enable the following add-on: (Crispin - Country Adjust 0.1) (y/n)y
root@Web:/mnt/web/lcc/community # php cmd.php xf-addon:install-step Crispin/CountryAdjust, 1
No add-on with ID 'Crispin/CountryAdjust,' could be found.
root@Web:/mnt/web/lcc/community #

I am able to enable or disable it using the addon id but not run the step.

Am I being daft?
 
just in case someone struggles with this, a kind soul sent me a pm with the solution.

no comma between the params. As simple as that :)
The error message is a bit misleading
 
Top Bottom