InfixEdu School - School Management System Software

InfixEdu School - School Management System Software v9.2.0

No permission to download
  • Welcome to Babiato Forum! All Resources are 100% clean and Safe to Use

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

Active member
Jan 3, 2021
138
33
28
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.
 

Mrsam_1

Well-known member
Administrative
Trusted Seller
Jul 19, 2018
64,532
66,628
120
v6.8.1 is released, anyone has it nulled?
 

About us

  • Babiato Forum - The webmaster 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, updating Daily resource to make sure our community is one of the best.

Quick Navigation

User Menu