firegento / magento-performance-tweaks

This Magento extension is based on the slides of Ivan Chepurnyi, available at http://de.slideshare.net/ivanchepurnyi/magento-performance.
GNU General Public License v3.0
150 stars 40 forks source link

Fixed Fatal error #5

Closed erfanimani closed 10 years ago

erfanimani commented 10 years ago

I changed the class based on the directory path (as there is no such class as ...Resource_Attribute_Source_Table)

erfanimani commented 10 years ago

Actually, this didn't work - it removed the fatal error on the configurable product page, but won't show its options. Might have to come back to this one later

quafzi commented 10 years ago

@erfanimani Could you please describe, where you encountered this error?

erfanimani commented 10 years ago

@quafzi, it was on the product view page for a configurable product. This was a customized site, so I'm not sure if it was due to my code or the modules' - haven't looked into it too much, was on a tight deadline so I just disabled the module. Regardless, have a look at the discrepancy between the file path and the class name. Seems to me either the path is wrong or the class name...