Academy Learning Management System

Academy Learning Management System v6.12.2 Untouched

No permission to download

sir-pinoy

Member
Mar 11, 2020
44
17
8
Hi First of all thanks for the effort and amazing share it's Awesome , I really appreciate it. i am facing a error when i click coupon it was 500error here a screenshot hoping to help me to solve this problem thanks a lot. caupon error.JPG
 

Knight_Killer

Active member
Trusted Uploader
Aug 28, 2020
135
94
28
Hi First of all thanks for the effort and amazing share it's Awesome , I really appreciate it. i am facing a error when i click coupon it was 500error here a screenshot hoping to help me to solve this problem thanks a lot. caupon error.JPG
try to debug and share error log
 

sir-pinoy

Member
Mar 11, 2020
44
17
8
try to debug and share error log
Hi thanks for your quick reply here's the log bro. hope you help me to fix it bro @Knight_Killer
dlDZkBD.jpg
 
Last edited:

Abid550

Member
Dec 31, 2019
89
24
8
cyber24bd.com
Tranks xD
thanks a lot
For Baypass Purchased Code Install version 5, you must add one line of code
between lines 49 and 50

Application >Controller > Install.php

49 ---> $validation_response = $this->crud_model->curl_request($purchase_code);

50 ---> if ($validation_response == true) {



add


49 ---> $validation_response = $this->crud_model->curl_request($purchase_code);

50 ---> $validation_response = true; /* Add This Line */

51 ---> if ($validation_response == true) {


Good Lucky
Many Many Thanks ... It Works ... Take a big love
 

Abid550

Member
Dec 31, 2019
89
24
8
cyber24bd.com
For Baypass Purchased Code Addon version 5, you must uncomment or deleted

Application > Models > Addon_model

start line 14

/* if ($param1 == 'install'){
if($_SERVER['SERVER_NAME'] == 'localhost' || $_SERVER['SERVER_NAME'] == '127.0.0.1'){
//Local server
$purchase_code = null;
}else{
$purchase_code = $this->input->post('purchase_code');
// $addon_exits = $this->get_addon_by_purchase_code($purchase_code);
// if($addon_exits->num_rows() > 0){
// $this->session->set_flashdata('error_message', get_phrase('you_have_already_used_this_purchase_code'));
// redirect(site_url('admin/addon'), 'refresh');
// }
$status_response = $this->crud_model->curl_request($purchase_code);
if(!$status_response){
$this->session->set_flashdata('error_message', get_phrase('purchase_code_is_wrong').'. '.get_phrase('please_enter_your_valid_purchase_code'));
redirect(site_url('admin/addon'), 'refresh');
}
}
}*/

end line 34

Success to install addon
1626880556654.png


Working .... Thanks
 

sir-pinoy

Member
Mar 11, 2020
44
17
8
1626880556654.png


Working .... Thanks
Hi First of all thanks for the effort and amazing share it's Awesome , I really appreciate it. i am facing a error when i click coupon it was 500error here a screenshot hoping to help me to solve this problem thanks a lot.
dlDZkBD.jpg
 

fury3d

New member
May 10, 2022
4
0
1
1626880556654.png


Working .... Thanks
I know it would be asking too much, but by chance you wouldn't have the modified files ready? since the lms 5 appeared here I don't use it, because I wanted the addons, but I'm almost using it without addons, but the addons like offline payment, certificates, liveclass and others are very interesting!
 

stanya62

Member
May 11, 2020
80
15
8
Hi can anyone please help me install this am stuck at the purchase code
did this

For Baypass Purchased Code Install version 5, you must add one line of code
between lines 49 and 50

Application >Controller > Install.php

49 ---> $validation_response = $this->crud_model->curl_request($purchase_code);

50 ---> if ($validation_response == true) {


add


49 ---> $validation_response = $this->crud_model->curl_request($purchase_code);

50 ---> $validation_response = true; /* Add This Line */

51 ---> if ($validation_response == true) {


but its not working
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu