Categories
Magento Knowledge Quick Tips

Magento 2 error “Maximum function nesting level reached”

If you have Xdebug installed on your local development machine, you might experience the following error when running Magento:

Fatal error: Maximum function nesting level of ‘256’ reached, aborting!

(instead of 256, the reported nesting level might be different)
Categories
Common Errors

“Base table or view not found” when installing a new Magento 2

The error

When installing a fresh instance of Magento 2 you may get one of the following error messages:

[PDOException]                                                                                    
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'magento.store_website' doesn't existCode language: plaintext (plaintext)

That’s weird, you say? Of course the table store_website doesn’t exist yet, because you were just trying to install Magento. So, where does that exception come from?