Thanks Vicktor!

I solved it, doing a fresh install.

I found a minor bug, in css styles. You see that "add account" label does not appears (betweeen "search" and "account list") in Chrome. You will have to upgrade for next version of flynax, adding the following value.

a.button_bar span.center_add {
display: inline-block !important;
}

admin/css/style.css

line 367