php - White page after installing user plugin -



php - White page after installing user plugin -

i'm trying out phalcon first time. had working locally skeleton. tried add together user bundle here (i know it's in alpha) , i'm getting blank white page http code 200.

i've found actual error saying "auth" method missing if remove next code, whereas white page if add together back:

$di->set('auth', function() { homecoming new \phalcon\userplugin\auth\auth(); });

i found public/index.php file reaches end of seek block without throwing exceptions.

finally, had tried removing try/catch block , adding phalcon debugger - still white page.

how can farther debug , figure out why i'm getting white page?

php phalcon

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -