startop
Active member
- Feb 18, 2019
- 865
- 184
- 43
Help me please!. I have same problem with purchase code.nulled
nulled
urdomainname.com
please update it. i found latest version here but its not working for me
file-up.org - file up Resources and Information.
file-up.org is your first and best source for all of the information you’re looking for. From general topics to more of what you would expect to find here, file-up.org has it all. We hope you find what you are searching for!www.file-up.org
getting 500 error
how did you install it without database? i tried to install it with db seeder php install script but after 142 database i got timeout error. and few tables missing problem.hey, i have reviewed this version it working but the issue that i have been found after installation is;
unable to create the new students as NEW ADMISSION
unable to create the FEE STRUCTURE as when we select the fee type and master the AMOUNT INPUT will be hidden.
Regards
hey, i have reviewed this version it working but the issue that i have been found after installation is;
unable to create the new students as NEW ADMISSION
unable to create the FEE STRUCTURE as when we select the fee type and master the AMOUNT INPUT will be hidden.
Regards
Uploaded on | 2020-04-18 - 04:09:11 |
chk the file upload date
Uploaded on 2020-04-18 - 04:09:11
how did you install it without database? i tried to install it with db seeder php install script but after 142 database i got timeout error. and few tables missing problem.
my php timeout is 300 and i tried to seed database using my php file.hey, you need to increase the timeout speed using php or .htaccess while installation
moreover, if that thing is not possible at your end you need to upload database by manually creation which will be found in /database/folder in migration or etc,
if nothing will be happened than let me know i will provide your database file, my advise is to try your level best and check this script maybe i have making mistake during installation so that i found the above mentioned issues
regards
* Let me know for further successful.
my php timeout is 300 and i tried to seed database using my php file.
but when i checked few database seeders file was also missing so i replaced them with old version, and tried again but everytime after 142 tables i got timeout error. maybe its my host problem.<?php
$site_url = 'my site address';
$laravel_dir = __DIR__ . '/vendor/laravel';
require $laravel_dir . '/bootstrap/autoload.php';
$app = require_once $laravel_dir . '/bootstrap/app.php';
$kernel = $app->make(Illuminate\Contracts\Console\Kernel::class);
echo 'Installing...<br>';
$kernel->call('migrate', ['--force' => true]);
echo 'Seeding...<br>';
$kernel->call('db:seed', ['--force' => true]);
// redirect
echo "<script>window.location = '$site_url'</script>";
it will be great if you can share db.sql file if there is no sensitive info of your site in it,
thanks
thanks, because of it i am able to install it but i cant login to admin panel using [email protected] and 123456 as password.well, bro here is the database sql file you can download from here
moreover, if you resolve the FEE STRUCTURE issue than let me know as when i select the fee type and the AMOUNT input will be hidden automatically,
i have found that the auto code as ' style='display: none' will be applied
regards
let me know for this
thanks, because of it i am able to install it but i cant login to admin panel using [email protected] and 123456 as password.
thanks it workYou may login using username and password by [email protected] i mean same password as username.
Let me know for any success.
thanks it work