[Notice] Undefined index: marka

GET /wynajem-dlugoterminowy/samochody-dostawcze/

Line 20 in /home/virtualki/219910/app/src/DostawczyCarsPageController.php

Source

11         private static $allowed_actions = array(
12             'pobierzMarki', 'pobierzModele', 'pobierzPaliwa', 'pobierzNadwozia', 'pobierzStany', 'getCarsJSON', 'show'
13         );
14 
15         public function getCars()
16         {
17             $data = $this->request->getVars();
18             $cars = DostawczyCar::get()->where('Hidden=0');
19             {
20                 $cars = $cars->where("Marka LIKE '" . $data["marka"] . "%'");
21                 $cars = $cars->where("Model LIKE '" . $data["model"] . "%'");
22                 $cars = $cars->where("Stan LIKE '" . $data["stan"] . "%'");
23                 $cars = $cars->where("Paliwo LIKE '" . $data["paliwo"] . "%'");
24                 $cars = $cars->where("Nadwozie LIKE '" . $data["nadwozie"] . "%'");
25                 $sortowanie = $data["sort"];
26                 //$liczbaElementow = $data["pages"];

Trace

GET /wynajem-dlugoterminowy/samochody-dostawcze/

[Notice] Undefined index: model

GET /wynajem-dlugoterminowy/samochody-dostawcze/

Line 21 in /home/virtualki/219910/app/src/DostawczyCarsPageController.php

Source

12             'pobierzMarki', 'pobierzModele', 'pobierzPaliwa', 'pobierzNadwozia', 'pobierzStany', 'getCarsJSON', 'show'
13         );
14 
15         public function getCars()
16         {
17             $data = $this->request->getVars();
18             $cars = DostawczyCar::get()->where('Hidden=0');
19             {
20                 $cars = $cars->where("Marka LIKE '" . $data["marka"] . "%'");
21                 $cars = $cars->where("Model LIKE '" . $data["model"] . "%'");
22                 $cars = $cars->where("Stan LIKE '" . $data["stan"] . "%'");
23                 $cars = $cars->where("Paliwo LIKE '" . $data["paliwo"] . "%'");
24                 $cars = $cars->where("Nadwozie LIKE '" . $data["nadwozie"] . "%'");
25                 $sortowanie = $data["sort"];
26                 //$liczbaElementow = $data["pages"];
27                 if (is_numeric($data["rataod"]))

Trace

GET /wynajem-dlugoterminowy/samochody-dostawcze/

[Notice] Undefined index: stan

GET /wynajem-dlugoterminowy/samochody-dostawcze/

Line 22 in /home/virtualki/219910/app/src/DostawczyCarsPageController.php

Source

13         );
14 
15         public function getCars()
16         {
17             $data = $this->request->getVars();
18             $cars = DostawczyCar::get()->where('Hidden=0');
19             {
20                 $cars = $cars->where("Marka LIKE '" . $data["marka"] . "%'");
21                 $cars = $cars->where("Model LIKE '" . $data["model"] . "%'");
22                 $cars = $cars->where("Stan LIKE '" . $data["stan"] . "%'");
23                 $cars = $cars->where("Paliwo LIKE '" . $data["paliwo"] . "%'");
24                 $cars = $cars->where("Nadwozie LIKE '" . $data["nadwozie"] . "%'");
25                 $sortowanie = $data["sort"];
26                 //$liczbaElementow = $data["pages"];
27                 if (is_numeric($data["rataod"]))
28                     $cars = $cars->where("Rata > " . $data["rataod"]);

Trace

GET /wynajem-dlugoterminowy/samochody-dostawcze/

[Notice] Undefined index: paliwo

GET /wynajem-dlugoterminowy/samochody-dostawcze/

Line 23 in /home/virtualki/219910/app/src/DostawczyCarsPageController.php

Source

14 
15         public function getCars()
16         {
17             $data = $this->request->getVars();
18             $cars = DostawczyCar::get()->where('Hidden=0');
19             {
20                 $cars = $cars->where("Marka LIKE '" . $data["marka"] . "%'");
21                 $cars = $cars->where("Model LIKE '" . $data["model"] . "%'");
22                 $cars = $cars->where("Stan LIKE '" . $data["stan"] . "%'");
23                 $cars = $cars->where("Paliwo LIKE '" . $data["paliwo"] . "%'");
24                 $cars = $cars->where("Nadwozie LIKE '" . $data["nadwozie"] . "%'");
25                 $sortowanie = $data["sort"];
26                 //$liczbaElementow = $data["pages"];
27                 if (is_numeric($data["rataod"]))
28                     $cars = $cars->where("Rata > " . $data["rataod"]);
29                 if (is_numeric($data["ratado"]))

Trace

GET /wynajem-dlugoterminowy/samochody-dostawcze/

[Notice] Undefined index: nadwozie

GET /wynajem-dlugoterminowy/samochody-dostawcze/

Line 24 in /home/virtualki/219910/app/src/DostawczyCarsPageController.php

Source

15         public function getCars()
16         {
17             $data = $this->request->getVars();
18             $cars = DostawczyCar::get()->where('Hidden=0');
19             {
20                 $cars = $cars->where("Marka LIKE '" . $data["marka"] . "%'");
21                 $cars = $cars->where("Model LIKE '" . $data["model"] . "%'");
22                 $cars = $cars->where("Stan LIKE '" . $data["stan"] . "%'");
23                 $cars = $cars->where("Paliwo LIKE '" . $data["paliwo"] . "%'");
24                 $cars = $cars->where("Nadwozie LIKE '" . $data["nadwozie"] . "%'");
25                 $sortowanie = $data["sort"];
26                 //$liczbaElementow = $data["pages"];
27                 if (is_numeric($data["rataod"]))
28                     $cars = $cars->where("Rata > " . $data["rataod"]);
29                 if (is_numeric($data["ratado"]))
30                     $cars = $cars->where("Rata < " . $data["ratado"]);

Trace

GET /wynajem-dlugoterminowy/samochody-dostawcze/

[Notice] Undefined index: sort

GET /wynajem-dlugoterminowy/samochody-dostawcze/

Line 25 in /home/virtualki/219910/app/src/DostawczyCarsPageController.php

Source

16         {
17             $data = $this->request->getVars();
18             $cars = DostawczyCar::get()->where('Hidden=0');
19             {
20                 $cars = $cars->where("Marka LIKE '" . $data["marka"] . "%'");
21                 $cars = $cars->where("Model LIKE '" . $data["model"] . "%'");
22                 $cars = $cars->where("Stan LIKE '" . $data["stan"] . "%'");
23                 $cars = $cars->where("Paliwo LIKE '" . $data["paliwo"] . "%'");
24                 $cars = $cars->where("Nadwozie LIKE '" . $data["nadwozie"] . "%'");
25                 $sortowanie = $data["sort"];
26                 //$liczbaElementow = $data["pages"];
27                 if (is_numeric($data["rataod"]))
28                     $cars = $cars->where("Rata > " . $data["rataod"]);
29                 if (is_numeric($data["ratado"]))
30                     $cars = $cars->where("Rata < " . $data["ratado"]);
31 

Trace

GET /wynajem-dlugoterminowy/samochody-dostawcze/

[Notice] Undefined index: rataod

GET /wynajem-dlugoterminowy/samochody-dostawcze/

Line 27 in /home/virtualki/219910/app/src/DostawczyCarsPageController.php

Source

18             $cars = DostawczyCar::get()->where('Hidden=0');
19             {
20                 $cars = $cars->where("Marka LIKE '" . $data["marka"] . "%'");
21                 $cars = $cars->where("Model LIKE '" . $data["model"] . "%'");
22                 $cars = $cars->where("Stan LIKE '" . $data["stan"] . "%'");
23                 $cars = $cars->where("Paliwo LIKE '" . $data["paliwo"] . "%'");
24                 $cars = $cars->where("Nadwozie LIKE '" . $data["nadwozie"] . "%'");
25                 $sortowanie = $data["sort"];
26                 //$liczbaElementow = $data["pages"];
27                 if (is_numeric($data["rataod"]))
28                     $cars = $cars->where("Rata > " . $data["rataod"]);
29                 if (is_numeric($data["ratado"]))
30                     $cars = $cars->where("Rata < " . $data["ratado"]);
31 
32                 switch ($sortowanie) {
33                     case 'nazwa_ros':

Trace

GET /wynajem-dlugoterminowy/samochody-dostawcze/

[Notice] Undefined index: ratado

GET /wynajem-dlugoterminowy/samochody-dostawcze/

Line 29 in /home/virtualki/219910/app/src/DostawczyCarsPageController.php

Source

20                 $cars = $cars->where("Marka LIKE '" . $data["marka"] . "%'");
21                 $cars = $cars->where("Model LIKE '" . $data["model"] . "%'");
22                 $cars = $cars->where("Stan LIKE '" . $data["stan"] . "%'");
23                 $cars = $cars->where("Paliwo LIKE '" . $data["paliwo"] . "%'");
24                 $cars = $cars->where("Nadwozie LIKE '" . $data["nadwozie"] . "%'");
25                 $sortowanie = $data["sort"];
26                 //$liczbaElementow = $data["pages"];
27                 if (is_numeric($data["rataod"]))
28                     $cars = $cars->where("Rata > " . $data["rataod"]);
29                 if (is_numeric($data["ratado"]))
30                     $cars = $cars->where("Rata < " . $data["ratado"]);
31 
32                 switch ($sortowanie) {
33                     case 'nazwa_ros':
34                         $cars = $cars->sort('Nazwa ASC');
35                         break;

Trace

GET /wynajem-dlugoterminowy/samochody-dostawcze/

[Emergency] Uncaught LogicException: Cookie 'isVisited' can't be set. The site started outputting content at line 419 in /home/virtualki/219910/vendor/silverstripe/framework/src/Control/HTTPResponse.php

GET /wynajem-dlugoterminowy/samochody-dostawcze/

Line 177 in /home/virtualki/219910/vendor/silverstripe/framework/src/Control/CookieJar.php

Source

168         $secure = false,
169         $httpOnly = true
170     ) {
171         // if headers aren't sent, we can set the cookie
172         if (!headers_sent($file, $line)) {
173             return setcookie($name, $value, $expiry, $path, $domain, $secure, $httpOnly);
174         }
175 
176         if (Cookie::config()->uninherited('report_errors')) {
177             throw new LogicException(
178                 "Cookie '$name' can't be set. The site started outputting content at line $line in $file"
179             );
180         }
181         return false;
182     }
183 }

Trace