Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error loading manage customers #43

Open
guztavoalves opened this issue Jun 17, 2015 · 6 comments
Open

Error loading manage customers #43

guztavoalves opened this issue Jun 17, 2015 · 6 comments

Comments

@guztavoalves
Copy link

After installing the extension, when I try to access admin> Customer> customers manage, the list does not charge.

When access:
System> Configuration> Client configuration, the page does not load, opening a blank page.

When you uninstall the extension, everything returns to normal.

What may be occurring?

@dmanners
Copy link
Contributor

Hi @guztavoalves sorry to hear you are having this problem.

Can you let me know which controllers you are trying to access? Full path for the controller would really help investigating this issue.

@guztavoalves
Copy link
Author

Yes, but for some reason the control back pages to be loaded, the paths are:

  • Magento Admin > System> Configuration> Customers> Customer Configuration
  • Magento Admin > Customers> Manage Customers

I am also unable to enable the registration of clients to use with the extension in:

  • Magento Admin > Customers> Manage Customers

By clicking Actions to change the status, loads a blank page and nothing else is loaded.

I'm using Magento 1.9

-x-x-x-x-

I tried to use this extension in a VISION of my shop and the asset it, products within the pages of categories ALL VISIONS not load more, even I enabling the extension for only one view.

@papillon6
Copy link

Any news or workarounds on this topic?

@papillon6
Copy link

Found the error:
In my case a php-file was missing:

./app/code/community/Netzarbeiter/CustomerActivation/Block/Adminhtml/Widget/Grid/Column/Renderer/Boolean.php

Cloning the repository on my webserver leaded to:

/app/code/community/Netzarbeiter/CustomerActivation/Block/Adminhtml/Widget/Grid/Column/Renderer/Boolean.php/Boolean.php

Which means the first "boolean.php" was a directory and the second "boolean.php" was the original file inside this directory. I fixed it manually by deleting the directory and moving the file. Errors in backend are now gone.

If I clone the repository on my windows machine everything goes fine...?

@MarceloAntunes
Copy link

In the installation did not create the file "boolean.php", created only the folder Boolean.php.
Where can I get this file? Do you know the code that's inside it?

@andrewhowdencom
Copy link
Collaborator

Hi @MarceloAntunes;

That file was removed in this commit: fcff794

It should be provided by the upstream package, specified in composer.json:

https://github.com/Vinai/customer-activation/blob/master/app/code/community/Netzarbeiter/CustomerActivation/Block/Adminhtml/Widget/Grid/Column/Renderer/Boolean.php

Can you confirm this file is not being created as expected when just the extension is installed?

Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants