XF 2.2 Create add-on for 2.2.16 but not shows for install

bahram40

Member
I have created this basic addon to test but when I upload it to the src/Addons folder, I can't see it in CPA to install it, and I have given 777 permission to all the folders.

Please could someone check the addon to see if there is something wrong.

Thx in advance.
 

Attachments

Something is wrong with the directory structure.
Did you create the addon as asked Here? -->>. https://xenforo.com/community/threa...but-not-shows-for-install.223735/post-1696559
I tested with demo addon that I created and worked for me, it was a path problem, I removed src/addons and works but with the demo folder


volvo4life@vl27187:~/www/dev$ php cmd.php xf-addon:build-release demo
Performing add-on export.

Exporting data for demo to /home/volvo4life/www/dev/src/addons/demo/_data.
27/27 [============================] 100%
Written successfully.
Attempting to validate addon.json file...
JSON file validates successfully!

Building release ZIP.

Writing release ZIP to /home/volvo4life/www/dev/src/addons/demo/_releases.

Release written successfully.


But with HolaMundo not works, shwo error No add-on with ID
 
Back
Top Bottom