InfixEdu School - School Management System Software

InfixEdu School - School Management System Software v8.2.8

No permission to download

NIZOMJONE

Member
May 5, 2022
44
22
8
I can not find the folder please specify the path

Nothing needs to be deleted. Go to the folder /storage/app/ find the file ".app_installed" and add the number 1 there and that's it.

Because the script checks whether the system is installed or not, so you have to say yes.
Here is a piece of code that checks.

PHP:
        $c = Storage::exists('.app_installed') ? Storage::get('.app_installed') : false;
        if (!$c) {
             if ($request->wantsJson()) {
                return response()->json(false);
            }
            return redirect('/install');
        }
 
  • Like
Reactions: ONSHOST

ONSHOST

Member
Jan 3, 2021
81
23
8
Nothing needs to be deleted. Go to the folder /storage/app/ find the file ".app_installed" and add the number 1 there and that's it.

Because the script checks whether the system is installed or not, so you have to say yes.
Here is a piece of code that checks.

PHP:
        $c = Storage::exists('.app_installed') ? Storage::get('.app_installed') : false;
        if (!$c) {
             if ($request->wantsJson()) {
                return response()->json(false);
            }
            return redirect('/install');
        }
Thank you its resolved.
 

NIZOMJONE

Member
May 5, 2022
44
22
8
bro, I found and added one. Now I can login but dashboard never appears. It's stuck on a plash screen spinning. Reinstalled so many times
After adding it, you have to get to the installation page again, write the database data and leave a check mark to clear. If it doesn't help, write to the PM, we won't clog up the topic.
 

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