Hi!
I have issues when user is trying to Confirm Subscription. Confirm Subscription pop-up opens, but pressing "Submit" do nothing.
Thanks for great app.
Martins
P.S. I am planning to finish Latvian translation soon. What is the best way to submit the translation file?
[SOLVED]User can not confirm Subscription
[SOLVED]User can not confirm Subscription
Last edited by MartinsZB on Wed May 27, 2020 5:23 pm, edited 1 time in total.
Re: User can not confirm Subscription
In /appLms/controllers/CatalogLmsController.php
find:
and replace with:
find:
Code: Select all
$userinfo = $this->acl_man->getUser($id_user);
Code: Select all
$userinfo = $this->acl_man->getUser($id_user, false);
Per supporto GRATUITO contattatemi in privato qui
Re: [SOLVED]User can not confirm Subscription
Thanks Jasmines! It works as expected now.
Why the changes was necessary? I have some old version of the software or some wrong configuration in the system?
Why the changes was necessary? I have some old version of the software or some wrong configuration in the system?
Re: [SOLVED]User can not confirm Subscription
A bug in an older version, that pop-up has now been replaced with a responsive - and working - button.
---------------------
Massimiliano Ferrari
Elearnit - Elearning e Knowledge Management
https://www.elearnit.net
https://www.linkedin.com/in/massimilianoferrari
m.ferrari[at]elearnit.net
Skype: m_ferrari_it
Massimiliano Ferrari
Elearnit - Elearning e Knowledge Management
https://www.elearnit.net
https://www.linkedin.com/in/massimilianoferrari
m.ferrari[at]elearnit.net
Skype: m_ferrari_it
Re: [SOLVED]User can not confirm Subscription
Hi Max,
Thanks for your explanation. I have a default installation from Softaculous Auto Installer. It shows version 2.3.0. Looks like I must do a manual upgrade to the latest 2.3 version.
Regards,
Martins
Thanks for your explanation. I have a default installation from Softaculous Auto Installer. It shows version 2.3.0. Looks like I must do a manual upgrade to the latest 2.3 version.
Regards,
Martins
Re: [SOLVED]User can not confirm Subscription
The very last version is 2.4.1, reserved for association members until we release a new one. The one that comes with Softaculous is already the latest "public" version.
---------------------
Massimiliano Ferrari
Elearnit - Elearning e Knowledge Management
https://www.elearnit.net
https://www.linkedin.com/in/massimilianoferrari
m.ferrari[at]elearnit.net
Skype: m_ferrari_it
Massimiliano Ferrari
Elearnit - Elearning e Knowledge Management
https://www.elearnit.net
https://www.linkedin.com/in/massimilianoferrari
m.ferrari[at]elearnit.net
Skype: m_ferrari_it