InfixEdu School - School Management System Software

InfixEdu School - School Management System Software v8.2.8

No permission to download

hawaljoe2

New member
Aug 12, 2020
19
5
3
Wednesday at 2:30 AM
Hi guys,
How to bypass the license page on live server with internet connected?

I can't bypass the license page when I upload it into my Cpanel/live sever.

But I was able to bypass on localhost successful without internet. Even on localhost you cannot bypass the license page when you have internet connected. After bypassing the license page on localhost I get 404 error on the database page and can't proceed again...
Can anyone help nulled this script so that it can be install anywhere?
 

Kastkars

New member
Jul 2, 2022
0
0
0

I have success on installing and nulling it.

for those who are in doubt, I leave a tutorial below:

1635778779337.png


Download, and extract the last version of this code.
Open the extracted folder in terminal, or by SSH.
Run command:
Code:
composer install

Extract downloaded files from babiato again, replacing all files (DONT DELETE ALL, JUST REPLACE, LEAVE THE NEW FILES CREATED)

Copy .env.example to .env and replace database/url data with your data.
Open /database folder and import infixeduV6.sql to your new database.


Run command in terminal:
Code:
php artisan migrate
Maybe u need to run this 2 times, if got an error.

Open file /storage/app/.app_installed and paste this code:
Code:
eyJpdiI6IkF4ZS9NOXdtYmxEN0k5MlRQaUZObVE9PSIsInZhbHVlIjoiQzliSzN5MUdJVG9nVGhxdWxoSzRoV3g5VmJ0TzJ3K0oxVEtkWVJwRm0wNVJXOFlTdVFXVlhZeW1rdVI3ZVp3byIsIm1hYyI6ImM4MTgyZmExNjJjNDU3ZTFmN2ZlNTQ1NDQ3NTEyMDIyNTkyNmJkNTZjZDcyZWZlNmIzYmEzNWM2NWEzYzFiMmIifQ==

Be Happy!
 
Last edited:

Kastkars

New member
Jul 2, 2022
0
0
0

I have success on installing and nulling it.

for those who are in doubt, I leave a tutorial below:

1635778779337.png


Download, and extract the last version of this code.
Open the extracted folder in terminal, or by SSH.
Run command:
Code:
composer install

Extract downloaded files from babiato again, replacing all files (DONT DELETE ALL, JUST REPLACE, LEAVE THE NEW FILES CREATED)

Copy .env.example to .env and replace database/url data with your data.
Open /database folder and import infixeduV6.sql to your new database.


Run command in terminal:
Code:
php artisan migrate
Maybe u need to run this 2 times, if got an error.

Be Happy!

But it have a lot of bugs...
1635780033938.png


I'm trying to fix them, but its too much.

How to Bypass errors:​

To bypass the first error, you need to create column "school_id" in sms_templates table, and set value 1

To bypass the second error, you need to open HomeController.php in app/Http/Controllers and delete line 36.
In the lines 291 -> 305 replace fuction with this code:

PHP:
    private function showWalletBalance($diposit , $refund, $date, $school_id){
        return 1;
    }

Now the panel should work like this:
1635781053791.png
 
Last edited:

khota

New member
Dec 18, 2020
1
-2
1
I am only looking for this script because it has 3 leaflet fees voucher option which is only available in this otherwise there are many other those are better then this.
 

khota

New member
Dec 18, 2020
1
-2
1
Which other one is better. Please recommend
There are many like Global Multi School Management System but only Infix is offering 3 leaflet fees voucher option so we can use that for bank deposit. There are another one but that is desktop based so we cannot make that white labelled.
 

Mohamed2

New member
Aug 28, 2022
0
0
0

You won a big trip for free, don't forget to send us a postcard​

 
Last edited by a moderator:

sangpenguasa

New member
May 21, 2022
0
0
0
composer install
Hi, composer install exit with error do you have any idea of how to fix it please ?


Code:
Package fzaninotto/faker is abandoned, you should avoid using it. No replacement was suggested.
Package paypal/rest-api-sdk-php is abandoned, you should avoid using it. No replacement was suggested.
Generating optimized autoload files
Warning: Ambiguous class resolution, "Database\Seeders\sm_schoolsSeeder" was found in both "C:/infix/database/seeders/sm_schoolsSeeder.php" and "C:/infix/database/seeders/sm_schoolsSeeder___copy.php", the first will be used.
Class Twilio\TwiML\Voice\Echo_ located in C:/infix/vendor/twilio/sdk/src/Twilio\TwiML\Voice\Echo.php does not comply with psr-4 autoloading standard. Skipping.
Class App\Http\Controllers\Api\ApiSmHomeWorkController located in C:/infix/app\Http\Controllers\api\ApiSmHomeWorkController.php does not comply with psr-4 autoloading standard. Skipping.
Class App\Http\Controllers\Api\ApiSmLeaveController located in C:/infix/app\Http\Controllers\api\ApiSmLeaveController.php does not comply with psr-4 autoloading standard. Skipping.
Class App\Http\Controllers\SmApiController located in C:/infix/app\Http\Controllers\api\SmApiController.php does not comply with psr-4 autoloading standard. Skipping.
Class App\Http\Controllers\SmStudentAdmissionController located in C:/infix/app\Http\Controllers\SmStudentAdmissionController_old.php does not comply with psr-4 autoloading standard. Skipping.
Class App\Http\Controllers\SmClassRoutineNewController located in C:/infix/app\Http\Controllers\XSmClassRoutineNewController.php does not comply with psr-4 autoloading standard. Skipping.
> Illuminate\Foundation\ComposerScripts::postAutoloadDump

> @php artisan package:discover --ansi


   InvalidArgumentException

  Please provide a valid cache path.

  at C:\infix\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36
     32▕      */
     33▕     public function __construct(Filesystem $files, $cachePath)
     34▕     {
     35▕         if (! $cachePath) {
  ➜  36▕             throw new InvalidArgumentException('Please provide a valid cache path.');
     37▕         }
     38▕
     39▕         $this->files = $files;
     40▕         $this->cachePath = $cachePath;

  1   C:\infix\vendor\laravel\framework\src\Illuminate\View\ViewServiceProvider.php:88
      Illuminate\View\Compilers\Compiler::__construct(Object(Illuminate\Filesystem\Filesystem))

  2   C:\infix\vendor\laravel\framework\src\Illuminate\Container\Container.php:873
      Illuminate\View\ViewServiceProvider::Illuminate\View\{closure}(Object(Illuminate\Foundation\Application), [])
Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1
 

Kastkars

New member
Jul 2, 2022
0
0
0
Hi, composer install exit with error do you have any idea of how to fix it please ?


Code:
Package fzaninotto/faker is abandoned, you should avoid using it. No replacement was suggested.
Package paypal/rest-api-sdk-php is abandoned, you should avoid using it. No replacement was suggested.
Generating optimized autoload files
Warning: Ambiguous class resolution, "Database\Seeders\sm_schoolsSeeder" was found in both "C:/infix/database/seeders/sm_schoolsSeeder.php" and "C:/infix/database/seeders/sm_schoolsSeeder___copy.php", the first will be used.
Class Twilio\TwiML\Voice\Echo_ located in C:/infix/vendor/twilio/sdk/src/Twilio\TwiML\Voice\Echo.php does not comply with psr-4 autoloading standard. Skipping.
Class App\Http\Controllers\Api\ApiSmHomeWorkController located in C:/infix/app\Http\Controllers\api\ApiSmHomeWorkController.php does not comply with psr-4 autoloading standard. Skipping.
Class App\Http\Controllers\Api\ApiSmLeaveController located in C:/infix/app\Http\Controllers\api\ApiSmLeaveController.php does not comply with psr-4 autoloading standard. Skipping.
Class App\Http\Controllers\SmApiController located in C:/infix/app\Http\Controllers\api\SmApiController.php does not comply with psr-4 autoloading standard. Skipping.
Class App\Http\Controllers\SmStudentAdmissionController located in C:/infix/app\Http\Controllers\SmStudentAdmissionController_old.php does not comply with psr-4 autoloading standard. Skipping.
Class App\Http\Controllers\SmClassRoutineNewController located in C:/infix/app\Http\Controllers\XSmClassRoutineNewController.php does not comply with psr-4 autoloading standard. Skipping.
> Illuminate\Foundation\ComposerScripts::postAutoloadDump

> @php artisan package:discover --ansi


   InvalidArgumentException

  Please provide a valid cache path.

  at C:\infix\vendor\laravel\framework\src\Illuminate\View\Compilers\Compiler.php:36
     32▕      */
     33▕     public function __construct(Filesystem $files, $cachePath)
     34▕     {
     35▕         if (! $cachePath) {
  ➜  36▕             throw new InvalidArgumentException('Please provide a valid cache path.');
     37▕         }
     38▕
     39▕         $this->files = $files;
     40▕         $this->cachePath = $cachePath;

  1   C:\infix\vendor\laravel\framework\src\Illuminate\View\ViewServiceProvider.php:88
      Illuminate\View\Compilers\Compiler::__construct(Object(Illuminate\Filesystem\Filesystem))

  2   C:\infix\vendor\laravel\framework\src\Illuminate\Container\Container.php:873
      Illuminate\View\ViewServiceProvider::Illuminate\View\{closure}(Object(Illuminate\Foundation\Application), [])
Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1

Just create a folder named "views" in /storage/framework folder
like this:

1636059187459.png
Check if you have this 3 folders on your folder.
 

Kastkars

New member
Jul 2, 2022
0
0
0
Thanks the directory was missing, now i have a database error do i need to edit my .env file before to run "composer install" ?



Yes, in that pastebin PHP says that it cant connect to SQL server. So probably your problem is with:
1. Your .env configuration OR
2. Your SQL Server instalation (maybe service not started, maybe wrong port, maybe firewall).

Please guy, PM-me if u have more doubts. Try to avoid flood this topic :D
 
  • Like
Reactions: GeezSS

mrvictor

New member
May 21, 2022
0
1
2
purchase code verify only when youre offline,

but i'm facing problem after purchase code when it's redirect to database setup page it's showing page not found
can anyone help me
 
Last edited:

greyhat3301

New member
Sep 5, 2022
0
0
0
Illuminate\Database\QueryException {#4715 ▼
#sql: "select * from `sm_home_page_settings` where `school_id` = ? limit 1"
#bindings: array:1 [▶]
#message: "SQLSTATE[42S22]: Column not found: 1054 Unknown column 'school_id' in 'where clause' (SQL: select * from `sm_home_page_settings` where `school_id` = 1 limit 1)"
#code: "42S22"
#file: "C:\xampp\htdocs\portal\vendor\laravel\framework\src\Illuminate\Database\Connection.php"
#line: 703
-previous: PDOException {#4663 ▶}
+errorInfo: array:3 [▶]
trace: {▶}
}


////////////////
please how can i solve this?
 

pranjal71

New member
Sep 10, 2022
0
0
0
hello please help me im facing this error
Code:
Warning: require(C:\xampp\htdocs\InfixEdu 6.3.2\101_v5_lv7-master/vendor/autoload.php): Failed to open stream: No such file or directory in C:\xampp\htdocs\InfixEdu 6.3.2\101_v5_lv7-master\index.php on line 24

Fatal error: Uncaught Error: Failed opening required 'C:\xampp\htdocs\InfixEdu 6.3.2\101_v5_lv7-master/vendor/autoload.php' (include_path='\xampp\php\PEAR') in C:\xampp\htdocs\InfixEdu 6.3.2\101_v5_lv7-master\index.php:24 Stack trace: #0 {main} thrown in C:\xampp\htdocs\InfixEdu 6.3.2\101_v5_lv7-master\index.php on line 24
 

pranjal71

New member
Sep 10, 2022
0
0
0

I have success on installing and nulling it.

for those who are in doubt, I leave a tutorial below:

1635778779337.png


Download, and extract the last version of this code.
Open the extracted folder in terminal, or by SSH.
Run command:
Code:
composer install

Extract downloaded files from babiato again, replacing all files (DONT DELETE ALL, JUST REPLACE, LEAVE THE NEW FILES CREATED)

Copy .env.example to .env and replace database/url data with your data.
Open /database folder and import infixeduV6.sql to your new database.


Run command in terminal:
Code:
php artisan migrate
Maybe u need to run this 2 times, if got an error.

Open file /storage/app/.app_installed and paste this code:
Code:
eyJpdiI6IkF4ZS9NOXdtYmxEN0k5MlRQaUZObVE9PSIsInZhbHVlIjoiQzliSzN5MUdJVG9nVGhxdWxoSzRoV3g5VmJ0TzJ3K0oxVEtkWVJwRm0wNVJXOFlTdVFXVlhZeW1rdVI3ZVp3byIsIm1hYyI6ImM4MTgyZmExNjJjNDU3ZTFmN2ZlNTQ1NDQ3NTEyMDIyNTkyNmJkNTZjZDcyZWZlNmIzYmEzNWM2NWEzYzFiMmIifQ==

Be Happy!
hi composer exits with this error help me please
Code:
C:\xampp\htdocs\InfixEdu 6.3.2\101_v5_lv7-master>composer install
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Your lock file does not contain a compatible set of packages. Please run compose
r update.

  Problem 1
    - dompdf/dompdf is locked to version v0.8.6 and an update of this package wa
s not requested.
    - dompdf/dompdf v0.8.6 requires php ^7.1 -> your php version (8.0.7) does no
t satisfy that requirement.
  Problem 2
    - fzaninotto/faker is locked to version v1.9.2 and an update of this package
 was not requested.
    - fzaninotto/faker v1.9.2 requires php ^5.3.3 || ^7.0 -> your php version (8
.0.7) does not satisfy that requirement.
  Problem 3
    - renatomarinho/laravel-page-speed is locked to version 1.9.0 and an update
of this package was not requested.
    - renatomarinho/laravel-page-speed 1.9.0 requires php ^5.6 || ^7.0 -> your p
hp version (8.0.7) does not satisfy that requirement.
  Problem 4
    - dompdf/dompdf v0.8.6 requires php ^7.1 -> your php version (8.0.7) does no
t satisfy that requirement.
    - barryvdh/laravel-dompdf v0.8.7 requires dompdf/dompdf ^0.8 -> satisfiable
by dompdf/dompdf[v0.8.6].
    - barryvdh/laravel-dompdf is locked to version v0.8.7 and an update of this
package was not requested.


C:\xampp\htdocs\InfixEdu 6.3.2\101_v5_lv7-master>
 

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