Escher was a PHP MVC framework developed by Thom Stricklin from 2011-2013. Escher implemented a hybrid of Model2 MVC and PAC architectures and CMS concepts as well as plugins and configuration wizards. Development halted in 2013 in favor of Kohana and later Symfony, which closely aligned to the same design principles as Escher.
I have have a small success rate, it works one time, then it just stops working.
I try doing a die_r($this->save()) on the Model_user::register() function and it is empty. I am not sure what is causing the error, I am at a loss.
This only happens on Facebook and Twitter, it does not happen with local registration. The registration vars do get assigned properly, but saving never occurs, it does fire the hook register_error, No server errors, no php errors/warnings. I turn off memcached, and it still doesn't register.
Yeah, I have seen this problem but haven't dealt with it yet. It is due to the unique key constraint on the email field. I'll fix this when I merge your pulls.
I have have a small success rate, it works one time, then it just stops working.
I try doing a
die_r($this->save())
on the Model_user::register() function and it is empty. I am not sure what is causing the error, I am at a loss.This only happens on Facebook and Twitter, it does not happen with local registration. The registration vars do get assigned properly, but saving never occurs, it does fire the hook
register_error
, No server errors, no php errors/warnings. I turn off memcached, and it still doesn't register.