Magento 2.2.2- ACL Permissions not Working for Customer moduleMagento 2.2.3- ACL Permissions not Working for Customer moduleClass 'Mage_Adminhtml_CustomerController' not foundCall to undefined method MagentoBackendModelViewResultPageInterceptor::setUrl()How to position the custom tab in customer edit page in admin panel - Magento 2Magento 2.2.2 not working after the setup:di:compileMagento 2 :- How can i add tab in customer group?Magento 2.2.2 Customer registerMagento 2.2.2 Advanced Reporting Not workingMagento 2.2.2 Billing address not checked when customer complete orderMagento 2.2.2: Customer Grid Indexer not workingmagento 2.2 i wanted to add actions as ACL permissions
Does bootstrapped regression allow for inference?
When blogging recipes, how can I support both readers who want the narrative/journey and ones who want the printer-friendly recipe?
How to make payment on the internet without leaving a money trail?
Copycat chess is back
Manga about a female worker who got dragged into another world together with this high school girl and she was just told she's not needed anymore
Landlord wants to switch my lease to a "Land contract" to "get back at the city"
What happens when a metallic dragon and a chromatic dragon mate?
Is there a familial term for apples and pears?
Can I legally use front facing blue light in the UK?
What do you call something that goes against the spirit of the law, but is legal when interpreting the law to the letter?
Why do we use polarized capacitors?
Is it legal to have the "// (c) 2019 John Smith" header in all files when there are hundreds of contributors?
What is the meaning of "of trouble" in the following sentence?
Why is my log file so massive? 22gb. I am running log backups
Are objects structures and/or vice versa?
Does it makes sense to buy a new cycle to learn riding?
Is domain driven design an anti-SQL pattern?
Doomsday-clock for my fantasy planet
How did the USSR manage to innovate in an environment characterized by government censorship and high bureaucracy?
Email Account under attack (really) - anything I can do?
How to manage monthly salary
What is the command to reset a PC without deleting any files
Calculate Levenshtein distance between two strings in Python
Finding files for which a command fails
Magento 2.2.2- ACL Permissions not Working for Customer module
Magento 2.2.3- ACL Permissions not Working for Customer moduleClass 'Mage_Adminhtml_CustomerController' not foundCall to undefined method MagentoBackendModelViewResultPageInterceptor::setUrl()How to position the custom tab in customer edit page in admin panel - Magento 2Magento 2.2.2 not working after the setup:di:compileMagento 2 :- How can i add tab in customer group?Magento 2.2.2 Customer registerMagento 2.2.2 Advanced Reporting Not workingMagento 2.2.2 Billing address not checked when customer complete orderMagento 2.2.2: Customer Grid Indexer not workingmagento 2.2 i wanted to add actions as ACL permissions
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have created a new admin user and set a new user role which have access to only customer section.
When we logged in with that particular user , we are able to see the customer list but when clicked on edit customer it gives below error
This page isn’t working, currently unable to handle this request. HTTP
ERROR 500
I referred Magento 2.2.3- ACL Permissions not Working for Customer module and tried adding the fix in UiComponentFactory.php but it doesnt work and there is no error log or system log. Any solution?
Edit: On adding logger i am getting the following error:
[2019-04-08 16:21:43] main.INFO: Invalid block type: MagentoCustomerBlockAdminhtmlEditTabView [] []
[2019-04-08 16:21:52] main.CRITICAL: Class XXXXYYYYBlockAdminhtmlCustomerEditTabView does not exist [] []
customer backend magento2.2.2
|
show 1 more comment
I have created a new admin user and set a new user role which have access to only customer section.
When we logged in with that particular user , we are able to see the customer list but when clicked on edit customer it gives below error
This page isn’t working, currently unable to handle this request. HTTP
ERROR 500
I referred Magento 2.2.3- ACL Permissions not Working for Customer module and tried adding the fix in UiComponentFactory.php but it doesnt work and there is no error log or system log. Any solution?
Edit: On adding logger i am getting the following error:
[2019-04-08 16:21:43] main.INFO: Invalid block type: MagentoCustomerBlockAdminhtmlEditTabView [] []
[2019-04-08 16:21:52] main.CRITICAL: Class XXXXYYYYBlockAdminhtmlCustomerEditTabView does not exist [] []
customer backend magento2.2.2
app/bootstrap.php uncomment ini_set('display_errors', 1);
– Ronak Rathod
10 hours ago
app/bootstrap.php? can you please specify the full path? and what is the need to uncomment that line?
– Pavitra
10 hours ago
/var/www/html/project_name/app/bootstrap.php line no 12 to dispaly error
– Ronak Rathod
10 hours ago
Ok. Thank you. Let me try it.
– Pavitra
10 hours ago
Class XXXXYYYYBlockAdminhtmlCustomerEditTabView class is define but not exit in your code
– Ronak Rathod
6 hours ago
|
show 1 more comment
I have created a new admin user and set a new user role which have access to only customer section.
When we logged in with that particular user , we are able to see the customer list but when clicked on edit customer it gives below error
This page isn’t working, currently unable to handle this request. HTTP
ERROR 500
I referred Magento 2.2.3- ACL Permissions not Working for Customer module and tried adding the fix in UiComponentFactory.php but it doesnt work and there is no error log or system log. Any solution?
Edit: On adding logger i am getting the following error:
[2019-04-08 16:21:43] main.INFO: Invalid block type: MagentoCustomerBlockAdminhtmlEditTabView [] []
[2019-04-08 16:21:52] main.CRITICAL: Class XXXXYYYYBlockAdminhtmlCustomerEditTabView does not exist [] []
customer backend magento2.2.2
I have created a new admin user and set a new user role which have access to only customer section.
When we logged in with that particular user , we are able to see the customer list but when clicked on edit customer it gives below error
This page isn’t working, currently unable to handle this request. HTTP
ERROR 500
I referred Magento 2.2.3- ACL Permissions not Working for Customer module and tried adding the fix in UiComponentFactory.php but it doesnt work and there is no error log or system log. Any solution?
Edit: On adding logger i am getting the following error:
[2019-04-08 16:21:43] main.INFO: Invalid block type: MagentoCustomerBlockAdminhtmlEditTabView [] []
[2019-04-08 16:21:52] main.CRITICAL: Class XXXXYYYYBlockAdminhtmlCustomerEditTabView does not exist [] []
customer backend magento2.2.2
customer backend magento2.2.2
edited 9 hours ago
Pavitra
asked 10 hours ago
PavitraPavitra
229112
229112
app/bootstrap.php uncomment ini_set('display_errors', 1);
– Ronak Rathod
10 hours ago
app/bootstrap.php? can you please specify the full path? and what is the need to uncomment that line?
– Pavitra
10 hours ago
/var/www/html/project_name/app/bootstrap.php line no 12 to dispaly error
– Ronak Rathod
10 hours ago
Ok. Thank you. Let me try it.
– Pavitra
10 hours ago
Class XXXXYYYYBlockAdminhtmlCustomerEditTabView class is define but not exit in your code
– Ronak Rathod
6 hours ago
|
show 1 more comment
app/bootstrap.php uncomment ini_set('display_errors', 1);
– Ronak Rathod
10 hours ago
app/bootstrap.php? can you please specify the full path? and what is the need to uncomment that line?
– Pavitra
10 hours ago
/var/www/html/project_name/app/bootstrap.php line no 12 to dispaly error
– Ronak Rathod
10 hours ago
Ok. Thank you. Let me try it.
– Pavitra
10 hours ago
Class XXXXYYYYBlockAdminhtmlCustomerEditTabView class is define but not exit in your code
– Ronak Rathod
6 hours ago
app/bootstrap.php uncomment ini_set('display_errors', 1);
– Ronak Rathod
10 hours ago
app/bootstrap.php uncomment ini_set('display_errors', 1);
– Ronak Rathod
10 hours ago
app/bootstrap.php? can you please specify the full path? and what is the need to uncomment that line?
– Pavitra
10 hours ago
app/bootstrap.php? can you please specify the full path? and what is the need to uncomment that line?
– Pavitra
10 hours ago
/var/www/html/project_name/app/bootstrap.php line no 12 to dispaly error
– Ronak Rathod
10 hours ago
/var/www/html/project_name/app/bootstrap.php line no 12 to dispaly error
– Ronak Rathod
10 hours ago
Ok. Thank you. Let me try it.
– Pavitra
10 hours ago
Ok. Thank you. Let me try it.
– Pavitra
10 hours ago
Class XXXXYYYYBlockAdminhtmlCustomerEditTabView class is define but not exit in your code
– Ronak Rathod
6 hours ago
Class XXXXYYYYBlockAdminhtmlCustomerEditTabView class is define but not exit in your code
– Ronak Rathod
6 hours ago
|
show 1 more comment
0
active
oldest
votes
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%2f269217%2fmagento-2-2-2-acl-permissions-not-working-for-customer-module%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f269217%2fmagento-2-2-2-acl-permissions-not-working-for-customer-module%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
app/bootstrap.php uncomment ini_set('display_errors', 1);
– Ronak Rathod
10 hours ago
app/bootstrap.php? can you please specify the full path? and what is the need to uncomment that line?
– Pavitra
10 hours ago
/var/www/html/project_name/app/bootstrap.php line no 12 to dispaly error
– Ronak Rathod
10 hours ago
Ok. Thank you. Let me try it.
– Pavitra
10 hours ago
Class XXXXYYYYBlockAdminhtmlCustomerEditTabView class is define but not exit in your code
– Ronak Rathod
6 hours ago