Magento 2.2 error “The page isn’t redirecting properly”Cannot Log Back into Magento admin 1.9.xRemove index.php from links in admin panelRedirect to previous URL after admin loginMagento 2 ADMIN login issueMagento 2 admin url gives error - Class MagentoAuthorizationModelRoleFactory does not existAdmin Not Redirecting After LoginMagento 2 admin catalog category page isn't redirecting properlyThis page isn’t working redirected you too many times error in magentoCould not create an acl object: Invalid XMLPrevent Magento 2.2 Admin page from redirecting with htaccess rewrites for multistore?
'It addicted me, with one taste.' Can 'addict' be used transitively?
Can we say “you can pay when the order gets ready”?
Is the claim "Employers won't employ people with no 'social media presence'" realistic?
How to pronounce 'c++' in Spanish
I preordered a game on my Xbox while on the home screen of my friend's account. Which of us owns the game?
Thesis on avalanche prediction using One Class SVM
How did Captain America manage to do this?
What happened to Captain America in Endgame?
Constructions of PRF (Pseudo Random Function)
Overlay of two functions leaves gaps
Did the BCPL programming language support floats?
Does tea made with boiling water cool faster than tea made with boiled (but still hot) water?
Why do games have consumables?
What's the polite way to say "I need to urinate"?
a sore throat vs a strep throat vs strep throat
How come there are so many candidates for the 2020 Democratic party presidential nomination?
Check if a string is entirely made of the same substring
Pre-plastic human skin alternative
What term is being referred to with "reflected-sound-of-underground-spirits"?
"The cow" OR "a cow" OR "cows" in this context
What is the optimal strategy for the Dictionary Game?
Why was the Spitfire's elliptical wing almost uncopied by other aircraft of World War 2?
"You've called the wrong number" or "You called the wrong number"
Are there physical dangers to preparing a prepared piano?
Magento 2.2 error “The page isn’t redirecting properly”
Cannot Log Back into Magento admin 1.9.xRemove index.php from links in admin panelRedirect to previous URL after admin loginMagento 2 ADMIN login issueMagento 2 admin url gives error - Class MagentoAuthorizationModelRoleFactory does not existAdmin Not Redirecting After LoginMagento 2 admin catalog category page isn't redirecting properlyThis page isn’t working redirected you too many times error in magentoCould not create an acl object: Invalid XMLPrevent Magento 2.2 Admin page from redirecting with htaccess rewrites for multistore?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am testing my own module on Magento CE 2.2.0 but keep getting "The page isn’t redirecting properly". Looking at the network traffic I see these requests:
- /magento22-acumulus/admin/
- /magento22-acumulus/admin/admin/index/denied/
- /magento22-acumulus/admin/admin/auth/login/
- /magento22-acumulus/admin/admin/
- /magento22-acumulus/admin/admin/index/denied/
- /magento22-acumulus/admin/admin/auth/login/
- /magento22-acumulus/admin/admin/
- /magento22-acumulus/admin/admin/index/denied/
- /magento22-acumulus/admin/admin/auth/login/
- /magento22-acumulus/admin/admin/
- ...
My setup:
- local install on base url /magento22-acumulus/
- Wampserver 3.0.8 with php 7.0.10 and Apache 2.4.23
What I did:
- install Magento 2.2.0 with sample data
- settings changed: remove secret key and use standard admin/ url
- tested it: I do get the login screen
- install my module, module:enable, setup:upgrade, setup:di:compile
- tested it: error as above
- module:disable, cache:clean, setup:di:compile
- tested it: I do get the login screen
- repeated this a number of times, same pattern, so I was thinking it had to do with my module.
- But then I got my module working once and I was able to go to my own pages. Unfortunately the error came back, so I continued to do some debugging enabling and disabling my module but could not locate the problem
- and now I also get the problem without my module enabled. So I think it is some strange condition/bug in Magento itself.
What could be the problem here?
admin magento2.2
bumped to the homepage by Community♦ 4 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I am testing my own module on Magento CE 2.2.0 but keep getting "The page isn’t redirecting properly". Looking at the network traffic I see these requests:
- /magento22-acumulus/admin/
- /magento22-acumulus/admin/admin/index/denied/
- /magento22-acumulus/admin/admin/auth/login/
- /magento22-acumulus/admin/admin/
- /magento22-acumulus/admin/admin/index/denied/
- /magento22-acumulus/admin/admin/auth/login/
- /magento22-acumulus/admin/admin/
- /magento22-acumulus/admin/admin/index/denied/
- /magento22-acumulus/admin/admin/auth/login/
- /magento22-acumulus/admin/admin/
- ...
My setup:
- local install on base url /magento22-acumulus/
- Wampserver 3.0.8 with php 7.0.10 and Apache 2.4.23
What I did:
- install Magento 2.2.0 with sample data
- settings changed: remove secret key and use standard admin/ url
- tested it: I do get the login screen
- install my module, module:enable, setup:upgrade, setup:di:compile
- tested it: error as above
- module:disable, cache:clean, setup:di:compile
- tested it: I do get the login screen
- repeated this a number of times, same pattern, so I was thinking it had to do with my module.
- But then I got my module working once and I was able to go to my own pages. Unfortunately the error came back, so I continued to do some debugging enabling and disabling my module but could not locate the problem
- and now I also get the problem without my module enabled. So I think it is some strange condition/bug in Magento itself.
What could be the problem here?
admin magento2.2
bumped to the homepage by Community♦ 4 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
if you got solution please post your answer
– lalit mohan
Jun 8 '18 at 11:00
Unfortunately not yet. I stopped testing my module on MA2.2 and now only test it on MA2.1. My module is used by customers on MA2.2, so more reason to believe it is not some error in my module's config, settings or code. If, eventually, I find a solution, I will post it.
– fietserwin
Jun 8 '18 at 15:54
I have same problem . I found out there is problem with my module Helper Class .. You must checkout your modules one by one.. disable to find out which cause error..
– lalit mohan
Jun 11 '18 at 8:04
add a comment |
I am testing my own module on Magento CE 2.2.0 but keep getting "The page isn’t redirecting properly". Looking at the network traffic I see these requests:
- /magento22-acumulus/admin/
- /magento22-acumulus/admin/admin/index/denied/
- /magento22-acumulus/admin/admin/auth/login/
- /magento22-acumulus/admin/admin/
- /magento22-acumulus/admin/admin/index/denied/
- /magento22-acumulus/admin/admin/auth/login/
- /magento22-acumulus/admin/admin/
- /magento22-acumulus/admin/admin/index/denied/
- /magento22-acumulus/admin/admin/auth/login/
- /magento22-acumulus/admin/admin/
- ...
My setup:
- local install on base url /magento22-acumulus/
- Wampserver 3.0.8 with php 7.0.10 and Apache 2.4.23
What I did:
- install Magento 2.2.0 with sample data
- settings changed: remove secret key and use standard admin/ url
- tested it: I do get the login screen
- install my module, module:enable, setup:upgrade, setup:di:compile
- tested it: error as above
- module:disable, cache:clean, setup:di:compile
- tested it: I do get the login screen
- repeated this a number of times, same pattern, so I was thinking it had to do with my module.
- But then I got my module working once and I was able to go to my own pages. Unfortunately the error came back, so I continued to do some debugging enabling and disabling my module but could not locate the problem
- and now I also get the problem without my module enabled. So I think it is some strange condition/bug in Magento itself.
What could be the problem here?
admin magento2.2
I am testing my own module on Magento CE 2.2.0 but keep getting "The page isn’t redirecting properly". Looking at the network traffic I see these requests:
- /magento22-acumulus/admin/
- /magento22-acumulus/admin/admin/index/denied/
- /magento22-acumulus/admin/admin/auth/login/
- /magento22-acumulus/admin/admin/
- /magento22-acumulus/admin/admin/index/denied/
- /magento22-acumulus/admin/admin/auth/login/
- /magento22-acumulus/admin/admin/
- /magento22-acumulus/admin/admin/index/denied/
- /magento22-acumulus/admin/admin/auth/login/
- /magento22-acumulus/admin/admin/
- ...
My setup:
- local install on base url /magento22-acumulus/
- Wampserver 3.0.8 with php 7.0.10 and Apache 2.4.23
What I did:
- install Magento 2.2.0 with sample data
- settings changed: remove secret key and use standard admin/ url
- tested it: I do get the login screen
- install my module, module:enable, setup:upgrade, setup:di:compile
- tested it: error as above
- module:disable, cache:clean, setup:di:compile
- tested it: I do get the login screen
- repeated this a number of times, same pattern, so I was thinking it had to do with my module.
- But then I got my module working once and I was able to go to my own pages. Unfortunately the error came back, so I continued to do some debugging enabling and disabling my module but could not locate the problem
- and now I also get the problem without my module enabled. So I think it is some strange condition/bug in Magento itself.
What could be the problem here?
admin magento2.2
admin magento2.2
edited Oct 12 '17 at 18:28
fietserwin
asked Oct 12 '17 at 8:59
fietserwinfietserwin
18314
18314
bumped to the homepage by Community♦ 4 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 4 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
if you got solution please post your answer
– lalit mohan
Jun 8 '18 at 11:00
Unfortunately not yet. I stopped testing my module on MA2.2 and now only test it on MA2.1. My module is used by customers on MA2.2, so more reason to believe it is not some error in my module's config, settings or code. If, eventually, I find a solution, I will post it.
– fietserwin
Jun 8 '18 at 15:54
I have same problem . I found out there is problem with my module Helper Class .. You must checkout your modules one by one.. disable to find out which cause error..
– lalit mohan
Jun 11 '18 at 8:04
add a comment |
if you got solution please post your answer
– lalit mohan
Jun 8 '18 at 11:00
Unfortunately not yet. I stopped testing my module on MA2.2 and now only test it on MA2.1. My module is used by customers on MA2.2, so more reason to believe it is not some error in my module's config, settings or code. If, eventually, I find a solution, I will post it.
– fietserwin
Jun 8 '18 at 15:54
I have same problem . I found out there is problem with my module Helper Class .. You must checkout your modules one by one.. disable to find out which cause error..
– lalit mohan
Jun 11 '18 at 8:04
if you got solution please post your answer
– lalit mohan
Jun 8 '18 at 11:00
if you got solution please post your answer
– lalit mohan
Jun 8 '18 at 11:00
Unfortunately not yet. I stopped testing my module on MA2.2 and now only test it on MA2.1. My module is used by customers on MA2.2, so more reason to believe it is not some error in my module's config, settings or code. If, eventually, I find a solution, I will post it.
– fietserwin
Jun 8 '18 at 15:54
Unfortunately not yet. I stopped testing my module on MA2.2 and now only test it on MA2.1. My module is used by customers on MA2.2, so more reason to believe it is not some error in my module's config, settings or code. If, eventually, I find a solution, I will post it.
– fietserwin
Jun 8 '18 at 15:54
I have same problem . I found out there is problem with my module Helper Class .. You must checkout your modules one by one.. disable to find out which cause error..
– lalit mohan
Jun 11 '18 at 8:04
I have same problem . I found out there is problem with my module Helper Class .. You must checkout your modules one by one.. disable to find out which cause error..
– lalit mohan
Jun 11 '18 at 8:04
add a comment |
2 Answers
2
active
oldest
votes
I'm not sure whether this is a bug with the compilation process or something wrong with the module code. In my case, Magento compilation was incorrectly creating an interceptor for a class on my module (without an actual defined constructor) which extended another class of another module which extended a class from core Magento (both with defined constructors).
This was also creating a blank page in the frontend, besides the problems you mentioned.
After several fresh installs of Magento 2.2 and also Magento 2.1 with the same problem this worked for me:
- Enable developer mode: php bin/magento deploy:mode:set developer
- Install your module (upload/copy files) then run php bin/magento setup:upgrade
- Instead of running the compilation process (only needed when the order of constructor arguments is changed or the argument types are changed), just delete the folder /generated/code/YOURMODULENAMESPACE
add a comment |
Since you are using Apache, i suggest you should enable the RewriteLog . Then replicate issue and check logs again.
RewriteLog "logsrewritelog.txt"
RewriteLogLevel 3
Thanks for your answer, but what could that learn me? I already tried to debug, so I know that each redirected request is processed by Magento. I don't see how Apache comes into the picture?
– fietserwin
May 21 '18 at 18:18
Magento is not a webserver. The apache webserver uses Redirects. So, since error is about a redirection, the first place to look for ia what is doing apache. You have 50% chanches to see that apache oa doing weird redirection (http-to-https , or similar) and 50% chanches to see that magento instructs apche to redirect in a weird way, maybe like non-www to www or viceversa.
– x86fantini
May 21 '18 at 18:29
Magento returns the redirect instructions to the browser. There is no http versus https problem (like in many other reports about MA2.2 endless redirects), nor www versus non-www, as this is on localhost. The redirects are to the pages as described in the question.
– fietserwin
May 22 '18 at 19:14
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
);
);
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%2f196933%2fmagento-2-2-error-the-page-isn-t-redirecting-properly%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I'm not sure whether this is a bug with the compilation process or something wrong with the module code. In my case, Magento compilation was incorrectly creating an interceptor for a class on my module (without an actual defined constructor) which extended another class of another module which extended a class from core Magento (both with defined constructors).
This was also creating a blank page in the frontend, besides the problems you mentioned.
After several fresh installs of Magento 2.2 and also Magento 2.1 with the same problem this worked for me:
- Enable developer mode: php bin/magento deploy:mode:set developer
- Install your module (upload/copy files) then run php bin/magento setup:upgrade
- Instead of running the compilation process (only needed when the order of constructor arguments is changed or the argument types are changed), just delete the folder /generated/code/YOURMODULENAMESPACE
add a comment |
I'm not sure whether this is a bug with the compilation process or something wrong with the module code. In my case, Magento compilation was incorrectly creating an interceptor for a class on my module (without an actual defined constructor) which extended another class of another module which extended a class from core Magento (both with defined constructors).
This was also creating a blank page in the frontend, besides the problems you mentioned.
After several fresh installs of Magento 2.2 and also Magento 2.1 with the same problem this worked for me:
- Enable developer mode: php bin/magento deploy:mode:set developer
- Install your module (upload/copy files) then run php bin/magento setup:upgrade
- Instead of running the compilation process (only needed when the order of constructor arguments is changed or the argument types are changed), just delete the folder /generated/code/YOURMODULENAMESPACE
add a comment |
I'm not sure whether this is a bug with the compilation process or something wrong with the module code. In my case, Magento compilation was incorrectly creating an interceptor for a class on my module (without an actual defined constructor) which extended another class of another module which extended a class from core Magento (both with defined constructors).
This was also creating a blank page in the frontend, besides the problems you mentioned.
After several fresh installs of Magento 2.2 and also Magento 2.1 with the same problem this worked for me:
- Enable developer mode: php bin/magento deploy:mode:set developer
- Install your module (upload/copy files) then run php bin/magento setup:upgrade
- Instead of running the compilation process (only needed when the order of constructor arguments is changed or the argument types are changed), just delete the folder /generated/code/YOURMODULENAMESPACE
I'm not sure whether this is a bug with the compilation process or something wrong with the module code. In my case, Magento compilation was incorrectly creating an interceptor for a class on my module (without an actual defined constructor) which extended another class of another module which extended a class from core Magento (both with defined constructors).
This was also creating a blank page in the frontend, besides the problems you mentioned.
After several fresh installs of Magento 2.2 and also Magento 2.1 with the same problem this worked for me:
- Enable developer mode: php bin/magento deploy:mode:set developer
- Install your module (upload/copy files) then run php bin/magento setup:upgrade
- Instead of running the compilation process (only needed when the order of constructor arguments is changed or the argument types are changed), just delete the folder /generated/code/YOURMODULENAMESPACE
answered Oct 17 '17 at 3:12
Gabriel MdSGabriel MdS
1
1
add a comment |
add a comment |
Since you are using Apache, i suggest you should enable the RewriteLog . Then replicate issue and check logs again.
RewriteLog "logsrewritelog.txt"
RewriteLogLevel 3
Thanks for your answer, but what could that learn me? I already tried to debug, so I know that each redirected request is processed by Magento. I don't see how Apache comes into the picture?
– fietserwin
May 21 '18 at 18:18
Magento is not a webserver. The apache webserver uses Redirects. So, since error is about a redirection, the first place to look for ia what is doing apache. You have 50% chanches to see that apache oa doing weird redirection (http-to-https , or similar) and 50% chanches to see that magento instructs apche to redirect in a weird way, maybe like non-www to www or viceversa.
– x86fantini
May 21 '18 at 18:29
Magento returns the redirect instructions to the browser. There is no http versus https problem (like in many other reports about MA2.2 endless redirects), nor www versus non-www, as this is on localhost. The redirects are to the pages as described in the question.
– fietserwin
May 22 '18 at 19:14
add a comment |
Since you are using Apache, i suggest you should enable the RewriteLog . Then replicate issue and check logs again.
RewriteLog "logsrewritelog.txt"
RewriteLogLevel 3
Thanks for your answer, but what could that learn me? I already tried to debug, so I know that each redirected request is processed by Magento. I don't see how Apache comes into the picture?
– fietserwin
May 21 '18 at 18:18
Magento is not a webserver. The apache webserver uses Redirects. So, since error is about a redirection, the first place to look for ia what is doing apache. You have 50% chanches to see that apache oa doing weird redirection (http-to-https , or similar) and 50% chanches to see that magento instructs apche to redirect in a weird way, maybe like non-www to www or viceversa.
– x86fantini
May 21 '18 at 18:29
Magento returns the redirect instructions to the browser. There is no http versus https problem (like in many other reports about MA2.2 endless redirects), nor www versus non-www, as this is on localhost. The redirects are to the pages as described in the question.
– fietserwin
May 22 '18 at 19:14
add a comment |
Since you are using Apache, i suggest you should enable the RewriteLog . Then replicate issue and check logs again.
RewriteLog "logsrewritelog.txt"
RewriteLogLevel 3
Since you are using Apache, i suggest you should enable the RewriteLog . Then replicate issue and check logs again.
RewriteLog "logsrewritelog.txt"
RewriteLogLevel 3
answered May 19 '18 at 19:35
x86fantinix86fantini
545
545
Thanks for your answer, but what could that learn me? I already tried to debug, so I know that each redirected request is processed by Magento. I don't see how Apache comes into the picture?
– fietserwin
May 21 '18 at 18:18
Magento is not a webserver. The apache webserver uses Redirects. So, since error is about a redirection, the first place to look for ia what is doing apache. You have 50% chanches to see that apache oa doing weird redirection (http-to-https , or similar) and 50% chanches to see that magento instructs apche to redirect in a weird way, maybe like non-www to www or viceversa.
– x86fantini
May 21 '18 at 18:29
Magento returns the redirect instructions to the browser. There is no http versus https problem (like in many other reports about MA2.2 endless redirects), nor www versus non-www, as this is on localhost. The redirects are to the pages as described in the question.
– fietserwin
May 22 '18 at 19:14
add a comment |
Thanks for your answer, but what could that learn me? I already tried to debug, so I know that each redirected request is processed by Magento. I don't see how Apache comes into the picture?
– fietserwin
May 21 '18 at 18:18
Magento is not a webserver. The apache webserver uses Redirects. So, since error is about a redirection, the first place to look for ia what is doing apache. You have 50% chanches to see that apache oa doing weird redirection (http-to-https , or similar) and 50% chanches to see that magento instructs apche to redirect in a weird way, maybe like non-www to www or viceversa.
– x86fantini
May 21 '18 at 18:29
Magento returns the redirect instructions to the browser. There is no http versus https problem (like in many other reports about MA2.2 endless redirects), nor www versus non-www, as this is on localhost. The redirects are to the pages as described in the question.
– fietserwin
May 22 '18 at 19:14
Thanks for your answer, but what could that learn me? I already tried to debug, so I know that each redirected request is processed by Magento. I don't see how Apache comes into the picture?
– fietserwin
May 21 '18 at 18:18
Thanks for your answer, but what could that learn me? I already tried to debug, so I know that each redirected request is processed by Magento. I don't see how Apache comes into the picture?
– fietserwin
May 21 '18 at 18:18
Magento is not a webserver. The apache webserver uses Redirects. So, since error is about a redirection, the first place to look for ia what is doing apache. You have 50% chanches to see that apache oa doing weird redirection (http-to-https , or similar) and 50% chanches to see that magento instructs apche to redirect in a weird way, maybe like non-www to www or viceversa.
– x86fantini
May 21 '18 at 18:29
Magento is not a webserver. The apache webserver uses Redirects. So, since error is about a redirection, the first place to look for ia what is doing apache. You have 50% chanches to see that apache oa doing weird redirection (http-to-https , or similar) and 50% chanches to see that magento instructs apche to redirect in a weird way, maybe like non-www to www or viceversa.
– x86fantini
May 21 '18 at 18:29
Magento returns the redirect instructions to the browser. There is no http versus https problem (like in many other reports about MA2.2 endless redirects), nor www versus non-www, as this is on localhost. The redirects are to the pages as described in the question.
– fietserwin
May 22 '18 at 19:14
Magento returns the redirect instructions to the browser. There is no http versus https problem (like in many other reports about MA2.2 endless redirects), nor www versus non-www, as this is on localhost. The redirects are to the pages as described in the question.
– fietserwin
May 22 '18 at 19:14
add a comment |
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%2f196933%2fmagento-2-2-error-the-page-isn-t-redirecting-properly%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
if you got solution please post your answer
– lalit mohan
Jun 8 '18 at 11:00
Unfortunately not yet. I stopped testing my module on MA2.2 and now only test it on MA2.1. My module is used by customers on MA2.2, so more reason to believe it is not some error in my module's config, settings or code. If, eventually, I find a solution, I will post it.
– fietserwin
Jun 8 '18 at 15:54
I have same problem . I found out there is problem with my module Helper Class .. You must checkout your modules one by one.. disable to find out which cause error..
– lalit mohan
Jun 11 '18 at 8:04