Magento 2: Error in publishing new extesnion“Undefined Index Notice” in EavAttribute.php when adding a swatch optionNew magento 2 install errorInclude Authorizenet library into Magento 2Win 10, WAMP, Magento 2.x install using either method helpMagento 2 Override third party module block fileMagento 2.2.4 place order exception error “Undefined index: product_id Issue”Magento 2 : Plugin autoload errorCustom backend model for multiselect attributes causes exceptionmagento 2 setup:install errorInvalid Return Type in Ajax Call
Is there a word to describe the feeling of being transfixed out of horror?
Reply ‘no position’ while the job posting is still there (‘HiWi’ position in Germany)
Can a controlled ghast be a leader of a pack of ghouls?
Is there any significance to the Valyrian Stone vault door of Qarth?
Adding empty element to declared container without declaring type of element
How can I raise concerns with a new DM about XP splitting?
Identify a stage play about a VR experience in which participants are encouraged to simulate performing horrific activities
How to interpret the phrase "t’en a fait voir à toi"?
In Star Trek IV, why did the Bounty go back to a time when whales were already rare?
Visiting the UK as unmarried couple
For airliners, what prevents wing strikes on landing in bad weather?
Can a Gentile theist be saved?
Should my PhD thesis be submitted under my legal name?
Why is delta-v is the most useful quantity for planning space travel?
Why are on-board computers allowed to change controls without notifying the pilots?
Can the electrostatic force be infinite in magnitude?
Freedom of speech and where it applies
My boss asked me to take a one-day class, then signs it up as a day off
Is the next prime number always the next number divisible by the current prime number, except for any numbers previously divisible by primes?
Superhero words!
Indicating multiple different modes of speech (fantasy language or telepathy)
word describing multiple paths to the same abstract outcome
The One-Electron Universe postulate is true - what simple change can I make to change the whole universe?
Stereotypical names
Magento 2: Error in publishing new extesnion
“Undefined Index Notice” in EavAttribute.php when adding a swatch optionNew magento 2 install errorInclude Authorizenet library into Magento 2Win 10, WAMP, Magento 2.x install using either method helpMagento 2 Override third party module block fileMagento 2.2.4 place order exception error “Undefined index: product_id Issue”Magento 2 : Plugin autoload errorCustom backend model for multiselect attributes causes exceptionmagento 2 setup:install errorInvalid Return Type in Ajax Call
I was trying to submit my extension in Magento dashboard, after submitting I get these errors.
All others are passed.
Installation & Varnish Test Results. Can anyone help in this issue. it's clean code.
Autoload error: Module 'Magento_AdminNotification' from '/var/www/html/vendor/way2enjoy/way2enjoy' has been already defined in '/var/www/html/vendor/magento/module-admin-notification'.
Any help will be great.
here is full composer.json
"name": "way2enjoy/magento2",
"type": "magento2-module",
"version": "1.1.2",
"description": "Make",
"keywords": [
"tinify",
"tinypng",
],
"homepage": "https://way2enjoy.com/developers",
"license": "MIT",
"support":
"email": "support@way2enjoy.com"
,
"authors": [
"name": "Rolf Timmermans",
"email": "rolftimmermans@voormedia.com"
],
"minimum-stability": "alpha",
"require":
"php": ">=5.5.0",
"ext-curl": "*",
"ext-json": "*",
"way2enjoy/way2enjoy": ">=1.5"
,
"repositories": [
"type": "git",
"url": "https://github.com/way2enjoy2/tinify-php.git"
],
"require-dev":
"phpunit/phpunit": "~4.0",
"mikey179/vfsstream": "~1",
"squizlabs/php_codesniffer": "~2.0",
"codeception/aspect-mock": "*"
,
"autoload":
"files": ["registration.php"],
"psr-4": "Way2enjoy\Magento\": "src"
magento2 extensions installation
New contributor
binita kumari is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I was trying to submit my extension in Magento dashboard, after submitting I get these errors.
All others are passed.
Installation & Varnish Test Results. Can anyone help in this issue. it's clean code.
Autoload error: Module 'Magento_AdminNotification' from '/var/www/html/vendor/way2enjoy/way2enjoy' has been already defined in '/var/www/html/vendor/magento/module-admin-notification'.
Any help will be great.
here is full composer.json
"name": "way2enjoy/magento2",
"type": "magento2-module",
"version": "1.1.2",
"description": "Make",
"keywords": [
"tinify",
"tinypng",
],
"homepage": "https://way2enjoy.com/developers",
"license": "MIT",
"support":
"email": "support@way2enjoy.com"
,
"authors": [
"name": "Rolf Timmermans",
"email": "rolftimmermans@voormedia.com"
],
"minimum-stability": "alpha",
"require":
"php": ">=5.5.0",
"ext-curl": "*",
"ext-json": "*",
"way2enjoy/way2enjoy": ">=1.5"
,
"repositories": [
"type": "git",
"url": "https://github.com/way2enjoy2/tinify-php.git"
],
"require-dev":
"phpunit/phpunit": "~4.0",
"mikey179/vfsstream": "~1",
"squizlabs/php_codesniffer": "~2.0",
"codeception/aspect-mock": "*"
,
"autoload":
"files": ["registration.php"],
"psr-4": "Way2enjoy\Magento\": "src"
magento2 extensions installation
New contributor
binita kumari is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
What is your Extension vendor/module name ?
– Mohit chauhan
yesterday
@mohit-chauhan way2enjoy..................
– binita kumari
yesterday
add a comment |
I was trying to submit my extension in Magento dashboard, after submitting I get these errors.
All others are passed.
Installation & Varnish Test Results. Can anyone help in this issue. it's clean code.
Autoload error: Module 'Magento_AdminNotification' from '/var/www/html/vendor/way2enjoy/way2enjoy' has been already defined in '/var/www/html/vendor/magento/module-admin-notification'.
Any help will be great.
here is full composer.json
"name": "way2enjoy/magento2",
"type": "magento2-module",
"version": "1.1.2",
"description": "Make",
"keywords": [
"tinify",
"tinypng",
],
"homepage": "https://way2enjoy.com/developers",
"license": "MIT",
"support":
"email": "support@way2enjoy.com"
,
"authors": [
"name": "Rolf Timmermans",
"email": "rolftimmermans@voormedia.com"
],
"minimum-stability": "alpha",
"require":
"php": ">=5.5.0",
"ext-curl": "*",
"ext-json": "*",
"way2enjoy/way2enjoy": ">=1.5"
,
"repositories": [
"type": "git",
"url": "https://github.com/way2enjoy2/tinify-php.git"
],
"require-dev":
"phpunit/phpunit": "~4.0",
"mikey179/vfsstream": "~1",
"squizlabs/php_codesniffer": "~2.0",
"codeception/aspect-mock": "*"
,
"autoload":
"files": ["registration.php"],
"psr-4": "Way2enjoy\Magento\": "src"
magento2 extensions installation
New contributor
binita kumari is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I was trying to submit my extension in Magento dashboard, after submitting I get these errors.
All others are passed.
Installation & Varnish Test Results. Can anyone help in this issue. it's clean code.
Autoload error: Module 'Magento_AdminNotification' from '/var/www/html/vendor/way2enjoy/way2enjoy' has been already defined in '/var/www/html/vendor/magento/module-admin-notification'.
Any help will be great.
here is full composer.json
"name": "way2enjoy/magento2",
"type": "magento2-module",
"version": "1.1.2",
"description": "Make",
"keywords": [
"tinify",
"tinypng",
],
"homepage": "https://way2enjoy.com/developers",
"license": "MIT",
"support":
"email": "support@way2enjoy.com"
,
"authors": [
"name": "Rolf Timmermans",
"email": "rolftimmermans@voormedia.com"
],
"minimum-stability": "alpha",
"require":
"php": ">=5.5.0",
"ext-curl": "*",
"ext-json": "*",
"way2enjoy/way2enjoy": ">=1.5"
,
"repositories": [
"type": "git",
"url": "https://github.com/way2enjoy2/tinify-php.git"
],
"require-dev":
"phpunit/phpunit": "~4.0",
"mikey179/vfsstream": "~1",
"squizlabs/php_codesniffer": "~2.0",
"codeception/aspect-mock": "*"
,
"autoload":
"files": ["registration.php"],
"psr-4": "Way2enjoy\Magento\": "src"
magento2 extensions installation
magento2 extensions installation
New contributor
binita kumari is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
binita kumari is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited yesterday
binita kumari
New contributor
binita kumari is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked yesterday
binita kumaribinita kumari
12
12
New contributor
binita kumari is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
binita kumari is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
binita kumari is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
What is your Extension vendor/module name ?
– Mohit chauhan
yesterday
@mohit-chauhan way2enjoy..................
– binita kumari
yesterday
add a comment |
What is your Extension vendor/module name ?
– Mohit chauhan
yesterday
@mohit-chauhan way2enjoy..................
– binita kumari
yesterday
What is your Extension vendor/module name ?
– Mohit chauhan
yesterday
What is your Extension vendor/module name ?
– Mohit chauhan
yesterday
@mohit-chauhan way2enjoy..................
– binita kumari
yesterday
@mohit-chauhan way2enjoy..................
– binita kumari
yesterday
add a comment |
1 Answer
1
active
oldest
votes
Can you share your composer file for the extension.
I hope, you may have the problem in autoload section of composer file.
"autoload":
"files": [
"./registration.php"
],
"psr-4":
"Way2enjoy\Way2enjoy\": ""
plx refer updated question added full composer.json
– binita kumari
yesterday
can you confirm what is your module name here? because the below error message shows "/var/www/html/vendor/way2enjoy/way2enjoy" -> it means way2enjoy as namespace and module name also same. but your composer file shows "way2enjoy / magento"
– Thamo
yesterday
namespace way2enjoyMagentoModelConfig; use way2enjoy;
– binita kumari
yesterday
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
binita kumari is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f267144%2fmagento-2-error-in-publishing-new-extesnion%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Can you share your composer file for the extension.
I hope, you may have the problem in autoload section of composer file.
"autoload":
"files": [
"./registration.php"
],
"psr-4":
"Way2enjoy\Way2enjoy\": ""
plx refer updated question added full composer.json
– binita kumari
yesterday
can you confirm what is your module name here? because the below error message shows "/var/www/html/vendor/way2enjoy/way2enjoy" -> it means way2enjoy as namespace and module name also same. but your composer file shows "way2enjoy / magento"
– Thamo
yesterday
namespace way2enjoyMagentoModelConfig; use way2enjoy;
– binita kumari
yesterday
add a comment |
Can you share your composer file for the extension.
I hope, you may have the problem in autoload section of composer file.
"autoload":
"files": [
"./registration.php"
],
"psr-4":
"Way2enjoy\Way2enjoy\": ""
plx refer updated question added full composer.json
– binita kumari
yesterday
can you confirm what is your module name here? because the below error message shows "/var/www/html/vendor/way2enjoy/way2enjoy" -> it means way2enjoy as namespace and module name also same. but your composer file shows "way2enjoy / magento"
– Thamo
yesterday
namespace way2enjoyMagentoModelConfig; use way2enjoy;
– binita kumari
yesterday
add a comment |
Can you share your composer file for the extension.
I hope, you may have the problem in autoload section of composer file.
"autoload":
"files": [
"./registration.php"
],
"psr-4":
"Way2enjoy\Way2enjoy\": ""
Can you share your composer file for the extension.
I hope, you may have the problem in autoload section of composer file.
"autoload":
"files": [
"./registration.php"
],
"psr-4":
"Way2enjoy\Way2enjoy\": ""
answered yesterday
ThamoThamo
1213
1213
plx refer updated question added full composer.json
– binita kumari
yesterday
can you confirm what is your module name here? because the below error message shows "/var/www/html/vendor/way2enjoy/way2enjoy" -> it means way2enjoy as namespace and module name also same. but your composer file shows "way2enjoy / magento"
– Thamo
yesterday
namespace way2enjoyMagentoModelConfig; use way2enjoy;
– binita kumari
yesterday
add a comment |
plx refer updated question added full composer.json
– binita kumari
yesterday
can you confirm what is your module name here? because the below error message shows "/var/www/html/vendor/way2enjoy/way2enjoy" -> it means way2enjoy as namespace and module name also same. but your composer file shows "way2enjoy / magento"
– Thamo
yesterday
namespace way2enjoyMagentoModelConfig; use way2enjoy;
– binita kumari
yesterday
plx refer updated question added full composer.json
– binita kumari
yesterday
plx refer updated question added full composer.json
– binita kumari
yesterday
can you confirm what is your module name here? because the below error message shows "/var/www/html/vendor/way2enjoy/way2enjoy" -> it means way2enjoy as namespace and module name also same. but your composer file shows "way2enjoy / magento"
– Thamo
yesterday
can you confirm what is your module name here? because the below error message shows "/var/www/html/vendor/way2enjoy/way2enjoy" -> it means way2enjoy as namespace and module name also same. but your composer file shows "way2enjoy / magento"
– Thamo
yesterday
namespace way2enjoyMagentoModelConfig; use way2enjoy;
– binita kumari
yesterday
namespace way2enjoyMagentoModelConfig; use way2enjoy;
– binita kumari
yesterday
add a comment |
binita kumari is a new contributor. Be nice, and check out our Code of Conduct.
binita kumari is a new contributor. Be nice, and check out our Code of Conduct.
binita kumari is a new contributor. Be nice, and check out our Code of Conduct.
binita kumari is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f267144%2fmagento-2-error-in-publishing-new-extesnion%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
What is your Extension vendor/module name ?
– Mohit chauhan
yesterday
@mohit-chauhan way2enjoy..................
– binita kumari
yesterday