magesplit icon indicating copy to clipboard operation
magesplit copied to clipboard

PHP Fatal error: Class 'Clean_Core_Model_Mysql4_Setup' not found in

Open jonathonklem opened this issue 10 years ago • 4 comments

I'm getting the above error in Magento 1.9 installation

jonathonklem avatar Sep 11 '14 14:09 jonathonklem

Oops! That's a dependency from my local code base. Sorry about that - I'm at a company retreat for the next few days but hopefully next week I can get to this.

If you wanted to work around it, just replace that setup class with the regular core magento one to create the database tables.

kalenjordan avatar Sep 11 '14 17:09 kalenjordan

Hey @jonathonklem I'm guessing based on the other issue that you posted that you ended up working around this? If you did and wouldn't mind PR'ing that would be amazing. My week has been kinda nuts so I haven't been able to get to this yet. :/

kalenjordan avatar Sep 18 '14 17:09 kalenjordan

No worries, actually I'm a bit of a magento novice so I just manually created the tables myself and stripped out the offending code. I'm currently using this plugin in a project, so I'll have to fix it the proper way eventually (possibly before the week's up). When that time comes I should be able to figure out a better fix.

jonathonklem avatar Sep 18 '14 18:09 jonathonklem

Ah okay cool. Good man.

kalenjordan avatar Sep 18 '14 22:09 kalenjordan