api.mini-crm.org
Open in
urlscan Pro
2606:4700:3035::ac43:8443
Public Scan
URL:
https://api.mini-crm.org/
Submission: On March 20 via api from US — Scanned from US
Submission: On March 20 via api from US — Scanned from US
Form analysis
0 forms found in the DOMText Content
SYMFONY EXCEPTION Symfony Docs EXCEPTION HTTP 500 INTERNAL SERVER ERROR THE /VAR/WWW/WWW-ROOT/DATA/WWW/API.MINI-CRM.ORG/BOOTSTRAP/CACHE DIRECTORY MUST BE PRESENT AND WRITABLE. Exception Stack Trace EXCEPTION EXCEPTION in /var/www/www-root/data/www/api.mini-crm.org/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php (line 178) 173. * @throws \Exception 174. */ 175. protected function write(array $manifest) 176. { 177. if (! is_writable($dirname = dirname($this->manifestPath))) { 178. throw new Exception("The {$dirname} directory must be present and writable."); 179. } 180. 181. $this->files->replace( 182. $this->manifestPath, '<?php return '.var_export($manifest, true).';' 183. ); in /var/www/www-root/data/www/api.mini-crm.org/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php -> write (line 137) 132. return [$this->format($package['name']) => $package['extra']['laravel'] ?? []]; 133. })->each(function ($configuration) use (&$ignore) { 134. $ignore = array_merge($ignore, $configuration['dont-discover'] ?? []); 135. })->reject(function ($configuration, $package) use ($ignore, $ignoreAll) { 136. return $ignoreAll || in_array($package, $ignore); 137. })->filter()->all()); 138. } 139. 140. /** 141. * Format the given package name. 142. * in /var/www/www-root/data/www/api.mini-crm.org/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php -> build (line 107) 102. if (! is_null($this->manifest)) { 103. return $this->manifest; 104. } 105. 106. if (! is_file($this->manifestPath)) { 107. $this->build(); 108. } 109. 110. return $this->manifest = is_file($this->manifestPath) ? 111. $this->files->getRequire($this->manifestPath) : []; 112. } in /var/www/www-root/data/www/api.mini-crm.org/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php -> getManifest (line 90) 85. * @param string $key 86. * @return array 87. */ 88. public function config($key) 89. { 90. return collect($this->getManifest())->flatMap(function ($configuration) use ($key) { 91. return (array) ($configuration[$key] ?? []); 92. })->filter()->all(); 93. } 94. 95. /** in /var/www/www-root/data/www/api.mini-crm.org/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php -> config (line 79) 74. * 75. * @return array 76. */ 77. public function aliases() 78. { 79. return $this->config('aliases'); 80. } 81. 82. /** 83. * Get all of the values for all packages for the given configuration name. 84. * in /var/www/www-root/data/www/api.mini-crm.org/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterFacades.php -> aliases (line 26) 21. 22. Facade::setFacadeApplication($app); 23. 24. AliasLoader::getInstance(array_merge( 25. $app->make('config')->get('app.aliases', []), 26. $app->make(PackageManifest::class)->aliases() 27. ))->register(); 28. } 29. } 30. in /var/www/www-root/data/www/api.mini-crm.org/vendor/laravel/framework/src/Illuminate/Foundation/Application.php -> bootstrap (line 263) 258. $this->hasBeenBootstrapped = true; 259. 260. foreach ($bootstrappers as $bootstrapper) { 261. $this['events']->dispatch('bootstrapping: '.$bootstrapper, [$this]); 262. 263. $this->make($bootstrapper)->bootstrap($this); 264. 265. $this['events']->dispatch('bootstrapped: '.$bootstrapper, [$this]); 266. } 267. } 268. in /var/www/www-root/data/www/api.mini-crm.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php -> bootstrapWith (line 186) 181. * @return void 182. */ 183. public function bootstrap() 184. { 185. if (! $this->app->hasBeenBootstrapped()) { 186. $this->app->bootstrapWith($this->bootstrappers()); 187. } 188. } 189. 190. /** 191. * Get the route dispatcher callback. in /var/www/www-root/data/www/api.mini-crm.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php -> bootstrap (line 170) 165. { 166. $this->app->instance('request', $request); 167. 168. Facade::clearResolvedInstance('request'); 169. 170. $this->bootstrap(); 171. 172. return (new Pipeline($this->app)) 173. ->send($request) 174. ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware) 175. ->then($this->dispatchToRouter()); in /var/www/www-root/data/www/api.mini-crm.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php -> sendRequestThroughRouter (line 144) 139. $this->requestStartedAt = Carbon::now(); 140. 141. try { 142. $request->enableHttpMethodParameterOverride(); 143. 144. $response = $this->sendRequestThroughRouter($request); 145. } catch (Throwable $e) { 146. $this->reportException($e); 147. 148. $response = $this->renderException($request, $e); 149. } Kernel->handle() in /var/www/www-root/data/www/api.mini-crm.org/public/index.php (line 52) 47. $app = require_once __DIR__.'/../bootstrap/app.php'; 48. 49. $kernel = $app->make(Kernel::class); 50. 51. $response = $kernel->handle( 52. $request = Request::capture() 53. )->send(); 54. 55. $kernel->terminate($request, $response); 56. STACK TRACE Exception Exception: The /var/www/www-root/data/www/api.mini-crm.org/bootstrap/cache directory must be present and writable. at /var/www/www-root/data/www/api.mini-crm.org/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php:178 at Illuminate\Foundation\PackageManifest->write() (/var/www/www-root/data/www/api.mini-crm.org/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php:137) at Illuminate\Foundation\PackageManifest->build() (/var/www/www-root/data/www/api.mini-crm.org/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php:107) at Illuminate\Foundation\PackageManifest->getManifest() (/var/www/www-root/data/www/api.mini-crm.org/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php:90) at Illuminate\Foundation\PackageManifest->config() (/var/www/www-root/data/www/api.mini-crm.org/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php:79) at Illuminate\Foundation\PackageManifest->aliases() (/var/www/www-root/data/www/api.mini-crm.org/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterFacades.php:26) at Illuminate\Foundation\Bootstrap\RegisterFacades->bootstrap() (/var/www/www-root/data/www/api.mini-crm.org/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:263) at Illuminate\Foundation\Application->bootstrapWith() (/var/www/www-root/data/www/api.mini-crm.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:186) at Illuminate\Foundation\Http\Kernel->bootstrap() (/var/www/www-root/data/www/api.mini-crm.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:170) at Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter() (/var/www/www-root/data/www/api.mini-crm.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:144) at Illuminate\Foundation\Http\Kernel->handle() (/var/www/www-root/data/www/api.mini-crm.org/public/index.php:52)