Question

Magento site is not loading. It's error log is showing PHP Fatal error: Class 'Zend_Db_Select' not found in select.php

Was it helpful?

Solution

The error says, your Magento instance does not have one of it's library file Zend_Db_Select which you can usually found at lib/Zend/Db/Select.php. So put that file in that particular location will resolve this issue. You can find Zend_Db_Select class here.

If the error continues to give the same "MISSING" error with other library files after you have placed this file, then it gives a clear hint that your Magento instance is some how messed up. You need to find the missing library files and then need to replace it in your instance.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top