I'm trying to fix some problems with a Magento site, but I'm running into lots of problems . . .
I've located a folder in Magento with the path:
"/app/code/core/Mage/Catalog/Model/Resource"
In the default install of Magento it has a file structure like so:
- category
- collection
- eav
- helper
- layer
- product
- more php files
However the dump of the current site I've received didn't have any of those folders or files except the "Eav" folder, the site was throwing errors so I added the other folders in (which seemed to fix it) unfortunately I think this may have caused other problems.
My question is, are all of those folders absolutely necessary for Magento to work? Or are there situations in which you might remove all of those folder/files except the "Eav" folder?
