#
Unable to setup back end Laravel code

Hello,

I am unable to setup the Laravel backend code, here is the error what I am getting 

https://greenyellow-porcupine-746587.hostingersite.com/

https://greenyellow-porcupine-746587.hostingersite.com/index.php


please assist me 


thanks 




Asked 2 months ago on March 27, 2025 3:48 AM Comments 92 times


  1. Generic placeholder image

    Ricky replied

    Hello 
    any issue than tell me.

    Thanks,

    Ricky.
  2. Generic placeholder image

    Ambikesh Tripathi replied

    1 709 700 792

     

    Please connect hereto check api code

  3. Generic placeholder image

    Ricky replied

    ok 
    connect than tell me

    Thanks,

    Ricky.
  4. Generic placeholder image

    Ambikesh Tripathi replied

    Dear as per your message over my anydesk I think you are looking for api and laravel code.. 

    I am flutter mobile app developer so I don't have that.. Allow me some time i will tell my web developer laravel to connect with you for the same

  5. Generic placeholder image

    Ambikesh Tripathi replied

    Kindly check now

    Full access

     

     

  6. Generic placeholder image

    Ricky replied

    Hello
    google remote use?

    Thanks,

    Ricky.
  7. Generic placeholder image

    Ricky replied

    Thanks,

    Ricky.
  8. Generic placeholder image

    Ambikesh Tripathi replied

    Ok

     

     

  9. Generic placeholder image

    Ricky replied

    Hello

    you give me file access only.

    Thanks,

    Ricky.
  10. Generic placeholder image

    Ambikesh Tripathi replied

    I am available please send now

    Please

  11. Generic placeholder image

    Ricky replied

    Hello

    please available

    Thanks,

    Ricky.
  12. Generic placeholder image

    Ambikesh Tripathi replied

    My Anydesk ID : 662345470

    I am available for Next Hour, Please Connect Now and See the Error

    Please Connect Now

  13. Generic placeholder image

    Ambikesh Tripathi replied

    My Any Desk ID is same
    I am available for Next Hour
    Please Connect Now and See the Error 


  14. Generic placeholder image

    Ricky replied

    Hello
    Are you available?

    Thanks,

    Ricky.
  15. Generic placeholder image

    Ambikesh Tripathi replied

    2 mins . 

  16. Generic placeholder image

    Ricky replied

    Thanks,

    Ricky.
  17. Generic placeholder image

    Ambikesh Tripathi replied

    Please connect again now 

  18. Generic placeholder image

    Ambikesh Tripathi replied

    Did you get access?

  19. Generic placeholder image

    Ambikesh Tripathi replied

    Yes i m available

  20. Generic placeholder image

    Ricky replied

    Hello 

    Are you available?
     
    Thanks,

    Ricky.
  21. Generic placeholder image

    Ricky replied

    Hello
    Please give me access to modify — currently, I can only view the file, not access the screen.

    Thanks,

    Ricky.
  22. Generic placeholder image

    Ambikesh Tripathi replied

    Please join I m waiting ..

     

    Thanks 

  23. Generic placeholder image

    Ambikesh Tripathi replied

    662345470

     

    Please join here 

  24. Generic placeholder image

    Ricky replied

    Hello
    Available than tell me.

    Thanks,

    Ricky.
  25. Generic placeholder image

    Ambikesh Tripathi replied

    My Anydesk ID : 662345470

    Please cOnnect Now

  26. Generic placeholder image

    Ricky replied

    Hello 
    please share your anydesk.

    Thanks,

    Ricky.
  27. Generic placeholder image

    Ambikesh Tripathi replied

    Dont Know Why You are Not Getting My Point.

    What i am telling you is => Everytime Even With UNIQUE EMAIL ID I am getting same Response
    that is my Issue!

    I am Using 4 Different EMAIl ID for Registration and Everytime i am getting the same Response that Email id has been taken already!

    That is my issue and hope now you are getting this!

  28. Generic placeholder image

    John replied

     

    Regards,
    MeetMighty Support Person
    John.
  29. Generic placeholder image

    John replied

    Hi Ambikesh,

    I think the error log is well detailed.

    The username already exist and the email must be a valid email address 

    Try with the following correct details and see if issue persist

    Please revert back if any issue.

    Regards,
    MeetMighty Support Person
    John.
  30. Generic placeholder image

    Ambikesh Tripathi replied

  31. Generic placeholder image

    John replied

    Hi Ambikesh,

    Could you please leave a detailed log of the error you are getting?

    You can check the terminal of whatever IDE you are using (Vscode or Android Studio) for the same.

     

    I suggest you take a screenshot of the terminal at the time this issue occured so that I can be informed on how to help you.

    Regards,
    MeetMighty Support Person
    John.
  32. Generic placeholder image

    Ambikesh Tripathi replied

    After Following your Steps : Encrption issue has been resolved but now i am facing another issue!

    Which is as Below is my request : : 

    {
       "name":k9/weaJQ+6CNh7I5E03kBA==,
       "username":5Yzdb/4IUyEnIdvcAJjHKBOiIGmb3e/jklb7s5oA5Ew=,
       "user_type":QMJ7MZD6msqKOvsoHv+5Nw==,
       "contact_number":qdrK02FOl0dvs8tp8T51yw==,
       "email":5Yzdb/4IUyEnIdvcAJjHKBOiIGmb3e/jklb7s5oA5Ew=,
       "password":+jux7D99GWyclVwLr64ulA==,
       "player_id":,
       "partner_referral_code":
    }

    Below is Header : 

    {"content-type":"application/json; charset=utf-8","cache-control":"no-cache","accept":"application/json; charset=utf-8","Access-Control-Allow-Headers":"*","Access-Control-Allow-Origin":"*"}

     

    Error : But I am getting something went wrong

     

  33. Generic placeholder image

    John replied

    Hi Ambikesh,

    Please ensure you set the SECRET AND IV key in your .env on your server.

    And the exact same key should be set in the app side.

    You can go to encrypt.dart file and change accordingly

    I would leave a snippet for you.

    Regards,
    MeetMighty Support Person
    John.
  34. Generic placeholder image

    Ambikesh Tripathi replied

    I am trying to Setup this code and build has been generated now i am stuck at below level,
    At the Time of Registration When i am Passing my Own Email (Which is New and I am using it Frist Time) at the time of SIGNUP : [email protected]

    Error : Attached Document , Email id Already Exist (Why I am Getting this Everytime)? 

    Also i am doing the ENCRYPTION THROUGH this : 

    String encrypt(String value) {
    log("Encrypting Value: $value");
    final encrypted = _encrypter.encrypt(valueiv: _iv);
    return encrypted.base64;
    }

     /// Calls [encrypt] on the wrapped Algorithm.
    Encrypted encrypt(
    String input{
    IV? iv,
    Uint8List? associatedData,
    }) {
    return encryptBytes(
    convert.utf8.encode(input),
    iv: iv,
    associatedData: associatedData,
    );
    }

    ------------------------------------------------
    API : https://mydelevry.techievert.com/api
    We are using this Link for your Laravel Code
    Error : Still i am facing the same Error!

    ATTACHED FILES

  35. Generic placeholder image

    Ambikesh Tripathi replied

    can you please check ticket id :3953

  36. Generic placeholder image

    kane replied

    ok tell me where are you having issue or confusion ?

  37. Generic placeholder image

    Ambikesh Tripathi replied

    HI I need help regarding the app 

  38. Generic placeholder image

    kane replied

    issue are you facing due to onesignal not configured.

     

    check documentation and update oensigal values in constant.dart 

    ->Documentation

     

     
    Best regards,
    Kane
    Support Team
  39. Generic placeholder image

    Ambikesh Tripathi replied

    131 751 0067
  40. Generic placeholder image

    kane replied

     

    ok provide me remote access let me check whats the issue

     

    and before that first check out this point:

     

    1.did you enable emali login in firebase console ?

    2.and added firebase service json in app ?

  41. Generic placeholder image

    Ambikesh Tripathi replied

    Actually, the issue are :


    I'm unable to log in to the mobile app.
    It only shows a progress bar and doesn't display any error message.
    I've already updated the domain URL and keys in the mobile app as well.
    Here is the URL of the new-login API for your reference:
    https://mydelevry.techievert.com/api/new-login
     

    ATTACHED FILES

  42. Generic placeholder image

    kane replied

     

    hello,

    what issue are you facing ?

    please share me logs and screenshot for better understand issue

     
    Best regards,
    Kane
    Support Team
  43. Generic placeholder image

    Ambikesh Tripathi replied

    Hi John, 
    Can we connect now?
    If you are available right now.
  44. Generic placeholder image

    Ambikesh Tripathi replied

    Hi John,
    We can connect today via AnyDesk at 3:00 PM IST.
    This is my AnyDesk address ID: 131 751 0067
    Thank you!
  45. Generic placeholder image

    John replied

    Okay we can connect on Monday.

    Regards,
    MeetMighty Support Person
    John.
  46. Generic placeholder image

    Ambikesh Tripathi replied

    Can we connect on Monday?
    Actually, I was available before 1 PM, but I have some personal work now.
    That's why I’ll be available tomorrow, if that works for you.
  47. Generic placeholder image

    John replied

    Okay
    I would connect with you from 3 PM IST 
    Please be available at that time.

    Regards,
    MeetMighty Support Person
    John.
  48. Generic placeholder image

    Ambikesh Tripathi replied

    Hi John, 
    Can we connect today? 
    If possible
  49. Generic placeholder image

    Ambikesh Tripathi replied

    Hi John,
     
    I'm unable to log in to the mobile app.
    It only shows a progress bar and doesn't display any error message.
    I've already updated the domain URL and keys in the mobile app as well.
    Here is the URL of the new-login API for your reference:
    https://mydelevry.techievert.com/api/new-login

    Thank you.
     
  50. Generic placeholder image

    John replied

    Yes, enable grpc on the server to be able to connect the admin with firebase for bidding.

    Regards,
    MeetMighty Support Person
    John.
  51. Generic placeholder image

    Ambikesh Tripathi replied

    ok , thanks . I will also enable grpc on server 
  52. Generic placeholder image

    John replied

    For the issue you are facing?

    Let me explain

    Data sent from the mobile app is encrypted and when received by the server, it gets decrypted and sent back to the app
    Now plain text cannot work in postman
    Please add the SECRET_KEY AND VIKEY in the .env file for this
    And also add the same keys in the flutter project

    encrypted_data.dart

    Regards,
    MeetMighty Support Person
    John.
  53. Generic placeholder image

    John replied

    Please on connecting to anydesk
    Provide access to the relevant things like keyboard, mouse, clipbaord
    And also please limit your keyboard usage as it doesn't allow me to control if you are controlling
    Lastly, keep an eye on Anydesk chat or notepad, incase I drop a message

    Regards,
    MeetMighty Support Person
    John.
  54. Generic placeholder image

    John replied

    Give me all access please.

    Regards,
    MeetMighty Support Person
    John.
  55. Generic placeholder image

    Ambikesh Tripathi replied

    Please connect
  56. Generic placeholder image

    Ambikesh Tripathi replied

    1 709 700 792
  57. Generic placeholder image

    Ambikesh Tripathi replied

    ok
  58. Generic placeholder image

    John replied

    Send me anydesk id

    Regards,
    MeetMighty Support Person
    John.
  59. Generic placeholder image

    Ambikesh Tripathi replied

    When I m running  api its posting empty data 

    {
        "errors": {
            "username": [
                "The username has already been taken."
            ],
            "email": [
                "The email must be a valid email address."
            ]
        }

    Can you please connect on any desk and check
  60. Generic placeholder image

    John replied

    HI,
    I don't quite understand what you mean by save the api data in firebase
    We provided a documentation for project setup which includes firebase
    Please check.
    If all steps are done and issue persist 
    Please revert back.

    Regards,
    MeetMighty Support Person
    John.
  61. Generic placeholder image

    Ambikesh Tripathi replied

    will it save the api data in firebase?
  62. Generic placeholder image

    John replied

    VIKEY=84k3m9pz7x2v6a5509123b1
    SECRET_KEY=39b8k204m7x6n550328q1r9d

    Regards,
    MeetMighty Support Person
    John.
  63. Generic placeholder image

    Ambikesh Tripathi replied

    HI

    I m not able to  run api .Its asking for  following keys:

    SECRET_KEY=
    VIKEY=  

    From where should I get these keys and How can I connect the api with firebase ?Please help me 
  64. Generic placeholder image

    John replied

    Hi, your issue has been fixed.
    Please, endeavour ro follow the steps in the documentation
    If you encounter any issue, please revert back.

    Regards,
    MeetMighty Support Person
    John.
  65. Generic placeholder image

    Ambikesh Tripathi replied

    Hi John ,
    are you there , 
    I am waiting,

    Please do it fast , I have other works as well, 

    Thanks
  66. Generic placeholder image

    Ambikesh Tripathi replied

    Hi John ,
    I have already used flutter version : 3.27.1

    So, we don't need to reinstall it.

    Kindly, run flutter --version or flutter --doctor ,to verify it.
  67. Generic placeholder image

    Ambikesh Tripathi replied

    can you please reconnect
  68. Generic placeholder image

    John replied

    Please let's connect via chrome remote desktop.

    Regards,
    MeetMighty Support Person
    John.
  69. Generic placeholder image

    Ambikesh Tripathi replied

    resend again plz
  70. Generic placeholder image

    John replied

    Regards,
    MeetMighty Support Person
    John.
  71. Generic placeholder image

    Ambikesh Tripathi replied

    ok , lets connect with this anydsk address  id : 131 751 0067
  72. Generic placeholder image

    John replied

    Ok.
    See you in 7 mins
    Please on connecting to anydesk, provide me full access to your pc and also keep an eye on notepad as I would message there if I need anything.

    Regards,
    MeetMighty Support Person
    John.
  73. Generic placeholder image

    Ambikesh Tripathi replied

    Hi John,

    Thank you for your availability at 4:00 PM.

     

    Actually, I am extending my 2:30 PM internal meeting, so we can now connect at 2:30 PM if you are available.

     

    Thanks!

  74. Generic placeholder image

    John replied

    Okay, 4 PM works for me.


    Regards,
    MeetMighty Support Person
    John.
  75. Generic placeholder image

    Ambikesh Tripathi replied

    Hi John,

    Due to some urgent work, I won't be able to connect at 2:30 PM.

    Could we connect after 4:00 PM, if that works for you?

     

    Thanks!

  76. Generic placeholder image

    John replied

    That's fine.
    Thanks for your consideration.
    See you at 2:30

    Regards,
    MeetMighty Support Person
    John.
  77. Generic placeholder image

    Ambikesh Tripathi replied

    Okay, no problem. We can connect at 2:30 PM, if possible.

  78. Generic placeholder image

    John replied

    Hi Ambikesh,
    Could we make it 2:00 PM onwards?

    I would be on break time during the time you suggested.

    Regards,
    MeetMighty Support Person
    John.
  79. Generic placeholder image

    Ambikesh Tripathi replied

    Hi John,

    We can connect via AnyDesk between 1:00 PM and 2:00 PM. Please ensure you're available during this time.
    This is my AnyDesk address ID: 131 751 0067

    Thank you!
  80. Generic placeholder image

    John replied

    Hi Ambikesh,
    Our Available time is 10 AM - 6:OO PM IST
    Monday -  Friday

    Regards,
    MeetMighty Support Person
    John.
  81. Generic placeholder image

    Ambikesh Tripathi replied

    Hello Could you please confirm me your availability time for the assist on the issue of java plugins versions issue?

    Thanks
  82. Generic placeholder image

    Ambikesh Tripathi replied

    Hi john,

    can we connect today in b/w 10 am to 12 pm.

  83. Generic placeholder image

    John replied

    Hi Ambikesh,
    Our availability time is from 10 AM - 6:00 PM IST
    You can connect the stipulated time.

    Regards,
    MeetMighty Support Person
    John.
  84. Generic placeholder image

    Ambikesh Tripathi replied

    Hello, When you are available to connect ?
  85. Generic placeholder image

    John replied

    Hi,

    Please confirm that you have taken the latest code from codecayon.

    If you have already made changes to this code, revert it or get a fresh installation.

    Make sure your have these requirements

    1. Flutter Version: 3.27.1
    2. JDK 17

    Run the command "flutter doctor -v" to confirm these things.

    If issue isn't solved after this, then revert back to me.

    Regards,
    MeetMighty Support Person
    John.
  86. Generic placeholder image

    Ambikesh Tripathi replied

    Hello, 

    I am unable to set up the Flutter code as I am getting the version issue. Attached is a screenshot for your reference. 
  87. Generic placeholder image

    V James replied

    your issue has been resolved via anydesk.

     

    We hope your experience was great! We would love to hear your thoughts or suggestions so we can continue to improve. Could you please take a moment to leave us a review?

     

    Your feedback helps us serve you better!

  88. Generic placeholder image

    Ambikesh Tripathi replied

    1 709 700 792

  89. Generic placeholder image

    Ambikesh Tripathi replied

    Okay, I am sharing you. 

  90. Generic placeholder image

    V James replied

    give us your anydesk id

  91. Generic placeholder image

    Ambikesh Tripathi replied

    Here is the Log files

     

    [2025-03-27 03:47:16] local.ERROR: Undefined array key 0 {"exception":"[object] (ErrorException(code: 0): Undefined array key 0 at /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Collections/Collection.php:1641)

    [stacktrace]

    #0 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Collections/Collection.php(1641): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()

    #1 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/app/Http/Middleware/InjectSettings.php(13): Illuminate\\Support\\Collection->offsetGet()

    #2 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): App\\Http\\Middleware\\InjectSettings->handle()

    #3 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/app/Http/Middleware/LanguageTranslator.php(15): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #4 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): App\\Http\\Middleware\\LanguageTranslator->handle()

    #5 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #6 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle()

    #7 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(78): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #8 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle()

    #9 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #10 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle()

    #11 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(121): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #12 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(64): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest()

    #13 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Session\\Middleware\\StartSession->handle()

    #14 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #15 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle()

    #16 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(67): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #17 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle()

    #18 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #19 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php(719): Illuminate\\Pipeline\\Pipeline->then()

    #20 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php(698): Illuminate\\Routing\\Router->runRouteWithinStack()

    #21 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php(662): Illuminate\\Routing\\Router->runRoute()

    #22 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php(651): Illuminate\\Routing\\Router->dispatchToRoute()

    #23 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(167): Illuminate\\Routing\\Router->dispatch()

    #24 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}()

    #25 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #26 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()

    #27 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()

    #28 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #29 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(40): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()

    #30 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()

    #31 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #32 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ValidatePostSize->handle()

    #33 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(86): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #34 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()

    #35 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/fruitcake/laravel-cors/src/HandleCors.php(38): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #36 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Fruitcake\\Cors\\HandleCors->handle()

    #37 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(39): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #38 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Http\\Middleware\\TrustProxies->handle()

    #39 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #40 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(142): Illuminate\\Pipeline\\Pipeline->then()

    #41 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(111): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()

    #42 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/public/index.php(51): Illuminate\\Foundation\\Http\\Kernel->handle()

    #43 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/server.php(21): require_once('/home/u13027173...')

    #44 {main}

    "} 

    [2025-03-27 03:59:31] local.ERROR: Undefined array key 0 {"exception":"[object] (ErrorException(code: 0): Undefined array key 0 at /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Collections/Collection.php:1641)

    [stacktrace]

    #0 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Collections/Collection.php(1641): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()

    #1 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/app/Http/Middleware/InjectSettings.php(13): Illuminate\\Support\\Collection->offsetGet()

    #2 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): App\\Http\\Middleware\\InjectSettings->handle()

    #3 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/app/Http/Middleware/LanguageTranslator.php(15): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #4 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): App\\Http\\Middleware\\LanguageTranslator->handle()

    #5 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #6 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle()

    #7 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(78): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #8 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle()

    #9 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #10 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle()

    #11 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(121): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #12 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(64): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest()

    #13 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Session\\Middleware\\StartSession->handle()

    #14 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #15 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle()

    #16 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(67): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #17 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle()

    #18 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #19 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php(719): Illuminate\\Pipeline\\Pipeline->then()

    #20 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php(698): Illuminate\\Routing\\Router->runRouteWithinStack()

    #21 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php(662): Illuminate\\Routing\\Router->runRoute()

    #22 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php(651): Illuminate\\Routing\\Router->dispatchToRoute()

    #23 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(167): Illuminate\\Routing\\Router->dispatch()

    #24 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}()

    #25 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #26 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()

    #27 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()

    #28 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #29 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(40): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()

    #30 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()

    #31 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #32 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ValidatePostSize->handle()

    #33 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(86): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #34 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()

    #35 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/fruitcake/laravel-cors/src/HandleCors.php(38): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #36 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Fruitcake\\Cors\\HandleCors->handle()

    #37 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(39): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #38 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Http\\Middleware\\TrustProxies->handle()

    #39 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #40 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(142): Illuminate\\Pipeline\\Pipeline->then()

    #41 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(111): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()

    #42 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/public/index.php(51): Illuminate\\Foundation\\Http\\Kernel->handle()

    #43 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/server.php(21): require_once('/home/u13027173...')

    #44 {main}

    "} 

    [2025-03-27 04:23:21] local.ERROR: Undefined array key 0 {"exception":"[object] (ErrorException(code: 0): Undefined array key 0 at /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Collections/Collection.php:1641)

    [stacktrace]

    #0 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Collections/Collection.php(1641): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()

    #1 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/app/Http/Middleware/InjectSettings.php(13): Illuminate\\Support\\Collection->offsetGet()

    #2 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): App\\Http\\Middleware\\InjectSettings->handle()

    #3 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/app/Http/Middleware/LanguageTranslator.php(15): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #4 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): App\\Http\\Middleware\\LanguageTranslator->handle()

    #5 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #6 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle()

    #7 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(78): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #8 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle()

    #9 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #10 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle()

    #11 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(121): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #12 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(64): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest()

    #13 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Session\\Middleware\\StartSession->handle()

    #14 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #15 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle()

    #16 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(67): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #17 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle()

    #18 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #19 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php(719): Illuminate\\Pipeline\\Pipeline->then()

    #20 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php(698): Illuminate\\Routing\\Router->runRouteWithinStack()

    #21 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php(662): Illuminate\\Routing\\Router->runRoute()

    #22 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php(651): Illuminate\\Routing\\Router->dispatchToRoute()

    #23 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(167): Illuminate\\Routing\\Router->dispatch()

    #24 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}()

    #25 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #26 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()

    #27 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()

    #28 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #29 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(40): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()

    #30 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()

    #31 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #32 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ValidatePostSize->handle()

    #33 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(86): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #34 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()

    #35 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/fruitcake/laravel-cors/src/HandleCors.php(38): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #36 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Fruitcake\\Cors\\HandleCors->handle()

    #37 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(39): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #38 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Http\\Middleware\\TrustProxies->handle()

    #39 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #40 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(142): Illuminate\\Pipeline\\Pipeline->then()

    #41 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(111): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()

    #42 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/public/index.php(51): Illuminate\\Foundation\\Http\\Kernel->handle()

    #43 {main}

    "} 

    [2025-03-27 04:23:36] local.ERROR: Undefined array key 0 {"exception":"[object] (ErrorException(code: 0): Undefined array key 0 at /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Collections/Collection.php:1641)

    [stacktrace]

    #0 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Collections/Collection.php(1641): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()

    #1 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/app/Http/Middleware/InjectSettings.php(13): Illuminate\\Support\\Collection->offsetGet()

    #2 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): App\\Http\\Middleware\\InjectSettings->handle()

    #3 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/app/Http/Middleware/LanguageTranslator.php(15): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #4 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): App\\Http\\Middleware\\LanguageTranslator->handle()

    #5 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #6 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle()

    #7 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(78): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #8 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle()

    #9 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #10 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle()

    #11 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(121): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #12 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(64): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest()

    #13 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Session\\Middleware\\StartSession->handle()

    #14 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #15 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle()

    #16 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(67): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #17 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle()

    #18 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #19 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php(719): Illuminate\\Pipeline\\Pipeline->then()

    #20 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php(698): Illuminate\\Routing\\Router->runRouteWithinStack()

    #21 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php(662): Illuminate\\Routing\\Router->runRoute()

    #22 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php(651): Illuminate\\Routing\\Router->dispatchToRoute()

    #23 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(167): Illuminate\\Routing\\Router->dispatch()

    #24 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}()

    #25 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #26 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()

    #27 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()

    #28 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #29 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(40): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()

    #30 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()

    #31 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #32 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ValidatePostSize->handle()

    #33 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(86): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #34 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()

    #35 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/fruitcake/laravel-cors/src/HandleCors.php(38): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #36 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Fruitcake\\Cors\\HandleCors->handle()

    #37 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(39): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #38 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Http\\Middleware\\TrustProxies->handle()

    #39 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()

    #40 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(142): Illuminate\\Pipeline\\Pipeline->then()

    #41 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(111): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()

    #42 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/public/index.php(51): Illuminate\\Foundation\\Http\\Kernel->handle()

    #43 /home/u130271737/domains/greenyellow-porcupine-746587.hostingersite.com/public_html/server.php(21): require_once('/home/u13027173...')

    #44 {main}

    "} 

     

  92. Generic placeholder image

    Kent replied

    share error log from storage\logs\ , Share latest error log.

    Thanks,
    Kent.
Recent Tickets
river is not receiving ri... 4 months ago on January 29, 2025 9:03 AM error starting 1 day ago on June 2, 2025 6:20 AM hi there 5 days ago on May 29, 2025 4:48 PM Class Schedule 5 days ago on May 29, 2025 10:35 AM First time installation... 2 weeks ago on May 18, 2025 10:09 AM App is showing blank afte... 3 weeks ago on May 8, 2025 2:57 PM The app Issue 1 month ago on April 30, 2025 6:44 PM Unable to setup back end ... 2 months ago on March 27, 2025 3:48 AM Friend Request and Distan... 2 months ago on March 18, 2025 4:11 AM Build Faild 2 months ago on March 9, 2025 2:15 PM