InfixEdu School - School Management System Software

InfixEdu School - School Management System Software v8.2.8

No permission to download

jacksii

New member
Mar 12, 2020
29
4
3
ya i m also facing admission problem. i will try to find solution in my free time


yes, well i have found that the ' display : none; will be apply while creating i dont know why but i have tried my level best but let me know if any success.

you can handle by database but also its not allocated to students due to code.

regards
 

kavishan

New member
May 21, 2019
14
7
3
yeah guys finally i nulled it
replace following functions to your instalcontoller.php
public function CheckPurchaseVerificationPage()
{
if (Session::get('step1') != 1) {
return redirect('install');
}

if (\Schema::hasTable('sm_general_settings')) {
$GetData = DB::table('sm_general_settings')->find(1);
if (empty($GetData)) {
return view('install.check_purchase_page');
} else {
$envatouser = $GetData->envato_user;
$purchasecode = $GetData->system_purchase_code;
$domain = $GetData->system_domain;

$UserData = Envato::verifyPurchase($purchasecode);
if (1==1) {





\Session::flash("message-success", "Congratulations! Your Purchase code already verified.");
return redirect()->back();
} else {
\Session::flash("message-danger", "Ops! Purchasde Code is not valid. Please try again.");
return view('install.check_purchase_page');
}
}
} else {
return view('install.check_purchase_page');
}
}

public function is_valid_domain_name($domain_name)
{
if (1 == 1) {
return TRUE;
} else return FALSE;
}
public function CheckVerifiedInput(Request $request)
{

$request->validate([
'envatouser' => 'required',
'purchasecode' => 'required',
'installationdomain' => 'required',
]);

if ($this->is_valid_domain_name($request->installationdomain)) {


$envatouser = htmlspecialchars($request->input('envatouser'));
$purchasecode = htmlspecialchars($request->input('purchasecode'));
$domain = htmlspecialchars($request->input('installationdomain'));

$UserData = Envato::verifyPurchase($purchasecode);

// if (!empty($UserData['verify-purchase']['item_id']) && (User::$item == $UserData['verify-purchase']['item_id'])) {
if (1==1) {


if (1==20) {
return redirect()->back()->with("message-danger");
} else {
Session::put('CheckVerifiedInput', 'success');
\Session::flash("message-success", "Congratulations! Purchase code is verified. hacked");
return redirect('check-environment');
}
} else {
\Session::flash("message-danger", "Ops! Purchase Code is not valid. Please try again.");
return redirect()->back()->with("message-danger", "Ops! Purchase Code is not valid. Please try again.");
}


return redirect()->back()->with("message-danger", "Ops! Purchase Code is not valid. Please try again.");
} else {
return redirect()->back()->with("message-danger", "Ops! Invalid Domain. Please try again.");
}
}
 

sunmughan

Active member
Banned User
Dec 31, 2019
238
159
43
CDN
codeair.in

sunmughan

Active member
Banned User
Dec 31, 2019
238
159
43
CDN
codeair.in
Getting this error while updating settings

"SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`godcode1_school2`.`sm_general_settings`, CONSTRAINT `sm_general_settings_session_id_foreign` FOREIGN KEY (`session_id`) REFERENCES `sm_academic_years` (`id`)) (SQL: update `sm_general_settings` set `school_name` = Sunshine School, `phone` = 9584215603, `email` = [email protected], `currency` = INR, `currency_symbol` = ₹, `updated_at` = 2020-05-23 12:47:51, `session_id` = 1, `language_id` = 1 where `id` = 1)"
 

goodnight

New member
May 20, 2020
6
0
1
I tried to upload it on my webhosting and it's not working I'm facing http error 500. I hope you can help me to install this on my cp panel thank you IMG_20200529_081116.jpg
 

jacksii

New member
Mar 12, 2020
29
4
3
Hey, share your cpanel details i would like to install this one on your server. I also need to configure one of the error that i have been facing so far. PM me
Regards
 

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