miniarma Posted October 6, 2021 Report Share Posted October 6, 2021 (edited) So on install all is fine and dashboard works. I run the importer and import phpVMS 5.5.2 data and then the dashboard displays error 500. Dev: 7.0.0-dev+211001.87886f https://phpvms.creationweb.uk/dashboard All other pages work fine apart from dashboard. I've tried removed .htaccess with no luck # Disable index view Options -Indexes RewriteEngine On # Handle Authorization Header RewriteCond %{HTTP:Authorization} . RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] # Deny all these files/folders RedirectMatch 403 ^/.git/.*?$ RedirectMatch 403 ^/.travis/.*?$ RedirectMatch 403 ^/app/.*?$ RedirectMatch 403 ^/bootstrap/.*?$ RedirectMatch 403 ^/config/.*?$ RedirectMatch 403 ^/modules/.*?$ RedirectMatch 403 ^/node_modules/.*?$ RedirectMatch 403 ^/resources/.*?$ RedirectMatch 403 ^/storage/.*?$ RedirectMatch 403 ^/tests/.*?$ RedirectMatch 403 ^/vendor/.*?$ RedirectMatch 403 ^/.bowerrc$ RedirectMatch 403 ^/.env RedirectMatch 403 ^/artisan$ RedirectMatch 403 ^/composer.json RedirectMatch 403 ^/composer.lock RedirectMatch 403 ^/composer.phar RedirectMatch 403 ^/env.php.*?$ RedirectMatch 403 ^/env.php RedirectMatch 403 ^/env.php$ RedirectMatch 403 ^/config.php$ RedirectMatch 403 ^/config.bak.php$ RedirectMatch 403 ^/Makefile RedirectMatch 403 ^/package.json RedirectMatch 403 ^/package-lock.json RedirectMatch 403 ^/phpunit.xml RedirectMatch 403 ^/webpack.mix.js RedirectMatch 403 ^/yarn.lock RewriteRule ^(.*)$ public/$1 [L] Any suggestions ? Edited October 6, 2021 by miniarma Quote Link to comment Share on other sites More sharing options...
miniarma Posted October 6, 2021 Author Report Share Posted October 6, 2021 I've noticed the importer doesn't import the airports over either. Wondering if more data is missing causing the error 500 issue. Quote Link to comment Share on other sites More sharing options...
DisposableHero Posted October 6, 2021 Report Share Posted October 6, 2021 You need to provide some more info for our "suggestions" 6 hours ago, miniarma said: So on install all is fine and dashboard works. I run the importer and import phpVMS 5.5.2 data and then the dashboard displays error 500. Dev: 7.0.0-dev+211001.87886f https://phpvms.creationweb.uk/dashboard All other pages work fine apart from dashboard. I've tried removed .htaccess with no luck Any suggestions ? Unfortunately, this really means nothing. Yes, there is an error you are facing but what it is ? This gives no idea at all. https://docs.phpvms.net/help#information-required https://docs.phpvms.net/help#logs https://docs.phpvms.net/help#enable-debug-and-debugging Without proper error details, we really can't help you much... Quote Link to comment Share on other sites More sharing options...
miniarma Posted October 6, 2021 Author Report Share Posted October 6, 2021 (edited) 1 hour ago, DisposableHero said: You need to provide some more info for our "suggestions" Unfortunately, this really means nothing. Yes, there is an error you are facing but what it is ? This gives no idea at all. https://docs.phpvms.net/help#information-required https://docs.phpvms.net/help#logs https://docs.phpvms.net/help#enable-debug-and-debugging Without proper error details, we really can't help you much... Here is the latest part of the laravel log file [2021-10-06 21:11:54] production.ERROR: Uninitialized string offset: 0 (View: /home/creationweb.uk/public_html/phpvms/resources/views/layouts/default/widgets/latest_pilots.blade.php) {"view":{"view":"/home/creationweb.uk/public_html/phpvms/app/Models/User.php","data":[]},"userId":1,"exception":"[object] (Facade\\Ignition\\Exceptions\\ViewException(code: 0): Uninitialized string offset: 0 (View: /home/creationweb.uk/public_html/phpvms/resources/views/layouts/default/widgets/latest_pilots.blade.php) at /home/creationweb.uk/public_html/phpvms/app/Models/User.php:148) [stacktrace] #0 /home/creationweb.uk/public_html/phpvms/app/Models/User.php(148): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(8, 'Uninitialized s...', '/home/creationw...', 148, Array) #1 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/HasAttributes.php(533): App\\Models\\User->getNamePrivateAttribute(NULL) #2 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/HasAttributes.php(1682): Illuminate\\Database\\Eloquent\\Model->mutateAttribute('name_private', NULL) #3 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/HasAttributes.php(414): Illuminate\\Database\\Eloquent\\Model->transformModelValue('name_private', NULL) #4 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/HasAttributes.php(393): Illuminate\\Database\\Eloquent\\Model->getAttributeValue('name_private') #5 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1893): Illuminate\\Database\\Eloquent\\Model->getAttribute('name_private') #6 /home/creationweb.uk/public_html/phpvms/resources/views/layouts/default/widgets/latest_pilots.blade.php(7): Illuminate\\Database\\Eloquent\\Model->__get('name_private') #7 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(107): require('/home/creationw...') #8 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(108): Illuminate\\Filesystem\\Filesystem::Illuminate\\Filesystem\\{closure}() #9 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(58): Illuminate\\Filesystem\\Filesystem->getRequire('/home/creationw...', Array) #10 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(61): Illuminate\\View\\Engines\\PhpEngine->evaluatePath('/home/creationw...', Array) #11 /home/creationweb.uk/public_html/phpvms/vendor/facade/ignition/src/Views/Engines/CompilerEngine.php(37): Illuminate\\View\\Engines\\CompilerEngine->get('/home/creationw...', Array) #12 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/View/View.php(139): Facade\\Ignition\\Views\\Engines\\CompilerEngine->get('/home/creationw...', Array) #13 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/View/View.php(122): Illuminate\\View\\View->getContents() #14 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/View/View.php(91): Illuminate\\View\\View->renderContents() #15 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/View/View.php(440): Illuminate\\View\\View->render() #16 /home/creationweb.uk/public_html/phpvms/vendor/arrilot/laravel-widgets/src/Factories/WidgetFactory.php(56): Illuminate\\View\\View->__toString() #17 /home/creationweb.uk/public_html/phpvms/vendor/arrilot/laravel-widgets/src/Factories/WidgetFactory.php(75): Arrilot\\Widgets\\Factories\\WidgetFactory->getContent() #18 /home/creationweb.uk/public_html/phpvms/vendor/arrilot/laravel-widgets/src/Factories/WidgetFactory.php(17): Arrilot\\Widgets\\Factories\\WidgetFactory->getContentFromCache(Array) #19 [internal function]: Arrilot\\Widgets\\Factories\\WidgetFactory->run('latestPilots', Array) #20 /home/creationweb.uk/public_html/phpvms/vendor/arrilot/laravel-widgets/src/Factories/AbstractWidgetFactory.php(111): call_user_func_array(Array, Array) #21 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(261): Arrilot\\Widgets\\Factories\\AbstractWidgetFactory->__call('latestPilots', Array) #22 /home/creationweb.uk/public_html/phpvms/resources/views/layouts/default/dashboard/index.blade.php(120): Illuminate\\Support\\Facades\\Facade::__callStatic('latestPilots', Array) #23 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(107): require('/home/creationw...') #24 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(108): Illuminate\\Filesystem\\Filesystem::Illuminate\\Filesystem\\{closure}() #25 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(58): Illuminate\\Filesystem\\Filesystem->getRequire('/home/creationw...', Array) #26 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(61): Illuminate\\View\\Engines\\PhpEngine->evaluatePath('/home/creationw...', Array) #27 /home/creationweb.uk/public_html/phpvms/vendor/facade/ignition/src/Views/Engines/CompilerEngine.php(37): Illuminate\\View\\Engines\\CompilerEngine->get('/home/creationw...', Array) #28 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/View/View.php(139): Facade\\Ignition\\Views\\Engines\\CompilerEngine->get('/home/creationw...', Array) #29 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/View/View.php(122): Illuminate\\View\\View->getContents() #30 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/View/View.php(91): Illuminate\\View\\View->renderContents() #31 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Http/Response.php(69): Illuminate\\View\\View->render() #32 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Http/Response.php(35): Illuminate\\Http\\Response->setContent(Object(Illuminate\\View\\View)) #33 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Routing/Router.php(794): Illuminate\\Http\\Response->__construct(Object(Illuminate\\View\\View), 200, Array) #34 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Routing/Router.php(763): Illuminate\\Routing\\Router::toResponse(Object(Illuminate\\Http\\Request), Object(Illuminate\\View\\View)) #35 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Routing/Router.php(695): Illuminate\\Routing\\Router->prepareResponse(Object(Illuminate\\Http\\Request), Object(Illuminate\\View\\View)) #36 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request)) #37 /home/creationweb.uk/public_html/phpvms/app/Http/Middleware/SetActiveTheme.php(40): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request)) #38 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): App\\Http\\Middleware\\SetActiveTheme->handle(Object(Illuminate\\Http\\Request), Object(Closure)) #39 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request)) #40 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle(Object(Illuminate\\Http\\Request), Object(Closure)) #41 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(44): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request)) #42 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Auth\\Middleware\\Authenticate->handle(Object(Illuminate\\Http\\Request), Object(Closure)) #43 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request)) #44 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle(Object(Illuminate\\Http\\Request), Object(Closure)) #45 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(121): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request)) #46 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(64): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store), Object(Closure)) #47 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure)) #48 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request)) #49 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure)) #50 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(67): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request)) #51 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure)) #52 /home/creationweb.uk/public_html/phpvms/app/Http/Middleware/InstalledCheck.php(29): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request)) #53 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): App\\Http\\Middleware\\InstalledCheck->handle(Object(Illuminate\\Http\\Request), Object(Closure)) #54 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request)) #55 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Routing/Router.php(697): Illuminate\\Pipeline\\Pipeline->then(Object(Closure)) #56 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Routing/Router.php(672): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request)) #57 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Routing/Router.php(636): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route)) #58 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Routing/Router.php(625): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request)) #59 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(166): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request)) #60 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}(Object(Illuminate\\Http\\Request)) #61 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request)) #62 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure)) #63 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure)) #64 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request)) #65 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(40): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure)) #66 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure)) #67 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(86): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request)) #68 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure)) #69 /home/creationweb.uk/public_html/phpvms/app/Http/Middleware/TrustProxies.php(38): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request)) #70 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): App\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure)) #71 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request)) #72 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(141): Illuminate\\Pipeline\\Pipeline->then(Object(Closure)) #73 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(110): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request)) #74 /home/creationweb.uk/public_html/phpvms/public/index.php(59): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request)) #75 {main} [previous exception] [object] (ErrorException(code: 0): Uninitialized string offset: 0 at /home/creationweb.uk/public_html/phpvms/app/Models/User.php:148) [stacktrace] #0 /home/creationweb.uk/public_html/phpvms/app/Models/User.php(148): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(8, 'Uninitialized s...', '/home/creationw...', 148, Array) #1 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/HasAttributes.php(533): App\\Models\\User->getNamePrivateAttribute(NULL) #2 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/HasAttributes.php(1682): Illuminate\\Database\\Eloquent\\Model->mutateAttribute('name_private', NULL) #3 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/HasAttributes.php(414): Illuminate\\Database\\Eloquent\\Model->transformModelValue('name_private', NULL) #4 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/HasAttributes.php(393): Illuminate\\Database\\Eloquent\\Model->getAttributeValue('name_private') #5 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1893): Illuminate\\Database\\Eloquent\\Model->getAttribute('name_private') #6 /home/creationweb.uk/public_html/phpvms/storage/framework/views/e1c8518e7a58f8c62d155fcd31107a55925e5181.php(7): Illuminate\\Database\\Eloquent\\Model->__get('name_private') #7 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(107): require('/home/creationw...') #8 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(108): Illuminate\\Filesystem\\Filesystem::Illuminate\\Filesystem\\{closure}() #9 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(58): Illuminate\\Filesystem\\Filesystem->getRequire('/home/creationw...', Array) #10 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(61): Illuminate\\View\\Engines\\PhpEngine->evaluatePath('/home/creationw...', Array) #11 /home/creationweb.uk/public_html/phpvms/vendor/facade/ignition/src/Views/Engines/CompilerEngine.php(37): Illuminate\\View\\Engines\\CompilerEngine->get('/home/creationw...', Array) #12 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/View/View.php(139): Facade\\Ignition\\Views\\Engines\\CompilerEngine->get('/home/creationw...', Array) #13 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/View/View.php(122): Illuminate\\View\\View->getContents() #14 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/View/View.php(91): Illuminate\\View\\View->renderContents() #15 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/View/View.php(440): Illuminate\\View\\View->render() #16 /home/creationweb.uk/public_html/phpvms/vendor/arrilot/laravel-widgets/src/Factories/WidgetFactory.php(56): Illuminate\\View\\View->__toString() #17 /home/creationweb.uk/public_html/phpvms/vendor/arrilot/laravel-widgets/src/Factories/WidgetFactory.php(75): Arrilot\\Widgets\\Factories\\WidgetFactory->getContent() #18 /home/creationweb.uk/public_html/phpvms/vendor/arrilot/laravel-widgets/src/Factories/WidgetFactory.php(17): Arrilot\\Widgets\\Factories\\WidgetFactory->getContentFromCache(Array) #19 [internal function]: Arrilot\\Widgets\\Factories\\WidgetFactory->run('latestPilots', Array) #20 /home/creationweb.uk/public_html/phpvms/vendor/arrilot/laravel-widgets/src/Factories/AbstractWidgetFactory.php(111): call_user_func_array(Array, Array) #21 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(261): Arrilot\\Widgets\\Factories\\AbstractWidgetFactory->__call('latestPilots', Array) #22 /home/creationweb.uk/public_html/phpvms/storage/framework/views/c366f5fd95c265815cf9253392e8e653ae3fb100.php(122): Illuminate\\Support\\Facades\\Facade::__callStatic('latestPilots', Array) #23 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(107): require('/home/creationw...') #24 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(108): Illuminate\\Filesystem\\Filesystem::Illuminate\\Filesystem\\{closure}() #25 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(58): Illuminate\\Filesystem\\Filesystem->getRequire('/home/creationw...', Array) #26 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(61): Illuminate\\View\\Engines\\PhpEngine->evaluatePath('/home/creationw...', Array) #27 /home/creationweb.uk/public_html/phpvms/vendor/facade/ignition/src/Views/Engines/CompilerEngine.php(37): Illuminate\\View\\Engines\\CompilerEngine->get('/home/creationw...', Array) #28 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/View/View.php(139): Facade\\Ignition\\Views\\Engines\\CompilerEngine->get('/home/creationw...', Array) #29 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/View/View.php(122): Illuminate\\View\\View->getContents() #30 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/View/View.php(91): Illuminate\\View\\View->renderContents() #31 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Http/Response.php(69): Illuminate\\View\\View->render() #32 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Http/Response.php(35): Illuminate\\Http\\Response->setContent(Object(Illuminate\\View\\View)) #33 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Routing/Router.php(794): Illuminate\\Http\\Response->__construct(Object(Illuminate\\View\\View), 200, Array) #34 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Routing/Router.php(763): Illuminate\\Routing\\Router::toResponse(Object(Illuminate\\Http\\Request), Object(Illuminate\\View\\View)) #35 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Routing/Router.php(695): Illuminate\\Routing\\Router->prepareResponse(Object(Illuminate\\Http\\Request), Object(Illuminate\\View\\View)) #36 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request)) #37 /home/creationweb.uk/public_html/phpvms/app/Http/Middleware/SetActiveTheme.php(40): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request)) #38 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): App\\Http\\Middleware\\SetActiveTheme->handle(Object(Illuminate\\Http\\Request), Object(Closure)) #39 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request)) #40 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle(Object(Illuminate\\Http\\Request), Object(Closure)) #41 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(44): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request)) #42 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Auth\\Middleware\\Authenticate->handle(Object(Illuminate\\Http\\Request), Object(Closure)) #43 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request)) #44 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle(Object(Illuminate\\Http\\Request), Object(Closure)) #45 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(121): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request)) #46 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(64): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest(Object(Illuminate\\Http\\Request), Object(Illuminate\\Session\\Store), Object(Closure)) #47 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure)) #48 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request)) #49 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure)) #50 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(67): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request)) #51 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure)) #52 /home/creationweb.uk/public_html/phpvms/app/Http/Middleware/InstalledCheck.php(29): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request)) #53 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): App\\Http\\Middleware\\InstalledCheck->handle(Object(Illuminate\\Http\\Request), Object(Closure)) #54 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request)) #55 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Routing/Router.php(697): Illuminate\\Pipeline\\Pipeline->then(Object(Closure)) #56 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Routing/Router.php(672): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request)) #57 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Routing/Router.php(636): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route)) #58 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Routing/Router.php(625): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request)) #59 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(166): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request)) #60 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}(Object(Illuminate\\Http\\Request)) #61 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request)) #62 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure)) #63 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle(Object(Illuminate\\Http\\Request), Object(Closure)) #64 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request)) #65 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(40): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure)) #66 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle(Object(Illuminate\\Http\\Request), Object(Closure)) #67 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(86): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request)) #68 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle(Object(Illuminate\\Http\\Request), Object(Closure)) #69 /home/creationweb.uk/public_html/phpvms/app/Http/Middleware/TrustProxies.php(38): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request)) #70 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): App\\Http\\Middleware\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure)) #71 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request)) #72 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(141): Illuminate\\Pipeline\\Pipeline->then(Object(Closure)) #73 /home/creationweb.uk/public_html/phpvms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(110): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request)) #74 /home/creationweb.uk/public_html/phpvms/public/index.php(59): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request)) #75 {main} "} php version: 7.3 MariDB 10.5 VPS Edited October 6, 2021 by miniarma Quote Link to comment Share on other sites More sharing options...
DisposableHero Posted October 7, 2021 Report Share Posted October 7, 2021 Check your v7 database @miniarma, probably your users table is not imported correctly and "name" fields are empty. I saw people using migration without errors you described, specially not with airports or users part. Why it is generating such errors on your side is strange. Quote Link to comment Share on other sites More sharing options...
miniarma Posted October 7, 2021 Author Report Share Posted October 7, 2021 3 hours ago, DisposableHero said: Check your v7 database @miniarma, probably your users table is not imported correctly and "name" fields are empty. I saw people using migration without errors you described, specially not with airports or users part. Why it is generating such errors on your side is strange. Thanks bud, I'll just do a manual import of the schedules and flights. Pilots will have to re register to avoid the bug issue. Thanks for your help Quote Link to comment Share on other sites More sharing options...
DisposableHero Posted October 7, 2021 Report Share Posted October 7, 2021 2 hours ago, miniarma said: Thanks bud, I'll just do a manual import of the schedules and flights. Pilots will have to re register to avoid the bug issue. Thanks for your help My pleasure, hope manual import trick helps you out By the way, even after a successful import, pilots need to reset their passwords to be able to login to v7. So it will take almost the same time (maybe less) for them to re-register 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.