7. ErrorException
…/­vendor/­laravel/­framework/­src/­Illuminate/­Foundation/­ProviderRepository.php188
6. Illuminate\Exception\Handler handleError
<#unknown>0
5. array_merge
…/­vendor/­laravel/­framework/­src/­Illuminate/­Foundation/­ProviderRepository.php188
4. Illuminate\Foundation\ProviderRepository loadManifest
…/­vendor/­laravel/­framework/­src/­Illuminate/­Foundation/­ProviderRepository.php50
3. Illuminate\Foundation\ProviderRepository load
…/­vendor/­laravel/­framework/­src/­Illuminate/­Foundation/­start.php210
2. require
…/­bootstrap/­start.php60
1. require_once
…/­public/­index.php43
0. require_once
…/­server.php19

ErrorException (E_WARNING)

Callstack information; navigate with mouse or keyboard using Ctrl+↑ or Ctrl+↓
Copy-to-clipboard button
Exception message and its type
Code snippet where the error was thrown
Server state information
Application provided context information
ErrorException thrown with message "array_merge(): Argument #2 is not an array" Stacktrace: #7 ErrorException in /var/www/html/schreiber/vendor/laravel/framework/src/Illuminate/Foundation/ProviderRepository.php:188 #6 Illuminate\Exception\Handler:handleError in <#unknown>:0 #5 array_merge in /var/www/html/schreiber/vendor/laravel/framework/src/Illuminate/Foundation/ProviderRepository.php:188 #4 Illuminate\Foundation\ProviderRepository:loadManifest in /var/www/html/schreiber/vendor/laravel/framework/src/Illuminate/Foundation/ProviderRepository.php:50 #3 Illuminate\Foundation\ProviderRepository:load in /var/www/html/schreiber/vendor/laravel/framework/src/Illuminate/Foundation/start.php:210 #2 require in /var/www/html/schreiber/bootstrap/start.php:60 #1 require_once in /var/www/html/schreiber/public/index.php:43 #0 require_once in /var/www/html/schreiber/server.php:19

array_merge(): Argument #2 is not an array

		// The service manifest is a file containing a JSON representation of every
		// service provided by the application and whether its provider is using
		// deferred loading or should be eagerly loaded on each request to us.
		if ($this->files->exists($path))
		{
			$manifest = json_decode($this->files->get($path), true);

			return array_merge($this->default, $manifest);
		}
	}
<#unknown>
		// The service manifest is a file containing a JSON representation of every
		// service provided by the application and whether its provider is using
		// deferred loading or should be eagerly loaded on each request to us.
		if ($this->files->exists($path))
		{
			$manifest = json_decode($this->files->get($path), true);

			return array_merge($this->default, $manifest);
		}
	}
	 *
	 * @param  \Illuminate\Foundation\Application  $app
	 * @param  array  $providers
	 * @return void
	 */
	public function load(Application $app, array $providers)
	{
		$manifest = $this->loadManifest();

		// First we will load the service manifest, which contains information on all
| of the Illuminate framework including session, caching, encryption
| and more. It's simply a convenient wrapper for the registration.
|
*/

$providers = $config['providers'];

$app->getProviderRepository()->load($app, $providers);

/*
| from the actual running of the application with a given request.
|
*/

$framework = $app['path.base'].
                 '/vendor/laravel/framework/src';

require $framework.'/Illuminate/Foundation/start.php';

/*
| We need to illuminate PHP development, so let's turn on the lights.
| This bootstraps the framework and gets it ready for use, then it
| will load up this application so that we can run it and send
| the responses back to the browser and delight these users.
|
*/

$app = require_once __DIR__.'/../bootstrap/start.php';

/*
// built-in PHP web server. This provides a convenient way to test a Laravel
// application without having installed a "real" web server software here.
if ($uri !== '/' and file_exists($requested))
{
	return false;
}

require_once $paths['public'].'/index.php';
 
Key Value
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
HTTP_HOST rjz54r.myvserver.online
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SERVER_SIGNATURE <address>Apache/2.4.25 (Debian) Server at rjz54r.myvserver.online Port 80</address>
SERVER_SOFTWARE Apache/2.4.25 (Debian)
SERVER_NAME rjz54r.myvserver.online
SERVER_ADDR 185.164.4.139
SERVER_PORT 80
REMOTE_ADDR 44.222.82.119
DOCUMENT_ROOT /var/www/html
REQUEST_SCHEME http
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT /var/www/html
SERVER_ADMIN webmaster@localhost
SCRIPT_FILENAME /var/www/html/schreiber/server.php
REMOTE_PORT 41920
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING
REQUEST_URI /schreiber/server.php
SCRIPT_NAME /schreiber/server.php
PHP_SELF /schreiber/server.php
REQUEST_TIME_FLOAT 1711719889.265
REQUEST_TIME 1711719889
empty
empty
empty
empty
empty
empty
0. Whoops\Handler\PrettyPageHandler