Hi thanks for your quick reply here's the log bro. hope you help me to fix it bro @Knight_Killertry to debug and share error log
ok thanks for your time i appreciate you bro, @White Devil bro can you help me to solve this issue if you are not busy and thank you very much bro for sharing us a good and quality script like this.ask @White Devil bro; this is his resource,
thanks a lotTranks xD
Many Many Thanks ... It Works ... Take a big loveFor 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
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
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.
Thank you very much friend, yes install get well, the problem is being in the installation of Addonsthanks a lot
Many Many Thanks ... It Works ... Take a big love
I will test now, I hope you can install the addons. thank you very much friend
HTTP ERROR 500 appears or nothing happens, it enters the list of addons, nothing else appears, and neither the system nor settings appears the addon, just nothing.
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!