hatching-jobs.com
Open in
urlscan Pro
162.241.65.151
Public Scan
URL:
http://hatching-jobs.com/
Submission: On April 17 via api from US — Scanned from DE
Submission: On April 17 via api from US — Scanned from DE
Form analysis
0 forms found in the DOMText Content
Illuminate\Database\QueryException: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (SQL: select * from `languages` where `is_active` = 1) in file /home/hatchingjobs/public_html/vendor/laravel/framework/src/Illuminate/Database/Connection.php on line 703 #0 /home/hatchingjobs/public_html/vendor/laravel/framework/src/Illuminate/Database/Connection.php(663): Illuminate\Database\Connection->runQueryCallback('select * from `...', Array, Object(Closure)) #1 /home/hatchingjobs/public_html/vendor/laravel/framework/src/Illuminate/Database/Connection.php(367): Illuminate\Database\Connection->run('select * from `...', Array, Object(Closure)) #2 /home/hatchingjobs/public_html/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(2351): Illuminate\Database\Connection->select('select * from `...', Array, true) #3 /home/hatchingjobs/public_html/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(2339): Illuminate\Database\Query\Builder->runSelect() #4 /home/hatchingjobs/public_html/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(2873): Illuminate\Database\Query\Builder->Illuminate\Database\Query\{closure}() #5 /home/hatchingjobs/public_html/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(2340): Illuminate\Database\Query\Builder->onceWithColumns(Array, Object(Closure)) #6 /home/hatchingjobs/public_html/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(615): Illuminate\Database\Query\Builder->get(Array) #7 /home/hatchingjobs/public_html/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(599): Illuminate\Database\Eloquent\Builder->getModels(Array) #8 /home/hatchingjobs/public_html/app/Providers/ComposerServiceProvider.php(17): Illuminate\Database\Eloquent\Builder->get() #9 /home/hatchingjobs/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\Providers\ComposerServiceProvider->boot() #10 /home/hatchingjobs/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\Container\BoundMethod::Illuminate\Container\{closure}() #11 /home/hatchingjobs/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\Container\Util::unwrapIfClosure(Object(Closure)) #12 /home/hatchingjobs/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\Container\BoundMethod::callBoundMethod(Object(Illuminate\Foundation\Application), Array, Object(Closure)) #13 /home/hatchingjobs/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php(653): Illuminate\Container\BoundMethod::call(Object(Illuminate\Foundation\Application), Array, Array, NULL) #14 /home/hatchingjobs/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(914): Illuminate\Container\Container->call(Array) #15 /home/hatchingjobs/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(895): Illuminate\Foundation\Application->bootProvider(Object(App\Providers\ComposerServiceProvider)) #16 [internal function]: Illuminate\Foundation\Application->Illuminate\Foundation\{closure}(Object(App\Providers\ComposerServiceProvider), 38) #17 /home/hatchingjobs/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(896): array_walk(Array, Object(Closure)) #18 /home/hatchingjobs/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php(17): Illuminate\Foundation\Application->boot() #19 /home/hatchingjobs/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(237): Illuminate\Foundation\Bootstrap\BootProviders->bootstrap(Object(Illuminate\Foundation\Application)) #20 /home/hatchingjobs/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(153): Illuminate\Foundation\Application->bootstrapWith(Array) #21 /home/hatchingjobs/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(137): Illuminate\Foundation\Http\Kernel->bootstrap() #22 /home/hatchingjobs/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(111): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) #23 /home/hatchingjobs/public_html/public/index.php(55): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) #24 /home/hatchingjobs/public_html/index.php(22): require_once('/home/hatchingj...') #25 {main} APP_DEBUG is set to true while APP_ENV is not local This could make your application vulnerable to remote execution. Read more about Ignition security. /home/hatchingjobs/public_html/ Illuminate\Database\QueryException SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (SQL: select * from `languages` where `is_active` = 1) http://hatching-jobs.com/ * Stack trace * Request * App * User * Context * Debug Expand vendor frames 1. * 26 vendor/laravel/framework/src/Illuminate/Database/Connection.php Illuminate\Database\Connection :703 * 25 Illuminate\Database\Connection :663 * 24 Illuminate\Database\Connection :367 2. 6 vendor frames… 3. * 17 app/Providers/ComposerServiceProvider.php App\Providers\ComposerServiceProvider :17 4. 7 vendor frames… 5. 1 unknown frame 6. 6 vendor frames… 7. * 2 public/index.php :55 * 1 :22 Illuminate\Database\Connection::runQueryCallback vendor/laravel/framework/src/Illuminate/Database/Connection.php:703 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 * @throws \Illuminate\Database\QueryException */ protected function runQueryCallback($query, $bindings, Closure $callback) { // To execute the statement, we'll simply call the callback, which will actually // run the SQL against the PDO connection. Then we can calculate the time it // took to execute and log the query SQL, bindings and time in our memory. try { return $callback($query, $bindings); } // If an exception occurs when attempting to run a query, we'll format the error // message to include the bindings with SQL, which will make this exception a // lot more helpful to the developer instead of just the database's errors. catch (Exception $e) { throw new QueryException( $query, $this->prepareBindings($bindings), $e ); } } /** * Log a query in the connection's query log. * * @param string $query * @param array $bindings * @param float|null $time * @return void */ public function logQuery($query, $bindings, $time = null) {