Welcome Guest, Not a member yet? Register   Sign In
Codeignighter not resonding
#1

hi all, i must have put something in incorrectly. Please help there a smiley where i ensure the issue.

PHP Code:
if ($possibleResponse instanceof ResponseInterface) {
            
$this->response $possibleResponse;
        } else {
            try {
                    if (
$possibleResponse instanceof ResponseInterface) {
            
$this->response $possibleResponse;
        } else {
            try {
                :)  
$this->response $this->handleRequest($routesconfig(Cache::class), $returnResponse);
            } catch (
ResponsableInterface|DeprecatedRedirectException $e) {
                
$this->outputBufferingEnd();
                if (
$e instanceof DeprecatedRedirectException) {
                    
$e = new RedirectException($e->getMessage(), $e->getCode(), $e);
                }

                
$this->response $e->getResponse();
            } catch (
PageNotFoundException $e) {
                
$this->response $this->display404errors($e);
            } catch (
Throwable $e) {
                
$this->outputBufferingEnd();

                throw 
$e;
            }
        }
$this->response $this->handleRequest($routesconfig(Cache::class), $returnResponse);
            } catch (
ResponsableInterface|DeprecatedRedirectException $e) {
                
$this->outputBufferingEnd();
                if (
$e instanceof DeprecatedRedirectException) {
                    
$e = new RedirectException($e->getMessage(), $e->getCode(), $e);
                }

                
$this->response $e->getResponse();
            } catch (
PageNotFoundException $e) {
                
$this->response $this->display404errors($e);
            } catch (
Throwable $e) {
                
$this->outputBufferingEnd();

                throw 
$e;
            }
        } 
Reply
#2

When using the browser to look at the sites I see them fine but push the go button I get the error. with

/**
Reply
#3

Did you view your server error files?
Did you hit F-12 key in your web browser to see what the error is?
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply




Theme © iAndrew 2016 - Forum software by © MyBB