tj / luna

luna programming language - a small, elegant VM implemented in C
2.46k stars 148 forks source link

Unable to register new user on 0.8 #67

Closed Sortova closed 9 years ago

Sortova commented 9 years ago

Upgraded from 0.7 to 0.8 on Saturday morning. Now unable to register new users.

I can get through the form, but when I hit "Register" I get the error:

An error was encountered Error: Unable to create user.

This is the URL: /register.php?action=register

Did the database schema change between versions? The only thing that changed in register.php was the "elseif" to an "if". I put it back just to check but it didn't help.

My guess is that if a field was added to the DB then the post doesn't work. I haven't investigated it more deeply, but if I find anything I'll post it here.

Sortova commented 9 years ago

Ooops - I think I posted this in the wrong place.