8. ErrorException
…/­vendor/­laravel/­framework/­src/­Illuminate/­Filesystem/­Filesystem.php70
7. Illuminate\Exception\Handler handleError
<#unknown>0
6. file_put_contents
…/­vendor/­laravel/­framework/­src/­Illuminate/­Filesystem/­Filesystem.php70
5. Illuminate\Filesystem\Filesystem put
…/­vendor/­laravel/­framework/­src/­Illuminate/­Foundation/­ProviderRepository.php202
4. Illuminate\Foundation\ProviderRepository writeManifest
…/­vendor/­laravel/­framework/­src/­Illuminate/­Foundation/­ProviderRepository.php145
3. Illuminate\Foundation\ProviderRepository compileManifest
…/­vendor/­laravel/­framework/­src/­Illuminate/­Foundation/­ProviderRepository.php57
2. Illuminate\Foundation\ProviderRepository load
…/­vendor/­laravel/­framework/­src/­Illuminate/­Foundation/­start.php210
1. require
…/­bootstrap/­start.php59
0. require_once
…/­public/­index.php35

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 "file_put_contents(/meta/services.json): failed to open stream: No such file or directory" Stacktrace: #8 ErrorException in /var/www/onlinequadros/onlinequadros-system/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:70 #7 Illuminate\Exception\Handler:handleError in <#unknown>:0 #6 file_put_contents in /var/www/onlinequadros/onlinequadros-system/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:70 #5 Illuminate\Filesystem\Filesystem:put in /var/www/onlinequadros/onlinequadros-system/vendor/laravel/framework/src/Illuminate/Foundation/ProviderRepository.php:202 #4 Illuminate\Foundation\ProviderRepository:writeManifest in /var/www/onlinequadros/onlinequadros-system/vendor/laravel/framework/src/Illuminate/Foundation/ProviderRepository.php:145 #3 Illuminate\Foundation\ProviderRepository:compileManifest in /var/www/onlinequadros/onlinequadros-system/vendor/laravel/framework/src/Illuminate/Foundation/ProviderRepository.php:57 #2 Illuminate\Foundation\ProviderRepository:load in /var/www/onlinequadros/onlinequadros-system/vendor/laravel/framework/src/Illuminate/Foundation/start.php:210 #1 require in /var/www/onlinequadros/onlinequadros-system/bootstrap/start.php:59 #0 require_once in /var/www/onlinequadros/onlinequadros-system/public/index.php:35

file_put_contents(/meta/services.json): failed to open stream: No such file or directory

	 * @param  string  $path
	 * @param  string  $contents
	 * @param  bool  $lock
	 * @return int
	 */
	public function put($path, $contents, $lock = false)
	{
		return file_put_contents($path, $contents, $lock ? LOCK_EX : 0);
	}
 
<#unknown>
	 * @param  string  $path
	 * @param  string  $contents
	 * @param  bool  $lock
	 * @return int
	 */
	public function put($path, $contents, $lock = false)
	{
		return file_put_contents($path, $contents, $lock ? LOCK_EX : 0);
	}
 
	 * @param  array  $manifest
	 * @return array
	 */
	public function writeManifest($manifest)
	{
		$path = $this->manifestPath.'/services.json';
 
		$this->files->put($path, json_encode($manifest, JSON_PRETTY_PRINT));
 
		return $manifest;
			// each request to the applications instead of being lazy loaded in.
			else
			{
				$manifest['eager'][] = $provider;
			}
		}
 
		return $this->writeManifest($manifest);
	}
 
		$manifest = $this->loadManifest();
 
		// First we will load the service manifest, which contains information on all
		// service providers registered with the application and which services it
		// provides. This is used to know which services are "deferred" loaders.
		if ($this->shouldRecompile($manifest, $providers))
		{
			$manifest = $this->compileManifest($app, $providers);
		}
 
| 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);
 
/*
| separate location so we can isolate the creation of an application
| 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';
 
/*
Key Value
page 108
empty
empty
empty
empty
Key Value
REDIRECT_HTTPS on
REDIRECT_SSL_TLS_SNI onlinequadros.com.br
REDIRECT_STATUS 200
HTTPS on
SSL_TLS_SNI onlinequadros.com.br
SSL_SERVER_S_DN_CN onlinequadros.com.br
SSL_SERVER_I_DN_C US
SSL_SERVER_I_DN_O Let's Encrypt
SSL_SERVER_I_DN_CN R3
SSL_SERVER_SAN_DNS_0 onlinequadros.com.br
SSL_VERSION_INTERFACE mod_ssl/2.4.18
SSL_VERSION_LIBRARY OpenSSL/1.0.2g
SSL_PROTOCOL TLSv1.2
SSL_SECURE_RENEG true
SSL_COMPRESS_METHOD NULL
SSL_CIPHER ECDHE-RSA-AES256-GCM-SHA384
SSL_CIPHER_EXPORT false
SSL_CIPHER_USEKEYSIZE 256
SSL_CIPHER_ALGKEYSIZE 256
SSL_CLIENT_VERIFY NONE
SSL_SERVER_M_VERSION 3
SSL_SERVER_M_SERIAL 0463CE8A3DCF8BB9A031AEFB33BCF281481A
SSL_SERVER_V_START Mar 24 22:50:07 2024 GMT
SSL_SERVER_V_END Jun 22 22:50:06 2024 GMT
SSL_SERVER_S_DN CN=onlinequadros.com.br
SSL_SERVER_I_DN CN=R3,O=Let's Encrypt,C=US
SSL_SERVER_A_KEY rsaEncryption
SSL_SERVER_A_SIG sha256WithRSAEncryption
SSL_SESSION_RESUMED Initial
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
HTTP_HOST onlinequadros.com.br
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SERVER_SIGNATURE <address>Apache/2.4.18 (Ubuntu) Server at onlinequadros.com.br Port 443</address>
SERVER_SOFTWARE Apache/2.4.18 (Ubuntu)
SERVER_NAME onlinequadros.com.br
SERVER_ADDR 10.142.15.206
SERVER_PORT 443
REMOTE_ADDR 54.166.170.195
DOCUMENT_ROOT /var/www/onlinequadros/onlinequadros-system/public
REQUEST_SCHEME https
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT /var/www/onlinequadros/onlinequadros-system/public
SERVER_ADMIN [no address given]
SCRIPT_FILENAME /var/www/onlinequadros/onlinequadros-system/public/index.php
REMOTE_PORT 33846
REDIRECT_URL /cidade
REDIRECT_QUERY_STRING page=45&page=108
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING page=45&page=108
REQUEST_URI /cidade?page=45&page=108
SCRIPT_NAME /index.php
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711646354.197
REQUEST_TIME 1711646354
empty
0. Whoops\Handler\PrettyPageHandler