[SOLVED]User can not confirm Subscription

Anything about what happens on the user and teacher side
Post Reply
MartinsZB
Newbie
Posts: 13
Joined: Sun May 24, 2020 8:38 pm

[SOLVED]User can not confirm Subscription

Post 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?
Attachments
Screenshoot
Screenshoot
Last edited by MartinsZB on Wed May 27, 2020 5:23 pm, edited 1 time in total.
alfa24
Senior Boarder
Posts: 1982
Joined: Fri Nov 24, 2017 8:45 am

Re: User can not confirm Subscription

Post 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);
Per supporto GRATUITO contattatemi in privato qui
MartinsZB
Newbie
Posts: 13
Joined: Sun May 24, 2020 8:38 pm

Re: [SOLVED]User can not confirm Subscription

Post 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?
User avatar
max
FormaLms Guru
Posts: 2735
Joined: Thu Mar 01, 2012 10:41 am
Version: forma.lms 2.4
Contact:

Re: [SOLVED]User can not confirm Subscription

Post by max »

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
MartinsZB
Newbie
Posts: 13
Joined: Sun May 24, 2020 8:38 pm

Re: [SOLVED]User can not confirm Subscription

Post 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
User avatar
max
FormaLms Guru
Posts: 2735
Joined: Thu Mar 01, 2012 10:41 am
Version: forma.lms 2.4
Contact:

Re: [SOLVED]User can not confirm Subscription

Post 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.
---------------------
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
Post Reply