Error_Exception [ Notice ]: Undefined offset: 1

APPPATH/classes/Controller/Home.php [ 19 ]

14             return false;
15         }
16         $res1 = explode($key, $str); // =${deal}|prop_kind=${prop_kind}|field=${field}|findtext=${text}|
17         $sub1 = $res1[1];
18         $res2 = explode('=', $sub1);
19         $sub2 = $res2[1]; // ${text}|
20         $res3 = explode("|", $sub2);
21         return $res3[0];
22     }
23     
24     public function getKey($route, $key) {
  1. APPPATH/classes/Controller/Home.php [ 19 ] » KO7_Core::error_handler( arguments )

  2. APPPATH/classes/Controller/Home.php [ 575 ] » Controller_Home->get_key( arguments )

  3. SYSPATH/classes/KO7/Controller.php [ 85 ] » Controller_Home->action_catalog( )

  4. {PHP internal call} » KO7_Controller->execute( )

  5. SYSPATH/classes/KO7/Request/Client/Internal.php [ 87 ] » ReflectionMethod->invoke( arguments )

  6. SYSPATH/classes/KO7/Request/Client.php [ 115 ] » KO7_Request_Client_Internal->execute_request( arguments )

  7. SYSPATH/classes/KO7/Request.php [ 965 ] » KO7_Request_Client->execute( arguments )

  8. DOCROOT/public/index.php [ 140 ] » KO7_Request->execute( )

Environment