Giter VIP home page Giter VIP logo

Comments (7)

bastianccm avatar bastianccm commented on June 3, 2024

Hi,

seems as if the module config (config.xml inside the etc folder of the module) isn't loaded properly.
Did you cleared the configuration cache? And is the file existing and readable for the webserver? You could clear the whole cache by deleting the var/cache/ folder.

These are my suggestions to get it working...

from groupscatalog2.

Vinai avatar Vinai commented on June 3, 2024

From the error message it seems you are using the old version of the GroupsCatalog module, not GroupsCatalog2.
Or did you upgrade and simple remove the files of the old extension?

from groupscatalog2.

jambi007 avatar jambi007 commented on June 3, 2024

Hi!
I got the same problem. When I access my product catalog and go into a product, the error "/lib/Varien/Data/Form/Abstract.php on line 144" appears. Its really sad, because I managed to put up a multistore site and finaly this problem...uninstalling the groupscatalog2 (and adjusting the database) module didnt solve the problem...any given help would be appreciated..

-jambi

from groupscatalog2.

rebl00ded avatar rebl00ded commented on June 3, 2024

Turned out to be because I had GroupCatalog (1) installed and did a simple Magento Connect uninstall. Had to reinstall it to make everything work right.

On a side-note: Vinai, is it easy to add a routine to erase (from the database) the product/catalog/group relationships? I would be interested in working on this with you.

from groupscatalog2.

Vinai avatar Vinai commented on June 3, 2024

When the old GroupsCatalog and the new GroupsCatalog2 are both installed, you can use the migration wizard that is part of GroupsCatalog2 to migrate all settings and cleanly remove the old GroupsCatalog extension.

If you simply want to uninstall the old GroupsCatalog module without migrating any settings please refer to the UNINSTALL section of that modules readme file. In essence, you need to run the following SQL to fix things:

DELETE FROM `eav_attribute` WHERE attribute_code LIKE 'groupscatalog%';
DELETE FROM `core_resource` WHERE code = 'groupscatalog_setup';

from groupscatalog2.

Vinai avatar Vinai commented on June 3, 2024

@rebl00ded You mean like a button to remove all existing GroupsCatalog settings from all categories and products?

from groupscatalog2.

Vinai avatar Vinai commented on June 3, 2024

Closing since no feedback.

from groupscatalog2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.