Issues With Mail && Cron Jobs

Hey eveyone! We have been using your V4 for a little over a year. We are trying to make the switch to V5. So I have the new version installed no issue there. The issues comes from two things.

  1. Cron jobs keep saying they need to be enabled.
    I have the cron jobs set as the following:

cd /home/servername/public_html/smarthomebyace.com/invoicing && /usr/bin/php -d register_argc_argv=On artisan schedule:run >> /dev/null 2>&1

I have tried every configuration you can think of including alot of the solutions in this forum. I am using Go Daddy as the hosting platform.

  1. The emails dont send at all (im assuming it has to do with cron jobs) All of the email settings we used are the same settings we used for V4 and have no issues with V4.

any help would be greatly appreciated. If we need to switch hosting we can do that if we think that’s the issue

Hi,

What do you see if you run the command from the command line without >> /dev/null 2>&1 at the end?

Also, have you seen the info here:

let me try that. I have seen that and also this as well

I have tried everything recommended their

Ok so i tried the command without >> /dev/null 2>&1 at the end
Now im getting a cron output email every minute with the following below

No scheduled commands are ready to run.
X-Powered-By: PHP/7.4.33
Content-type: text/html; charset=UTF-8

However still no emails yet. now the laravel-error.log file is showing this error now

[2022-12-08T01:31:50.467200+00:00] production.ERROR: Uncaught TypeError: Cannot read properties of undefined (reading ‘errors’) {“context”:“JavaScript”,“user_id”:1,“account_id”:“1”,“user_name”:“Cameron Dobbs”,“method”:“GET”,“user_agent”:“Mozilla/5.0 (Linux; Android 13; SM-S908U1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36”,“locale”:“en”,“ip”:“68.40.81.156”,“count”:1,“is_console”:“no”,“is_api”:“no”,“db_server”:“mysql”,“url”:“log_error”} []

Then this is from the laravel.log file

[2022-12-08 16:29:14] production.ERROR: Parameter offset must be >= 0 {“userId”:1,“exception”:"[object] (OutOfRangeException(code: 0): Parameter offset must be >= 0 at /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/app/Mail/SupportMessageSent.php:49)
[stacktrace]
#0 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/app/Mail/SupportMessageSent.php(49): LimitIterator->__construct(Object(SplFileObject), -24, 76)
#1 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\Mail\SupportMessageSent->build()
#2 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\Container\BoundMethod::Illuminate\Container\{closure}()
#3 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\Container\Util::unwrapIfClosure(Object(Closure))
#4 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\Container\BoundMethod::callBoundMethod(Object(Illuminate\Foundation\Application), Array, Object(Closure))
#5 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Container/Container.php(653): Illuminate\Container\BoundMethod::call(Object(Illuminate\Foundation\Application), Array, Array, NULL)
#6 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Mail/Mailable.php(175): Illuminate\Container\Container->call(Array)
#7 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Support/Traits/Localizable.php(19): Illuminate\Mail\Mailable->Illuminate\Mail\{closure}()
#8 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Mail/Mailable.php(188): Illuminate\Mail\Mailable->withLocale(NULL, Object(Closure))
#9 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Mail/Mailer.php(304): Illuminate\Mail\Mailable->send(Object(Illuminate\Mail\Mailer))
#10 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Mail/Mailer.php(258): Illuminate\Mail\Mailer->sendMailable(Object(App\Mail\SupportMessageSent))
#11 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Mail/PendingMail.php(124): Illuminate\Mail\Mailer->send(Object(App\Mail\SupportMessageSent))
#12 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/app/Http/Controllers/Support/Messages/SendingController.php(79): Illuminate\Mail\PendingMail->send(Object(App\Mail\SupportMessageSent))
#13 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\Http\Controllers\Support\Messages\SendingController->__invoke(Object(Illuminate\Http\Request))
#14 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(45): Illuminate\Routing\Controller->callAction(‘__invoke’, Array)
#15 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Routing/Route.php(262): Illuminate\Routing\ControllerDispatcher->dispatch(Object(Illuminate\Routing\Route), Object(App\Http\Controllers\Support\Messages\SendingController), ‘__invoke’)
#16 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Routing/Route.php(205): Illuminate\Routing\Route->runController()
#17 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Routing/Router.php(695): Illuminate\Routing\Route->run()
#18 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\Routing\Router->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request))
#19 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/app/Http/Middleware/QueryLogging.php(40): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#20 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): App\Http\Middleware\QueryLogging->handle(Object(Illuminate\Http\Request), Object(Closure))
#21 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#22 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\Routing\Middleware\SubstituteBindings->handle(Object(Illuminate\Http\Request), Object(Closure))
#23 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/app/Http/Middleware/Locale.php(34): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#24 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): App\Http\Middleware\Locale->handle(Object(Illuminate\Http\Request), Object(Closure))
#25 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/app/Http/Middleware/TokenAuth.php(80): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#26 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): App\Http\Middleware\TokenAuth->handle(Object(Illuminate\Http\Request), Object(Closure))
#27 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/app/Http/Middleware/SetDb.php(41): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#28 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): App\Http\Middleware\SetDb->handle(Object(Illuminate\Http\Request), Object(Closure))
#29 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Routing/Middleware/ThrottleRequests.php(127): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#30 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Routing/Middleware/ThrottleRequests.php(63): Illuminate\Routing\Middleware\ThrottleRequests->handleRequest(Object(Illuminate\Http\Request), Object(Closure), Array)
#31 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\Routing\Middleware\ThrottleRequests->handle(Object(Illuminate\Http\Request), Object(Closure), ‘300’, ‘1’)
#32 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#33 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Routing/Router.php(697): Illuminate\Pipeline\Pipeline->then(Object(Closure))
#34 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Routing/Router.php(672): Illuminate\Routing\Router->runRouteWithinStack(Object(Illuminate\Routing\Route), Object(Illuminate\Http\Request))
#35 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Routing/Router.php(636): Illuminate\Routing\Router->runRoute(Object(Illuminate\Http\Request), Object(Illuminate\Routing\Route))
#36 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Routing/Router.php(625): Illuminate\Routing\Router->dispatchToRoute(Object(Illuminate\Http\Request))
#37 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(166): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request))
#38 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}(Object(Illuminate\Http\Request))
#39 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/sentry/sentry-laravel/src/Sentry/Laravel/Http/SetRequestIpMiddleware.php(55): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#40 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Sentry\Laravel\Http\SetRequestIpMiddleware->handle(Object(Illuminate\Http\Request), Object(Closure))
#41 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/sentry/sentry-laravel/src/Sentry/Laravel/Http/SetRequestMiddleware.php(52): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#42 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Sentry\Laravel\Http\SetRequestMiddleware->handle(Object(Illuminate\Http\Request), Object(Closure))
#43 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/livewire/livewire/src/DisableBrowserCache.php(19): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#44 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Livewire\DisableBrowserCache->handle(Object(Illuminate\Http\Request), Object(Closure))
#45 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/app/Http/Middleware/Cors.php(25): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#46 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): App\Http\Middleware\Cors->handle(Object(Illuminate\Http\Request), Object(Closure))
#47 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/fideloper/proxy/src/TrustProxies.php(57): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#48 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Fideloper\Proxy\TrustProxies->handle(Object(Illuminate\Http\Request), Object(Closure))
#49 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#50 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\Foundation\Http\Middleware\TransformsRequest->handle(Object(Illuminate\Http\Request), Object(Closure))
#51 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull->handle(Object(Illuminate\Http\Request), Object(Closure))
#52 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#53 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(40): Illuminate\Foundation\Http\Middleware\TransformsRequest->handle(Object(Illuminate\Http\Request), Object(Closure))
#54 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\Foundation\Http\Middleware\TrimStrings->handle(Object(Illuminate\Http\Request), Object(Closure))
#55 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#56 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\Foundation\Http\Middleware\ValidatePostSize->handle(Object(Illuminate\Http\Request), Object(Closure))
#57 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(86): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#58 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\Foundation\Http\Middleware\PreventRequestsDuringMaintenance->handle(Object(Illuminate\Http\Request), Object(Closure))
#59 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))
#60 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(141): Illuminate\Pipeline\Pipeline->then(Object(Closure))
#61 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(110): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request))
#62 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/public/index.php(60): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request))
#63 {main}
"}
[2022-12-08 17:20:51] production.INFO: https://www.smarthomebyace.com/invoicing/phantom/quote/YzBuR2zixDlJ5RCO8bs2rL3zuyrBTfcHjmgU05Om8rThzU9UkeshoWSYYJ6YNssC?phantomjs_secret=secret

One problem I see is the app requires PHP 8.1, it looks like your CLI is using 7.4.

ok let me try changing it to 8.1 and the issue still persists.

and now get this error when trying to login

500: Server Error
after changing back to php version 7.4 i can now login. super weird

@david do you have any ideas?

Let us know what the latest error is saying.

The error i get now when i change the php version to 8.1 is this. If i change it back to php version 7.1 it loads fine i can log-in etc. LEt me try reinstalling it. maybe i dont have an updated version. It seems the v5 im on doesnt like 8.1

[2022-12-09 15:21:51] production.ERROR: During inheritance of ArrayAccess: Uncaught ErrorException: Return type of League\Fractal\ParamBag::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/league/fractal/src/ParamBag.php:108
Stack trace:
#0 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/league/fractal/src/ParamBag.php(17): Illuminate\Foundation\Bootstrap\HandleExceptions->handleError()
#1 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/composer/ClassLoader.php(571): include(‘/home/eql9prkl2…’)
#2 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/composer/ClassLoader.php(428): Composer\Autoload\includeFile()
#3 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/league/fractal/src/Manager.php(119): Composer\Autoload\ClassLoader->loadClass()
#4 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/league/fractal/src/TransformerAbstract.php(185): League\Fractal\Manager->getIncludeParams()
#5 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/league/fractal/src/TransformerAbstract.php(156): League\Fractal\TransformerAbstract->callIncludeMethod()
#6 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/league/fractal/src/TransformerAbstract.php(128): League\Fractal\TransformerAbstract->includeResourceIfAvailable()
#7 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/league/fractal/src/Scope.php(435): League\Fractal\TransformerAbstract->processIncludedResources()
#8 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/league/fractal/src/Scope.php(411): League\Fractal\Scope->fireIncludedTransformers()
#9 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/league/fractal/src/Scope.php(349): League\Fractal\Scope->fireTransformer()
#10 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/league/fractal/src/Scope.php(235): League\Fractal\Scope->executeResourceTransformers()
#11 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/app/Http/Controllers/BaseController.php(605): League\Fractal\Scope->toArray()
#12 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/app/Http/Controllers/Auth/LoginController.php(254): App\Http\Controllers\BaseController->timeConstrainedResponse()
#13 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\Http\Controllers\Auth\LoginController->apiLogin()
#14 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(45): Illuminate\Routing\Controller->callAction()
#15 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Routing/Route.php(262): Illuminate\Routing\ControllerDispatcher->dispatch()
#16 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Routing/Route.php(205): Illuminate\Routing\Route->runController()
#17 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Routing/Router.php(695): Illuminate\Routing\Route->run()
#18 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\Routing\Router->Illuminate\Routing{closure}()
#19 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/app/Http/Middleware/ApiSecretCheck.php(31): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}()
#20 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): App\Http\Middleware\ApiSecretCheck->handle()
#21 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/app/Http/Middleware/QueryLogging.php(40): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}()
#22 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): App\Http\Middleware\QueryLogging->handle()
#23 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}()
#24 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\Routing\Middleware\SubstituteBindings->handle()
#25 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/app/Http/Middleware/SetEmailDb.php(42): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}()
#26 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): App\Http\Middleware\SetEmailDb->handle()
#27 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Routing/Middleware/ThrottleRequests.php(127): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}()
#28 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Routing/Middleware/ThrottleRequests.php(63): Illuminate\Routing\Middleware\ThrottleRequests->handleRequest()
#29 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\Routing\Middleware\ThrottleRequests->handle()
#30 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}()
#31 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Routing/Router.php(697): Illuminate\Pipeline\Pipeline->then()
#32 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Routing/Router.php(672): Illuminate\Routing\Router->runRouteWithinStack()
#33 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Routing/Router.php(636): Illuminate\Routing\Router->runRoute()
#34 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Routing/Router.php(625): Illuminate\Routing\Router->dispatchToRoute()
#35 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(166): Illuminate\Routing\Router->dispatch()
#36 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http{closure}()
#37 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/sentry/sentry-laravel/src/Sentry/Laravel/Http/SetRequestIpMiddleware.php(55): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}()
#38 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Sentry\Laravel\Http\SetRequestIpMiddleware->handle()
#39 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/sentry/sentry-laravel/src/Sentry/Laravel/Http/SetRequestMiddleware.php(52): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}()
#40 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Sentry\Laravel\Http\SetRequestMiddleware->handle()
#41 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/livewire/livewire/src/DisableBrowserCache.php(19): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}()
#42 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Livewire\DisableBrowserCache->handle()
#43 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/app/Http/Middleware/Cors.php(25): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}()
#44 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): App\Http\Middleware\Cors->handle()
#45 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/fideloper/proxy/src/TrustProxies.php(57): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}()
#46 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Fideloper\Proxy\TrustProxies->handle()
#47 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}()
#48 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\Foundation\Http\Middleware\TransformsRequest->handle()
#49 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull->handle()
#50 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}()
#51 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(40): Illuminate\Foundation\Http\Middleware\TransformsRequest->handle()
#52 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\Foundation\Http\Middleware\TrimStrings->handle()
#53 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}()
#54 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\Foundation\Http\Middleware\ValidatePostSize->handle()
#55 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(86): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}()
#56 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\Foundation\Http\Middleware\PreventRequestsDuringMaintenance->handle()
#57 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}()
#58 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(141): Illuminate\Pipeline\Pipeline->then()
#59 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(110): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter()
#60 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/public/index.php(60): Illuminate\Foundation\Http\Kernel->handle()
#61 {main} {“userId”:1,“exception”:"[object] (Symfony\Component\ErrorHandler\Error\FatalError(code: 0): During inheritance of ArrayAccess: Uncaught ErrorException: Return type of League\Fractal\ParamBag::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/league/fractal/src/ParamBag.php:108
Stack trace:
#0 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/league/fractal/src/ParamBag.php(17): Illuminate\Foundation\Bootstrap\HandleExceptions->handleError()
#1 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/composer/ClassLoader.php(571): include(‘/home/eql9prkl2…’)
#2 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/composer/ClassLoader.php(428): Composer\Autoload\includeFile()
#3 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/league/fractal/src/Manager.php(119): Composer\Autoload\ClassLoader->loadClass()
#4 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/league/fractal/src/TransformerAbstract.php(185): League\Fractal\Manager->getIncludeParams()
#5 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/league/fractal/src/TransformerAbstract.php(156): League\Fractal\TransformerAbstract->callIncludeMethod()
#6 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/league/fractal/src/TransformerAbstract.php(128): League\Fractal\TransformerAbstract->includeResourceIfAvailable()
#7 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/league/fractal/src/Scope.php(435): League\Fractal\TransformerAbstract->processIncludedResources()
#8 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/league/fractal/src/Scope.php(411): League\Fractal\Scope->fireIncludedTransformers()
#9 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/league/fractal/src/Scope.php(349): League\Fractal\Scope->fireTransformer()
#10 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/league/fractal/src/Scope.php(235): League\Fractal\Scope->executeResourceTransformers()
#11 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/app/Http/Controllers/BaseController.php(605): League\Fractal\Scope->toArray()
#12 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/app/Http/Controllers/Auth/LoginController.php(254): App\Http\Controllers\BaseController->timeConstrainedResponse()
#13 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\Http\Controllers\Auth\LoginController->apiLogin()
#14 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(45): Illuminate\Routing\Controller->callAction()
#15 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Routing/Route.php(262): Illuminate\Routing\ControllerDispatcher->dispatch()
#16 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Routing/Route.php(205): Illuminate\Routing\Route->runController()
#17 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Routing/Router.php(695): Illuminate\Routing\Route->run()
#18 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\Routing\Router->Illuminate\Routing\{closure}()
#19 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/app/Http/Middleware/ApiSecretCheck.php(31): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
#20 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): App\Http\Middleware\ApiSecretCheck->handle()
#21 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/app/Http/Middleware/QueryLogging.php(40): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
#22 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): App\Http\Middleware\QueryLogging->handle()
#23 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
#24 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\Routing\Middleware\SubstituteBindings->handle()
#25 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/app/Http/Middleware/SetEmailDb.php(42): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
#26 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): App\Http\Middleware\SetEmailDb->handle()
#27 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Routing/Middleware/ThrottleRequests.php(127): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
#28 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Routing/Middleware/ThrottleRequests.php(63): Illuminate\Routing\Middleware\ThrottleRequests->handleRequest()
#29 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\Routing\Middleware\ThrottleRequests->handle()
#30 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
#31 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Routing/Router.php(697): Illuminate\Pipeline\Pipeline->then()
#32 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Routing/Router.php(672): Illuminate\Routing\Router->runRouteWithinStack()
#33 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Routing/Router.php(636): Illuminate\Routing\Router->runRoute()
#34 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Routing/Router.php(625): Illuminate\Routing\Router->dispatchToRoute()
#35 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(166): Illuminate\Routing\Router->dispatch()
#36 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}()
#37 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/sentry/sentry-laravel/src/Sentry/Laravel/Http/SetRequestIpMiddleware.php(55): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
#38 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Sentry\Laravel\Http\SetRequestIpMiddleware->handle()
#39 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/sentry/sentry-laravel/src/Sentry/Laravel/Http/SetRequestMiddleware.php(52): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
#40 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Sentry\Laravel\Http\SetRequestMiddleware->handle()
#41 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/livewire/livewire/src/DisableBrowserCache.php(19): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
#42 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Livewire\DisableBrowserCache->handle()
#43 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/app/Http/Middleware/Cors.php(25): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
#44 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): App\Http\Middleware\Cors->handle()
#45 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/fideloper/proxy/src/TrustProxies.php(57): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
#46 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Fideloper\Proxy\TrustProxies->handle()
#47 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
#48 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\Foundation\Http\Middleware\TransformsRequest->handle()
#49 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull->handle()
#50 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
#51 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(40): Illuminate\Foundation\Http\Middleware\TransformsRequest->handle()
#52 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\Foundation\Http\Middleware\TrimStrings->handle()
#53 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
#54 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\Foundation\Http\Middleware\ValidatePostSize->handle()
#55 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(86): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
#56 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\Foundation\Http\Middleware\PreventRequestsDuringMaintenance->handle()
#57 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
#58 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(141): Illuminate\Pipeline\Pipeline->then()
#59 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(110): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter()
#60 /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/public/index.php(60): Illuminate\Foundation\Http\Kernel->handle()
#61 {main} at /home/eql9prkl2gpj/public_html/smarthomebyace.com/invoicing/vendor/league/fractal/src/ParamBag.php:17)
[stacktrace]
#0 {main}

Are you sure you are using v5 here?

v5 will not allow the app to boot at all UNLESS PHP 8.1 is the PHP runtime

Yes so i fixed the issue. I have installed V5 - 5.3.100. So here is what I had to do. I reinstalled V5 the 5.3.100 becasue it will use PHP v7.4. After reinstalling that version without migrating data crons started working, emails are being sent.

Now the issue is when I try and migrate data i get a 500 error and this is the error. So now Im having issues migrating data,

[2022-12-09T23:28:28.621514+00:00] production.INFO: get account [] []
[2022-12-09T23:28:28.624790+00:00] production.INFO: get company [] []
[2022-12-09T23:28:28.624982+00:00] production.INFO: get co settings [] []
[2022-12-09T23:28:28.626401+00:00] production.INFO: get users 6 [] []
[2022-12-09T23:28:28.627760+00:00] production.INFO: get tax rates => 1 [] []
[2022-12-09T23:28:28.628483+00:00] production.INFO: get payment terms => 8 [] []
[2022-12-09T23:28:28.629775+00:00] production.INFO: get clients => 44 [] []
[2022-12-09T23:28:28.631472+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.632964+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.634415+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.635828+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.637249+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.638681+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.640647+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.642373+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.643914+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.645625+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.647250+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.648662+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.650141+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.651529+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.652968+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.654421+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.655758+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.657223+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.658597+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.660048+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.661430+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.662761+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.664230+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.665602+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.667046+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.668447+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.670330+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.671845+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.673337+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.674809+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.676278+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.677702+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.679139+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.680609+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.682043+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.683526+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.684941+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.686390+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.687809+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.689260+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.690741+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.692220+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.693662+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.695136+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.696605+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.698046+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.699548+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.700970+00:00] production.INFO: Importing contacts => 1 [] []
[2022-12-09T23:28:28.703098+00:00] production.INFO: get get company gateways => 0 [] []
[2022-12-09T23:28:28.703817+00:00] production.INFO: get client gateway tokens => 0 [] []
[2022-12-09T23:28:28.704486+00:00] production.INFO: get vendors => 0 [] []
[2022-12-09T23:28:28.705094+00:00] production.INFO: get projects => [] [] []
[2022-12-09T23:28:28.706567+00:00] production.INFO: get products 99 [] []
[2022-12-09T23:28:28.716182+00:00] production.INFO: get credit notes => 1 [] []
[2022-12-09T23:28:28.716275+00:00] production.INFO: get credit items [] []
[2022-12-09T23:28:28.717965+00:00] production.INFO: get invoices → 41 [] []
[2022-12-09T23:28:28.776436+00:00] production.INFO: get recurring Expenses => 0 [] []
[2022-12-09T23:28:28.777189+00:00] production.INFO: get recurring invoices => 0 [] []
[2022-12-09T23:28:28.778352+00:00] production.INFO: get quotes => 44 [] []
[2022-12-09T23:28:28.848315+00:00] production.INFO: get payments => 33 [] []
[2022-12-09T23:28:28.867918+00:00] production.INFO: get documents => 1 [] []
[2022-12-09T23:28:28.868771+00:00] production.INFO: get expense categories => 0 [] []
[2022-12-09T23:28:28.869348+00:00] production.INFO: get task statuses => 4 [] []
[2022-12-09T23:28:28.870606+00:00] production.INFO: get expenses => 0 [] []
[2022-12-09T23:28:28.871471+00:00] production.INFO: get tasks => 0 [] []
[2022-12-09T23:28:28.871882+00:00] production.INFO: get documents => 1 [] []
[2022-12-09T23:28:29.363160+00:00] production.INFO: Server error: POST https://smarthomebyace.com/invoicing/api/v1/migration/start resulted in a 500 Internal Server Error response: { “message”: “Server Error” } [] []

That’s a much older version of v5, there have been many fixes applied to the migration since then.

so now im on the latest version of 5. Email and cron jobs have been resolved. However I still can not migrate data and get this error when I try to migrate data from V4 to V5

Server error: POST https://smarthomebyace.com/billing/api/v1/migration/start resulted in a 500 Internal Server Error response: { “message”: “Server Error” }

Are there any details about the 500 in storage/logs

Yes here I have attached the logs to google drive and linked them here for you.Google Drive link to Logs

Can you please post the specific error you’re seeing rather than the entire log file.

I can but I posted this is the error without the Array String output which I can’t put here due to the character restriction

[2022-12-10T18:26:48.083783+00:00] production.INFO: Server error: POST https://smarthomebyace.com/billing/api/v1/migration/start resulted in a 500 Internal Server Error response: { “message”: “Server Error” }

outside of this there is no error that’s posting except int the Larval- info.log.

@david do you have any ideas?

This looks like the logs from v4, the error here is at the v5 side of things so you’ll want to get the logs from v5 to see what is happening there.