* @param bool $lock * @return int|bool */ public function put($path, $contents, $lock = false) { return file_put_contents($path, $contents, $lock ? LOCK_EX : 0); } /** * Write the contents of a file, replacing it atomically if it already exists. * * @param bool $lock * @return int|bool */ public function put($path, $contents, $lock = false) { return file_put_contents($path, $contents, $lock ? LOCK_EX : 0); } /** * Write the contents of a file, replacing it atomically if it already exists. * public function put($key, $value, $seconds) { $this->ensureCacheDirectoryExists($path = $this->path($key)); $result = $this->files->put( $path, $this->expiration($seconds).serialize($value), true ); if ($result !== false && $result > 0) { $this->ensurePermissionsAreCorrect($path); * @param mixed $value * @return bool */ public function forever($key, $value) { return $this->put($key, $value, 0); } /** * Remove an item from the cache. * * @param mixed $value * @return bool */ public function forever($key, $value) { $result = $this->store->forever($this->itemKey($key), $value); if ($result) { $this->event(new KeyWritten($key, $value)); } * @param array $parameters * @return mixed */ public function __call($method, $parameters) { return $this->store()->$method(...$parameters); }} $providers[] = $content['provider']; } } cache()->forever('plugin_namespaces', $namespaces); cache()->forever('plugin_providers', $providers); } foreach ($namespaces as $key => $namespace) { $loader->setPsr4($namespace, plugin_path($key . '/src')); if (static::isCallableWithAtSign($callback) || $defaultMethod) { return static::callClass($container, $callback, $parameters, $defaultMethod); } return static::callBoundMethod($container, $callback, function () use ($container, $callback, $parameters) { return $callback(...array_values(static::getMethodDependencies($container, $callback, $parameters))); }); } /** * Call a string reference to a class using Class@method syntax. * @param mixed $value * @return mixed */ public static function unwrapIfClosure($value) { return $value instanceof Closure ? $value() : $value; } /** * Get the class name of the given parameter's type, if possible. * if ($container->hasMethodBinding($method)) { return $container->callMethodBinding($method, $callback[0]); } return Util::unwrapIfClosure($default); } /** * Normalize the given callback into a Class@method string. * return static::callClass($container, $callback, $parameters, $defaultMethod); } return static::callBoundMethod($container, $callback, function () use ($container, $callback, $parameters) { return $callback(...array_values(static::getMethodDependencies($container, $callback, $parameters))); }); } /** * Call a string reference to a class using Class@method syntax. * * * @throws \InvalidArgumentException */ public function call($callback, array $parameters = [], $defaultMethod = null) { return BoundMethod::call($this, $callback, $parameters, $defaultMethod); } /** * Get a closure to resolve the given type from the container. * protected function bootProvider(ServiceProvider $provider) { $provider->callBootingCallbacks(); if (method_exists($provider, 'boot')) { $this->call([$provider, 'boot']); } $provider->callBootedCallbacks(); } // for any listeners that need to do work after this initial booting gets // finished. This is useful when ordering the boot-up processes we run. $this->fireAppCallbacks($this->bootingCallbacks); array_walk($this->serviceProviders, function ($p) { $this->bootProvider($p); }); $this->booted = true; $this->fireAppCallbacks($this->bootedCallbacks); // finished. This is useful when ordering the boot-up processes we run. $this->fireAppCallbacks($this->bootingCallbacks); array_walk($this->serviceProviders, function ($p) { $this->bootProvider($p); }); $this->booted = true; $this->fireAppCallbacks($this->bootedCallbacks); } * @param \Illuminate\Contracts\Foundation\Application $app * @return void */ public function bootstrap(Application $app) { $app->boot(); }} $this->hasBeenBootstrapped = true; foreach ($bootstrappers as $bootstrapper) { $this['events']->dispatch('bootstrapping: '.$bootstrapper, [$this]); $this->make($bootstrapper)->bootstrap($this); $this['events']->dispatch('bootstrapped: '.$bootstrapper, [$this]); } } * @return void */ public function bootstrap() { if (! $this->app->hasBeenBootstrapped()) { $this->app->bootstrapWith($this->bootstrappers()); } } /** * Get the route dispatcher callback. { $this->app->instance('request', $request); Facade::clearResolvedInstance('request'); $this->bootstrap(); return (new Pipeline($this->app)) ->send($request) ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware) ->then($this->dispatchToRouter()); public function handle($request) { try { $request->enableHttpMethodParameterOverride(); $response = $this->sendRequestThroughRouter($request); } catch (Throwable $e) { $this->reportException($e); $response = $this->renderException($request, $e); }});$kernel = $app->make(Kernel::class);$response = tap($kernel->handle( $request = Request::capture()))->send();$kernel->terminate($request, $response);|
ErrorException
|
|---|
ErrorException:
file_put_contents(/home/daloglub/public_html/storage/framework/cache/data/86/1c/861c9a077d92e3a10644104f1985e89edbd072e2): failed to open stream: No such file or directory
at /home/daloglub/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:187
at Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(2, 'file_put_contents(/home/daloglub/public_html/storage/framework/cache/data/86/1c/861c9a077d92e3a10644104f1985e89edbd072e2): failed to open stream: No such file or directory', '/home/daloglub/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php', 187, array('path' => '/home/daloglub/public_html/storage/framework/cache/data/86/1c/861c9a077d92e3a10644104f1985e89edbd072e2', 'contents' => '9999999999a:24:{s:8:"language";s:16:"Botble\\Language\\";s:9:"analytics";s:17:"Botble\\Analytics\\";s:6:"backup";s:14:"Botble\\Backup\\";s:4:"blog";s:12:"Botble\\Blog\\";s:7:"captcha";s:15:"Botble\\Captcha\\";s:7:"contact";s:15:"Botble\\Contact\\";s:14:"cookie-consent";s:21:"Botble\\CookieConsent\\";s:10:"newsletter";s:18:"Botble\\Newsletter\\";s:13:"simple-slider";s:20:"Botble\\SimpleSlider\\";s:12:"social-login";s:19:"Botble\\SocialLogin\\";s:3:"ads";s:11:"Botble\\Ads\\";s:9:"audit-log";s:16:"Botble\\AuditLog\\";s:7:"payment";s:15:"Botble\\Payment\\";s:9:"ecommerce";s:17:"Botble\\Ecommerce\\";s:3:"faq";s:11:"Botble\\Faq\\";s:3:"n11";s:13:"WebOfisi\\N11\\";s:9:"topbanner";s:19:"WebOfisi\\TopBanner\\";s:10:"smsgateway";s:20:"WebOfisi\\SmsGateway\\";s:14:"whatsappbutton";s:24:"WebOfisi\\WhatsappButton\\";s:8:"trendyol";s:18:"WebOfisi\\Trendyol\\";s:8:"bulksend";s:18:"WebOfisi\\BulkSend\\";s:8:"location";s:16:"Botble\\Location\\";s:11:"translation";s:19:"Botble\\Translation\\";s:6:"iyzico";s:16:"WebOfisi\\Iyzico\\";}', 'lock' => true))
at file_put_contents('/home/daloglub/public_html/storage/framework/cache/data/86/1c/861c9a077d92e3a10644104f1985e89edbd072e2', '9999999999a:24:{s:8:"language";s:16:"Botble\\Language\\";s:9:"analytics";s:17:"Botble\\Analytics\\";s:6:"backup";s:14:"Botble\\Backup\\";s:4:"blog";s:12:"Botble\\Blog\\";s:7:"captcha";s:15:"Botble\\Captcha\\";s:7:"contact";s:15:"Botble\\Contact\\";s:14:"cookie-consent";s:21:"Botble\\CookieConsent\\";s:10:"newsletter";s:18:"Botble\\Newsletter\\";s:13:"simple-slider";s:20:"Botble\\SimpleSlider\\";s:12:"social-login";s:19:"Botble\\SocialLogin\\";s:3:"ads";s:11:"Botble\\Ads\\";s:9:"audit-log";s:16:"Botble\\AuditLog\\";s:7:"payment";s:15:"Botble\\Payment\\";s:9:"ecommerce";s:17:"Botble\\Ecommerce\\";s:3:"faq";s:11:"Botble\\Faq\\";s:3:"n11";s:13:"WebOfisi\\N11\\";s:9:"topbanner";s:19:"WebOfisi\\TopBanner\\";s:10:"smsgateway";s:20:"WebOfisi\\SmsGateway\\";s:14:"whatsappbutton";s:24:"WebOfisi\\WhatsappButton\\";s:8:"trendyol";s:18:"WebOfisi\\Trendyol\\";s:8:"bulksend";s:18:"WebOfisi\\BulkSend\\";s:8:"location";s:16:"Botble\\Location\\";s:11:"translation";s:19:"Botble\\Translation\\";s:6:"iyzico";s:16:"WebOfisi\\Iyzico\\";}', 2)
(/home/daloglub/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:187)
at Illuminate\Filesystem\Filesystem->put('/home/daloglub/public_html/storage/framework/cache/data/86/1c/861c9a077d92e3a10644104f1985e89edbd072e2', '9999999999a:24:{s:8:"language";s:16:"Botble\\Language\\";s:9:"analytics";s:17:"Botble\\Analytics\\";s:6:"backup";s:14:"Botble\\Backup\\";s:4:"blog";s:12:"Botble\\Blog\\";s:7:"captcha";s:15:"Botble\\Captcha\\";s:7:"contact";s:15:"Botble\\Contact\\";s:14:"cookie-consent";s:21:"Botble\\CookieConsent\\";s:10:"newsletter";s:18:"Botble\\Newsletter\\";s:13:"simple-slider";s:20:"Botble\\SimpleSlider\\";s:12:"social-login";s:19:"Botble\\SocialLogin\\";s:3:"ads";s:11:"Botble\\Ads\\";s:9:"audit-log";s:16:"Botble\\AuditLog\\";s:7:"payment";s:15:"Botble\\Payment\\";s:9:"ecommerce";s:17:"Botble\\Ecommerce\\";s:3:"faq";s:11:"Botble\\Faq\\";s:3:"n11";s:13:"WebOfisi\\N11\\";s:9:"topbanner";s:19:"WebOfisi\\TopBanner\\";s:10:"smsgateway";s:20:"WebOfisi\\SmsGateway\\";s:14:"whatsappbutton";s:24:"WebOfisi\\WhatsappButton\\";s:8:"trendyol";s:18:"WebOfisi\\Trendyol\\";s:8:"bulksend";s:18:"WebOfisi\\BulkSend\\";s:8:"location";s:16:"Botble\\Location\\";s:11:"translation";s:19:"Botble\\Translation\\";s:6:"iyzico";s:16:"WebOfisi\\Iyzico\\";}', true)
(/home/daloglub/public_html/vendor/laravel/framework/src/Illuminate/Cache/FileStore.php:77)
at Illuminate\Cache\FileStore->put('plugin_namespaces', array('language' => 'Botble\\Language\\', 'analytics' => 'Botble\\Analytics\\', 'backup' => 'Botble\\Backup\\', 'blog' => 'Botble\\Blog\\', 'captcha' => 'Botble\\Captcha\\', 'contact' => 'Botble\\Contact\\', 'cookie-consent' => 'Botble\\CookieConsent\\', 'newsletter' => 'Botble\\Newsletter\\', 'simple-slider' => 'Botble\\SimpleSlider\\', 'social-login' => 'Botble\\SocialLogin\\', 'ads' => 'Botble\\Ads\\', 'audit-log' => 'Botble\\AuditLog\\', 'payment' => 'Botble\\Payment\\', 'ecommerce' => 'Botble\\Ecommerce\\', 'faq' => 'Botble\\Faq\\', 'n11' => 'WebOfisi\\N11\\', 'topbanner' => 'WebOfisi\\TopBanner\\', 'smsgateway' => 'WebOfisi\\SmsGateway\\', 'whatsappbutton' => 'WebOfisi\\WhatsappButton\\', 'trendyol' => 'WebOfisi\\Trendyol\\', 'bulksend' => 'WebOfisi\\BulkSend\\', 'location' => 'Botble\\Location\\', 'translation' => 'Botble\\Translation\\', 'iyzico' => 'WebOfisi\\Iyzico\\'), 0)
(/home/daloglub/public_html/vendor/laravel/framework/src/Illuminate/Cache/FileStore.php:200)
at Illuminate\Cache\FileStore->forever('plugin_namespaces', array('language' => 'Botble\\Language\\', 'analytics' => 'Botble\\Analytics\\', 'backup' => 'Botble\\Backup\\', 'blog' => 'Botble\\Blog\\', 'captcha' => 'Botble\\Captcha\\', 'contact' => 'Botble\\Contact\\', 'cookie-consent' => 'Botble\\CookieConsent\\', 'newsletter' => 'Botble\\Newsletter\\', 'simple-slider' => 'Botble\\SimpleSlider\\', 'social-login' => 'Botble\\SocialLogin\\', 'ads' => 'Botble\\Ads\\', 'audit-log' => 'Botble\\AuditLog\\', 'payment' => 'Botble\\Payment\\', 'ecommerce' => 'Botble\\Ecommerce\\', 'faq' => 'Botble\\Faq\\', 'n11' => 'WebOfisi\\N11\\', 'topbanner' => 'WebOfisi\\TopBanner\\', 'smsgateway' => 'WebOfisi\\SmsGateway\\', 'whatsappbutton' => 'WebOfisi\\WhatsappButton\\', 'trendyol' => 'WebOfisi\\Trendyol\\', 'bulksend' => 'WebOfisi\\BulkSend\\', 'location' => 'Botble\\Location\\', 'translation' => 'Botble\\Translation\\', 'iyzico' => 'WebOfisi\\Iyzico\\'))
(/home/daloglub/public_html/vendor/laravel/framework/src/Illuminate/Cache/Repository.php:363)
at Illuminate\Cache\Repository->forever('plugin_namespaces', array('language' => 'Botble\\Language\\', 'analytics' => 'Botble\\Analytics\\', 'backup' => 'Botble\\Backup\\', 'blog' => 'Botble\\Blog\\', 'captcha' => 'Botble\\Captcha\\', 'contact' => 'Botble\\Contact\\', 'cookie-consent' => 'Botble\\CookieConsent\\', 'newsletter' => 'Botble\\Newsletter\\', 'simple-slider' => 'Botble\\SimpleSlider\\', 'social-login' => 'Botble\\SocialLogin\\', 'ads' => 'Botble\\Ads\\', 'audit-log' => 'Botble\\AuditLog\\', 'payment' => 'Botble\\Payment\\', 'ecommerce' => 'Botble\\Ecommerce\\', 'faq' => 'Botble\\Faq\\', 'n11' => 'WebOfisi\\N11\\', 'topbanner' => 'WebOfisi\\TopBanner\\', 'smsgateway' => 'WebOfisi\\SmsGateway\\', 'whatsappbutton' => 'WebOfisi\\WhatsappButton\\', 'trendyol' => 'WebOfisi\\Trendyol\\', 'bulksend' => 'WebOfisi\\BulkSend\\', 'location' => 'Botble\\Location\\', 'translation' => 'Botble\\Translation\\', 'iyzico' => 'WebOfisi\\Iyzico\\'))
(/home/daloglub/public_html/vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:418)
at Illuminate\Cache\CacheManager->__call('forever', array('plugin_namespaces', array('language' => 'Botble\\Language\\', 'analytics' => 'Botble\\Analytics\\', 'backup' => 'Botble\\Backup\\', 'blog' => 'Botble\\Blog\\', 'captcha' => 'Botble\\Captcha\\', 'contact' => 'Botble\\Contact\\', 'cookie-consent' => 'Botble\\CookieConsent\\', 'newsletter' => 'Botble\\Newsletter\\', 'simple-slider' => 'Botble\\SimpleSlider\\', 'social-login' => 'Botble\\SocialLogin\\', 'ads' => 'Botble\\Ads\\', 'audit-log' => 'Botble\\AuditLog\\', 'payment' => 'Botble\\Payment\\', 'ecommerce' => 'Botble\\Ecommerce\\', 'faq' => 'Botble\\Faq\\', 'n11' => 'WebOfisi\\N11\\', 'topbanner' => 'WebOfisi\\TopBanner\\', 'smsgateway' => 'WebOfisi\\SmsGateway\\', 'whatsappbutton' => 'WebOfisi\\WhatsappButton\\', 'trendyol' => 'WebOfisi\\Trendyol\\', 'bulksend' => 'WebOfisi\\BulkSend\\', 'location' => 'Botble\\Location\\', 'translation' => 'Botble\\Translation\\', 'iyzico' => 'WebOfisi\\Iyzico\\')))
(/home/daloglub/public_html/vendor/botble/plugin-management/src/Providers/PluginManagementServiceProvider.php:72)
at Botble\PluginManagement\Providers\PluginManagementServiceProvider->boot()
(/home/daloglub/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36)
at Illuminate\Container\BoundMethod::Illuminate\Container\{closure}()
(/home/daloglub/public_html/vendor/laravel/framework/src/Illuminate/Container/Util.php:40)
at Illuminate\Container\Util::unwrapIfClosure(object(Closure))
(/home/daloglub/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93)
at Illuminate\Container\BoundMethod::callBoundMethod(object(Application), array(object(PluginManagementServiceProvider), 'boot'), object(Closure))
(/home/daloglub/public_html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:37)
at Illuminate\Container\BoundMethod::call(object(Application), array(object(PluginManagementServiceProvider), 'boot'), array(), null)
(/home/daloglub/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php:653)
at Illuminate\Container\Container->call(array(object(PluginManagementServiceProvider), 'boot'))
(/home/daloglub/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:924)
at Illuminate\Foundation\Application->bootProvider(object(PluginManagementServiceProvider))
(/home/daloglub/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:905)
at Illuminate\Foundation\Application->Illuminate\Foundation\{closure}(object(PluginManagementServiceProvider), 34)
at array_walk(array(object(EventServiceProvider), object(LogServiceProvider), object(RoutingServiceProvider), object(AuthServiceProvider), object(CookieServiceProvider), object(DatabaseServiceProvider), object(EncryptionServiceProvider), object(FilesystemServiceProvider), object(FormRequestServiceProvider), object(ParallelTestingServiceProvider), object(FoundationServiceProvider), object(NotificationServiceProvider), object(PaginationServiceProvider), object(SessionServiceProvider), object(ViewServiceProvider), object(ServiceProvider), object(AssetsServiceProvider), object(MenuServiceProvider), object(PageServiceProvider), object(SettingServiceProvider), object(BaseServiceProvider), object(CommandServiceProvider), object(EventServiceProvider), object(BreadcrumbsServiceProvider), object(ComposerServiceProvider), object(MailConfigServiceProvider), object(FormServiceProvider), object(SupportServiceProvider), object(TableServiceProvider), object(AclServiceProvider), object(DashboardServiceProvider), object(MediaServiceProvider), object(JsValidationServiceProvider), object(ChartServiceProvider), object(PluginManagementServiceProvider), object(RevisionServiceProvider), object(SeoHelperServiceProvider), object(ShortcodeServiceProvider), object(SitemapServiceProvider), object(SlugServiceProvider), object(ThemeServiceProvider), object(RouteServiceProvider), object(WidgetServiceProvider), object(TrustedProxyServiceProvider), object(CorsServiceProvider), object(ImageServiceProvider), object(FormBuilderServiceProvider), object(CashierServiceProvider), object(ExcelServiceProvider), object(PurifierServiceProvider), object(MollieServiceProvider), object(ServiceProvider), object(NewsletterServiceProvider), object(ZiggyServiceProvider), object(PaystackServiceProvider), object(HtmlServiceProvider), object(HtmlServiceProvider), object(ButtonsServiceProvider), object(DataTablesServiceProvider), object(AppServiceProvider), object(AuthServiceProvider), object(EventServiceProvider), object(RouteServiceProvider), object(EventServiceProvider), object(CommandServiceProvider), object(EventServiceProvider), object(CommandServiceProvider), object(EventServiceProvider), object(TranslationServiceProvider), object(ValidationServiceProvider), object(CacheServiceProvider), object(HashServiceProvider)), object(Closure))
(/home/daloglub/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:906)
at Illuminate\Foundation\Application->boot()
(/home/daloglub/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/BootProviders.php:17)
at Illuminate\Foundation\Bootstrap\BootProviders->bootstrap(object(Application))
(/home/daloglub/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:237)
at Illuminate\Foundation\Application->bootstrapWith(array('Illuminate\\Foundation\\Bootstrap\\LoadEnvironmentVariables', 'Illuminate\\Foundation\\Bootstrap\\LoadConfiguration', 'Illuminate\\Foundation\\Bootstrap\\HandleExceptions', 'Illuminate\\Foundation\\Bootstrap\\RegisterFacades', 'Illuminate\\Foundation\\Bootstrap\\RegisterProviders', 'Illuminate\\Foundation\\Bootstrap\\BootProviders'))
(/home/daloglub/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:153)
at Illuminate\Foundation\Http\Kernel->bootstrap()
(/home/daloglub/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:137)
at Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(object(Request))
(/home/daloglub/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:111)
at Illuminate\Foundation\Http\Kernel->handle(object(Request))
(/home/daloglub/public_html/public/index.php:65)
|