1

I have a fresh LAMP instance based on a bitnami image on AWS. All server requirements are met for Craft 2, but I'm getting a 500 error when trying to hit the site:

site.com is currently unable to handle this request. HTTP ERROR 500

Seeing this in the error log:

Uncaught Error: Call to a member function run() on integer

I've done separate db tests for pdo and mysqli -- connectivity seems fine. Permissions all look correct (774). Any thoughts on what could be causing?

2

1 Answer 1

2

So, turns out the issue was with the $app = require 'bootstrap.php'; line in app/index.php. There was another directory for smarty template engine that was getting pulled from for the bootstrap file. After removing that conflicting file, the issue was resolved. Strange issue, but hopefully can help if anyone bumps into this in the future...

0

Not the answer you're looking for? Browse other questions tagged or ask your own question.