Eclipse1124431
New member
- Aug 24, 2022
- 0
- 0
- 0
tag could you help with any nulled version of v6I agree many Bug in this source code. It developer tricks.
tag could you help with any nulled version of v6I agree many Bug in this source code. It developer tricks.
used previous versiontag could you help with any nulled version of v6
yes but i could not find the link to download the fileused previous version
tag i dont have link for v6 . please provide me linkused previous version
composer install
php artisan migrate
eyJpdiI6IkF4ZS9NOXdtYmxEN0k5MlRQaUZObVE9PSIsInZhbHVlIjoiQzliSzN5MUdJVG9nVGhxdWxoSzRoV3g5VmJ0TzJ3K0oxVEtkWVJwRm0wNVJXOFlTdVFXVlhZeW1rdVI3ZVp3byIsIm1hYyI6ImM4MTgyZmExNjJjNDU3ZTFmN2ZlNTQ1NDQ3NTEyMDIyNTkyNmJkNTZjZDcyZWZlNmIzYmEzNWM2NWEzYzFiMmIifQ==
I have success on installing and nulling it.
for those who are in doubt, I leave a tutorial below:
![]()
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:
Maybe u need to run this 2 times, if got an error.Code:php artisan migrate
Be Happy!
private function showWalletBalance($diposit , $refund, $date, $school_id){
return 1;
}
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.Which other one is better. Please recommend
Wrong section, kindly read the rules before posting.Content deleted
Hi, composer install exit with error do you have any idea of how to fix it please ?composer install
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
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
Thanks the directory was missing, now i have a database error do i need to edit my .env file before to run "composer install" ?
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
hi composer exits with this error help me pleaseI have success on installing and nulling it.
for those who are in doubt, I leave a tutorial below:
![]()
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:
Maybe u need to run this 2 times, if got an error.Code:php artisan migrate
Open file /storage/app/.app_installed and paste this code:
Code:eyJpdiI6IkF4ZS9NOXdtYmxEN0k5MlRQaUZObVE9PSIsInZhbHVlIjoiQzliSzN5MUdJVG9nVGhxdWxoSzRoV3g5VmJ0TzJ3K0oxVEtkWVJwRm0wNVJXOFlTdVFXVlhZeW1rdVI3ZVp3byIsIm1hYyI6ImM4MTgyZmExNjJjNDU3ZTFmN2ZlNTQ1NDQ3NTEyMDIyNTkyNmJkNTZjZDcyZWZlNmIzYmEzNWM2NWEzYzFiMmIifQ==
Be Happy!
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>