Ajax register Can't get data.
- Saka
- Offline
- Administrator
11 years 8 months ago #6945
by Saka
Emir Sakic
www.sakic.net
Firstly, put the code in CODE tags, I can't read it like this.
Re-install AJAX Register and make sure its system and user plugins are updated too. If needed, replace them with FTP.
Re-install AJAX Register and make sure its system and user plugins are updated too. If needed, replace them with FTP.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.
- Carlos
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
11 years 8 months ago #6946
by Carlos
Thanks
When I get the user object it does not have the 'extra' content. I've reinstall the plug in on Joomla 2.5 and still can't get the data.
Do I have to be logged as administrator to get the data?
I've used the code that you gave me without success..
I'm very sorry for bother you so much. But I'm really lost here.
Thank you very much.
When I get the user object it does not have the 'extra' content. I've reinstall the plug in on Joomla 2.5 and still can't get the data.
Do I have to be logged as administrator to get the data?
I've used the code that you gave me without success..
I'm very sorry for bother you so much. But I'm really lost here.
Thank you very much.
Please Log in or Create an account to join the conversation.
- Saka
- Offline
- Administrator
11 years 8 months ago #6947
by Saka
Emir Sakic
www.sakic.net
Send me the access info (admin pass + FTP) and I will take a look.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.
- Carlos
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
11 years 7 months ago #6948
by Carlos
Did you get the access info correctly?
Please Log in or Create an account to join the conversation.
- Carlos
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
11 years 7 months ago #6952
by Carlos
I found my end doing this:
$dab = & JFactory::getDBO();
$query = "SELECT * FROM f1yl6_ajaxregister_field_values WHERE user_id = '$userId' ORDER BY `f1yl6_ajaxregister_field_values`.`field_id` ASC";
$db->setQuery($query);
$result = $dab->loadObjectList();
Thanks for the help !
$dab = & JFactory::getDBO();
$query = "SELECT * FROM f1yl6_ajaxregister_field_values WHERE user_id = '$userId' ORDER BY `f1yl6_ajaxregister_field_values`.`field_id` ASC";
$db->setQuery($query);
$result = $dab->loadObjectList();
Thanks for the help !
Please Log in or Create an account to join the conversation.
- Saka
- Offline
- Administrator
11 years 7 months ago #6953
by Saka
Emir Sakic
www.sakic.net
You are welcome.
Please understand that you can't get personal support on your site within 24 hours. If you can't solve it with the information provided be patient and wait until I have time to take a look.
It should work just fine with the instructions provided here and you should not need to read it from the database directly. But if it solves your problem that's fine.
Please understand that you can't get personal support on your site within 24 hours. If you can't solve it with the information provided be patient and wait until I have time to take a look.
It should work just fine with the instructions provided here and you should not need to read it from the database directly. But if it solves your problem that's fine.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.