First time installation
Hi Team,
I purchased the project long time back. setting up now. I understand that its beyond your support period. Since I never asked any question I think its should be okay :)
I am installing the backend in a docker container. the project is running however I am hitting error due to my understanding gap or less information in the guide.
1. the project root folder doesnt have index.php , usually every Laravel project has it and it comes with own installation process. Here i see all installation is done via console.
What is the login URL ?
2. Somehow I think followed all step and stuck at this screen. I am accessing https://taxiadmin.visiontech.com.in/server.php
I am getting some error too when running php migrate too. how can we take this forward ?
ATTACHED FILES
Asked 3 days ago on May 18, 2025 10:09 AM Comments 24 times
Kent replied 1 day ago on May 20, 2025 8:44 AM
OKay , but no need to do that changes , let me know once you are available.
Kent.
Dwijadas Senapati replied 1 day ago on May 20, 2025 8:02 AM
Today I am busy, sorry. I had to change the code , as below. After that only backend is working.
Kent replied 2 days ago on May 20, 2025 4:19 AM
No Need to do changes in getSingleMediaSettingImage function , backend is working then frontend website is also working.
Kent.
Kent replied 2 days ago on May 20, 2025 4:02 AM
Let me check now , share anydesk now.
Kent.
Dwijadas Senapati replied 2 days ago on May 19, 2025 3:26 PM
https://taxiadmin.visiontech.com.in/login - this URL works. After login also everything works.
https://taxiadmin.visiontech.com.in - public page doesnt work. can it be we missed to sync the code ?
Dwijadas Senapati replied 2 days ago on May 19, 2025 1:15 PM
filw
ATTACHED FILES
Dwijadas Senapati replied 2 days ago on May 19, 2025 1:02 PM
I used suggestion from chatGPT
Kent replied 2 days ago on May 19, 2025 12:35 PM
Let me know once your php issue was resolved , and let us know if got any issue.
Kent.
Kent replied 2 days ago on May 19, 2025 11:44 AM
Accept anydesk request.
Kent.
Dwijadas Senapati replied 2 days ago on May 19, 2025 11:43 AM
thats my anydesk
Dwijadas Senapati replied 2 days ago on May 19, 2025 11:43 AM
i guess some issue with the package.
1866556788
Kent replied 2 days ago on May 19, 2025 11:42 AM
Okay , check and let me know.
Kent.
Dwijadas Senapati replied 2 days ago on May 19, 2025 11:41 AM
let me confirm that no missing code
Kent replied 2 days ago on May 19, 2025 11:29 AM
Share anydesk now.
Kent.
Kent replied 2 days ago on May 19, 2025 11:28 AM
Yes but in our code there is no file missing from our side . maybe it is not extracted properly or any other reason. can you share the error log from storage\logs\laravel-2025-05-19.log , this path.
Kent.
Dwijadas Senapati replied 2 days ago on May 19, 2025 11:24 AM
Its taking time for both of us. context switching. I am also doing something else. Will you be keen to connect over a screensharing anydesk ?
Dwijadas Senapati replied 2 days ago on May 19, 2025 11:22 AM
The package doesnt have any index.php file. how it will load the index page ? Correct me if am wrong ya.
Kent replied 2 days ago on May 19, 2025 11:19 AM
landing page url for the webadmin app : https://taxiadmin.visiontech.com.in
also share logs from storage\logs\laravel-2025-05-19.log
Kent.
Dwijadas Senapati replied 2 days ago on May 19, 2025 11:18 AM
https://taxiadmin.visiontech.com.in/info.php
Here you go bother.
Again .. what is the landing page url for the webadmin app ?
Kent replied 2 days ago on May 19, 2025 11:04 AM
Now just create info.php in public folder.
In that file just below
phpinfo();
?>
Dwijadas Senapati replied 2 days ago on May 19, 2025 11:00 AM
Kent replied 2 days ago on May 19, 2025 10:51 AM
Which PHP version you are using ?
Kent.
Dwijadas Senapati replied 3 days ago on May 19, 2025 7:34 AM
Thanks for your reply. Some errors are gone. What is the landing page of the backend ?
https://taxiadmin.visiontech.com.in/server.php - this still gives me error. a lot of 404
What info you need to give me valid suggestion. I am from kolkata, we can speak over WA or phone if you are comfirtable.
Kent replied 3 days ago on May 19, 2025 5:00 AM
Hello,
For resolve that issue just open DatabaseSeeder.php file from database\seeders\DatabaseSeeder.php path , show there was lines commented or not.
If lines are commented , then just remove comment slash (//) from lines and then run php artisan migrate:fresh --seed , this command will remove your all tables and data and create new fresh ,then run your project.
Kent.