Closed kiranupadhyak closed 7 years ago
Redirect is not working in slim 2 & it returns below error for this line $application->redirect($application->urlFor('details', array( 'slug' => $slug, )));
Error
Slim_Exception_Stop Object
( [message:protected] => [string:Exception:private] => [code:protected] => 0 [file:protected] => /usr/local/test/enduser/vendors/Slim/Slim.php [line:protected] => 810 [trace:Exception:private] => Array )
Slim does not use zend-router.
Redirect is not working in slim 2 & it returns below error for this line $application->redirect($application->urlFor('details', array( 'slug' => $slug, )));
Error
( [message:protected] => [string:Exception:private] => [code:protected] => 0 [file:protected] => /usr/local/test/enduser/vendors/Slim/Slim.php [line:protected] => 810 [trace:Exception:private] => Array )