Package Missing in Marketplace
Permalink
Hi
We developed "Advance Survey" and was about to upload an update however we couldn't seem to find this add-on anymore.
Anyone had the same problem? How to solve this?
JZ
We developed "Advance Survey" and was about to upload an update however we couldn't seem to find this add-on anymore.
Anyone had the same problem? How to solve this?
JZ
The addon is at
http://www.concrete5.org/marketplace/addons/advanced-survey/...
(Not sure that link will work for anyone not in the PRB)
http://www.concrete5.org/marketplace/addons/advanced-survey/...
(Not sure that link will work for anyone not in the PRB)
Hi John,
Thanks. Can we have an exception for this add-on. The includes file is needed in the mail template mail.php I'm not sure how to add an include statement in there except for the view.php file which is as easy as $this->inc()
JZ
Thanks. Can we have an exception for this add-on. The includes file is needed in the mail template mail.php I'm not sure how to add an include statement in there except for the view.php file which is as easy as $this->inc()
JZ
Done. You may need to upload again to get it processed.
Great thanks for the help!
JZ
JZ
Mine add-on disappeared from the marketplace too...
It had some linter exceptions and went live a few hours ago with a version 0.9.9.3.
I just uploaded version 1.0.0 (the only change was the version number), removed version 0.9.9.3, and the add-on disappeared from the marketplace:
https://www.concrete5.org/marketplace/addons/lets-encrypt/...
It had some linter exceptions and went live a few hours ago with a version 0.9.9.3.
I just uploaded version 1.0.0 (the only change was the version number), removed version 0.9.9.3, and the add-on disappeared from the marketplace:
https://www.concrete5.org/marketplace/addons/lets-encrypt/...
Ah, good to know.
JohntheFish had to re-approve it
Solutions:
a) If its possible to engineer this to not use include statements, that should be done. Then next time you upload the auto-tests will pass and it will be back in the marketplace.
b) If there are valid technical reasons for the use of include statements, please explain and, if justified, an exception to that test can be granted. Again, with the exception next time you upload the auto-tests will pass and it will be back in the marketplace.
( For example, the include is within a 3rd party library)
In an ideal worlds such issues should have been flagged to a developer when the automated test was run. You are not the only developer to get caught out by this. (Don't shoot me, I am just the messenger).