i have downloaded the source code of jforum and i need to use GenericUserDao class from my code to save a new user. The problem is that the new user is in cache but not in the database.
Anybody can help me? [originally posted on jforum.net by alfdev]
I'm trying to store user in jforum_users table from my code using GenericUserDAO. I guess it could be the sql query, i'm trying to solve it...i hope...!