Hi,
That error is new to me, it almost sounds irrelevant as nothing gets serialize or unserialized.
What version of PHP are you using?
Also did you created the DB users table manually or with the demo install script?
Make you use the install script since the base schema, located at the root of the repo, differs from the one on the demo. To trigger the install script try deleting the users table from your DB and deleting the core/config.php file from the demo. If you navigate the demo from your browser you should see the install script.
If the error persist, in ps/register.php try printing the console somewhere after $user->register() gets executed
echo '<pre>';
print_r($user->console);
You should comment that line that does the redirects so you can see the output.
--
Project's home page http://ptejada.com/projects/uFlex/
---
You received this message because you are subscribed to the Google Groups "uFlex" group.
To unsubscribe from this group and stop receiving emails from it, send an email to uflex+un...@googlegroups.com.
To post to this group, send email to uf...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/uflex/d09c8e2d-3388-44e6-ad23-d6f10df90bc6%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.