- Posts: 30
How To / General
fields empty in moodle
- Green
- Topic Author
- Offline
- Junior Member
-
Less
More
7 years 2 months ago - 7 years 2 months ago #11
by Green
Replied by Green on topic fields empty in moodle
ok
there is the answer :
there is the answer :
Last edit: 7 years 2 months ago by Green.
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7906
7 years 2 months ago #12
by Antonio Durán
Replied by Antonio Durán on topic fields empty in moodle
I guess you enabled allow_url_fopen on Moodle side?
As for current reply: I don't know why you get no frst and lastname fields....I get them when I test with no data source set. Assuming the user you are testing with has name field set, I don't know why the fields don't show up.
As for current reply: I don't know why you get no frst and lastname fields....I get them when I test with no data source set. Assuming the user you are testing with has name field set, I don't know why the fields don't show up.
Please Log in or Create an account to join the conversation.
- Green
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 30
7 years 2 months ago #13
by Green
Replied by Green on topic fields empty in moodle
Yes I enable it.
Yes, the user has name and surname filled.
I think the problem come from the form to create an user which is from Virtuemart and not Joomla.
Since the mapping of the fields is in the code and not in tables, it must be done during the creation of the account and so, not found...
Am I right ?
Yes, the user has name and surname filled.
I think the problem come from the form to create an user which is from Virtuemart and not Joomla.
Since the mapping of the fields is in the code and not in tables, it must be done during the creation of the account and so, not found...
Am I right ?
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7906
7 years 2 months ago #14
by Antonio Durán
Replied by Antonio Durán on topic fields empty in moodle
I don't think so... If the data is already in the Joomla user table, it should show when getting user info, regardless of how the info got there in the first place.
Please Log in or Create an account to join the conversation.
- Green
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 30
7 years 2 months ago - 7 years 2 months ago #15
by Green
Replied by Green on topic fields empty in moodle
idem for this user who has name and surname in joomla and Virtuemart :
Last edit: 7 years 2 months ago by Green.
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7906
7 years 2 months ago #16
by Antonio Durán
Replied by Antonio Durán on topic fields empty in moodle
Checking the code responsible for this, it seems like if is is not entering a path it should.
Try going to Joomdle->Configuration and save config without doing any changes. Then check again.
If that does not help, go to joomla database, extensions table, and check entry with name=com_joomdle. Look at params field and lok for: additional_data_source":"no" to confrm it is there.
You should edit your posts you remove emails if you don't want them to get spammed.
Try going to Joomdle->Configuration and save config without doing any changes. Then check again.
If that does not help, go to joomla database, extensions table, and check entry with name=com_joomdle. Look at params field and lok for: additional_data_source":"no" to confrm it is there.
You should edit your posts you remove emails if you don't want them to get spammed.
Please Log in or Create an account to join the conversation.
- Green
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 30
7 years 2 months ago #17
by Green
Replied by Green on topic fields empty in moodle
ok
I try it
Thank's
I try it
Thank's
Please Log in or Create an account to join the conversation.
- Green
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 30
7 years 2 months ago #18
by Green
Replied by Green on topic fields empty in moodle
yes
It works now.
The file send name and surname
The account creation works for joomla and moodle.
Big thank's again
It works now.
The file send name and surname
The account creation works for joomla and moodle.
Big thank's again
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7906
7 years 2 months ago #19
by Antonio Durán
Replied by Antonio Durán on topic fields empty in moodle
Great, thanks for the feedback.
Please Log in or Create an account to join the conversation.