XF 2.0 Having a problem with 'php cmd.php xf-addon:create'

robdog

Well-known member
This is going to be so stupid and an easy fix, but I am already stuck, lol. It is asking for an ID for this add-on which I type a string "MyAddon" but it keeps saying there is no file or directory. I thought this process was going to create all that for me? Or am I wrong on that?

Thanks.
 
Can you run the command with the verbose flag, which may give more error details, and then copy/paste the error:
Code:
php cmd.php xf-addon:create --v
 
Gah! NM. I am running XenForo on a local vagrant box for the project I am working on and you need to run this command while SSH'd into the vagrant box.

Thanks for the reply Chris, but that option just hit me.
 
Top Bottom