54 Posts
nzimas
10 years ago
0
Topic

In a personal database I am implementing, the title of each new entry is drawn from the name column (field user_name in Seblod).

To this end, I am setting the Live select list in option 2 of the site form editor to User. The Live Value is then configured to Current > name.

Although it does retrieve the value correctly, Seblod spews a few errors upon submission and also in the content view.

JUser: :_load: Unable to load user with ID 75

This error also appears when the user edits the article.

As it turns out, ID 75 is that of the article, not the user ID.

Likewise, after the form is submitted, the following message turns up:

Registration failed: Please enter your name.

Suffice to say that the user has already registered.

I believe this issue is related to storage locations, although the relevant user storage plugin is correctly bridged.

Is there a more failsafe approach to what I m trying to do?

Get a VIP membership