Page 1 of 1

[SOLVED]User can not confirm Subscription

Posted: Wed May 27, 2020 7:40 am
by MartinsZB
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?

Re: User can not confirm Subscription

Posted: Wed May 27, 2020 8:56 am
by alfa24
In /appLms/controllers/CatalogLmsController.php
find:

Code: Select all

$userinfo = $this->acl_man->getUser($id_user);
and replace with:

Code: Select all

$userinfo = $this->acl_man->getUser($id_user, false);

Re: [SOLVED]User can not confirm Subscription

Posted: Wed May 27, 2020 5:25 pm
by MartinsZB
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?

Re: [SOLVED]User can not confirm Subscription

Posted: Wed May 27, 2020 5:30 pm
by max
A bug in an older version, that pop-up has now been replaced with a responsive - and working - button.

Re: [SOLVED]User can not confirm Subscription

Posted: Wed May 27, 2020 5:52 pm
by MartinsZB
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

Re: [SOLVED]User can not confirm Subscription

Posted: Wed May 27, 2020 6:04 pm
by max
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.