Vinai Kopp
Vinai Kopp
No, it isn’t. So far I have had no need for it.
Execute the SQL statements listed in the Readme file under the section "Uninstallation" > On 20 Oct 2015, at 07:16, christyeller [email protected] wrote: > > The extension caused some problems...
The file you are referencing is strange: `customeractivation/resource_attribute_source_Customerpayment` Neither the GroupsCatalog2 nor the CustomerActivation module do anything with payments. Its definitely not something Ive written. Given the part in from...
If you found the culprit, great. No need to re-download and re-install the modules in my opinion.
@gayatri34 , do you also experience the issue with `customeractivation/resource_attribute_source_Customerpayment`? If so, just remove the corresponding record from the `eav_attribute` table.
Is the company a customer attribute or an address attribute? If it is a customer attribute the above code should work, if it is an address attribute, then that explains...
The error means the file doesn't exist or isn't readable by the webserver/php. The full path to the file inside Magento is ``` app/code/community/Netzarbeiter/CustomerActivation/Model/Resource/Attribute/Source/Customeractivation.php ``` Also, check the upper/lower case...
There is no way the module could work on the live server without that file :) To fix it, please add the file. For example, you can get it from...
You can see the structure it needs to have in the github source repository. Please pay attention to upper/lower case of the folder and file names. It is critical that...