Urgent: Laravel Project Not Working – Error on Service Selection from Rider App
Dear MeetMighty Team,
We are facing a critical issue with the Laravel project delivered from your end, which is affecting app functionality.
Issue Summary
Frontend: Rider App (Flutter)
Backend: Laravel (Live Server)
Issue: App throws an error when selecting a service from the Rider app.
Log Extract:
[2025-08-04 11:55:29] production.ERROR:
Class "Grimzy\LaravelMysqlSpatial\Types\Point" not found
at /home/saaro/public_html/app/Http/Controllers/API/ServiceController.php:74
We tried resolving the above error by checking the package, but after that, other errors started appearing repeatedly and the application is still not functioning properly. This issue seems to originate from your Laravel backend code or its dependencies.
What We Need:
1. Kindly check and fix the Grimzy\LaravelMysqlSpatial package issue and any other related code inconsistencies.
2. Ensure that the Rider app service selection works smoothly after backend fixes.
3. Let us know if any package reinstall, migration, or environment change is needed on our end.
Please resolve this as soon as possible, as it’s currently blocking live usage.
Looking forward to your prompt action.
Best regards,
VJsofttech, Madurai
ATTACHED FILES
Asked 1 week ago on August 4, 2025 6:31 AM Comments 10 times
Vincent replied 9 hours ago on August 13, 2025 11:33 AM
Hello Maneesha Niluminda,
Have you updated the latest code from the codecanyon, which we shared with you?
And create a new support ticket for yourself.
Thanks & Regards,
- Vincent
Maneesha Niluminda replied 15 hours ago on August 13, 2025 5:43 AM
I/flutter ( 6033): === STATUS 200 SUCCESS ===
I/flutter ( 6033): Status Code: 200
I/flutter ( 6033): Response Body: {"pagination":{"total_items":0,"per_page":10,"currentPage":1,"totalPages":1},"data":[],"message":"Service not available in this location."}
I/flutter ( 6033): Response Headers: {cache-control: no-cache, private, transfer-encoding: chunked, date: Wed, 13 Aug 2025 05:41:32 GMT, x-ratelimit-limit: 60, access-control-allow-origin: *, vary: Accept-Encoding, x-ratelimit-remaining: 54, content-type: application/json, server: Apache}
services not load how can slove
Maneesha Niluminda replied 1 day ago on August 12, 2025 7:59 PM
plz help i also have same issue
Vincent replied 6 days ago on August 7, 2025 11:33 AM
Hello,
Have you updated the latest code from the zip code below, which we shared with you?
- Vincent
VJ sofftech replied 6 days ago on August 7, 2025 10:40 AM
Subject: Ride Accept Button Not Working – Urgent Attention Needed
Dear Dev Team,
I’m raising a ticket for an issue with the ride management module. The "Accept" button used to confirm ride assignments is not working.
Issue:
Clicking the "Accept" button does nothing — the ride status doesn’t change, and no confirmation appears.
Steps to Reproduce:
Go to the scheduled rides section.
Click the "Accept" button on any ride.
Notice that there’s no action or response.
This is a high-priority issue as it affects ride confirmation flow. Please look into it as soon as possible. A temporary manual fix can be used if needed until a proper resolution is in place.
Thank you for your help.
Best regards,
Vjsofttech
ATTACHED FILES
Vincent replied 1 week ago on August 5, 2025 1:07 PM
Hello,
Now backend need PHP 8.2 version, We have updated laravel 8 to laravel 11.
Here is the backend code :
https://limewire.com/d/PLDEB#Qe3nVmUB7p
Backup your old code and replace with this latest zip.
Link: https://docs.meetmighty.com/mightytaxi/#requirements
Update Code Step Link : https://docs.meetmighty.com/mightytaxi/#update-backend-code
- Vincent
VJ sofftech replied 1 week ago on August 4, 2025 7:32 AM
Hello Vincent,
I have already tried the suggested commands on the server:
However, the issue is still unresolved. Kindly help me by checking the project directly.
Please connect via AnyDesk for further assistance.
AnyDesk ID: 1172 500 001
It would be a huge support if you could help resolve the overall issues.
Looking forward to your response.
Thanks & Regards,
Vishnu
VJ sofftech replied 1 week ago on August 4, 2025 7:28 AM
Hello Vincent,
I have already executed both commands on the server:
composer dump-autoload
php artisan optimize:clear
But the issue still remains. Please check and let me know the next steps.
Thanks & Regards,
Vishnu
ATTACHED FILES
VJ sofftech replied 1 week ago on August 4, 2025 7:23 AM
Hello Vincent,
Thank you for the suggestions.
I have already tried running
composer dump-autoload
andphp artisan optimize:clear
in all relevant directories, but the issue still persists.Please connect via AnyDesk so we can resolve this together. My AnyDesk ID is: 1172500001
Looking forward to your support.
Thanks & Regards,
Vishnu
Vincent replied 1 week ago on August 4, 2025 6:42 AM
Hello,
Run below command in your project root directory (where you uploaded code) terminal or CMD:
composer dump-autoload
and,
php artisan optimize:clear
- Vincent