Welcome Guest, Not a member yet? Register   Sign In
Headers set to no cache are not honored?
#23

[eluser]drewbee[/eluser]
I used var_dump this time around top and bottom as you did above.

On a specified controller/method: correctly outputs above and below output.

On the default controller/method: outputs above but not below. (So same results as the print_r).


Whatever is causing this is definitely in regards to the default controller. The only non-standard part I have set up with that is my default controller name is 'index', and default method is 'index'.

So...

Code:
class Index extends CIEXT_Controller
{
    function __construct() { parent::__construct(); }
    
    function index() { // blah blah }

}

(I'm just quickly typing this out don't mind the syntax)

You know this is going to be because of something so stupid and minute... lol.

Edit: one last thing in your check, make sure you attempt to use the default controller as well. I only seen you testing the default method.


Messages In This Thread
Headers set to no cache are not honored? - by El Forum - 02-19-2009, 12:00 PM
Headers set to no cache are not honored? - by El Forum - 02-23-2009, 02:39 PM
Headers set to no cache are not honored? - by El Forum - 03-28-2009, 05:03 PM
Headers set to no cache are not honored? - by El Forum - 03-28-2009, 05:05 PM
Headers set to no cache are not honored? - by El Forum - 03-28-2009, 06:59 PM
Headers set to no cache are not honored? - by El Forum - 03-28-2009, 07:39 PM
Headers set to no cache are not honored? - by El Forum - 03-30-2009, 11:30 PM
Headers set to no cache are not honored? - by El Forum - 04-01-2009, 10:59 AM
Headers set to no cache are not honored? - by El Forum - 04-01-2009, 11:11 AM
Headers set to no cache are not honored? - by El Forum - 04-01-2009, 11:18 AM
Headers set to no cache are not honored? - by El Forum - 04-01-2009, 11:29 AM
Headers set to no cache are not honored? - by El Forum - 04-01-2009, 11:39 AM
Headers set to no cache are not honored? - by El Forum - 04-01-2009, 11:46 AM
Headers set to no cache are not honored? - by El Forum - 04-01-2009, 11:52 AM
Headers set to no cache are not honored? - by El Forum - 04-01-2009, 11:58 AM
Headers set to no cache are not honored? - by El Forum - 04-01-2009, 12:06 PM
Headers set to no cache are not honored? - by El Forum - 04-01-2009, 12:11 PM
Headers set to no cache are not honored? - by El Forum - 04-01-2009, 12:36 PM
Headers set to no cache are not honored? - by El Forum - 04-01-2009, 12:45 PM
Headers set to no cache are not honored? - by El Forum - 04-01-2009, 01:00 PM
Headers set to no cache are not honored? - by El Forum - 04-01-2009, 01:13 PM
Headers set to no cache are not honored? - by El Forum - 04-01-2009, 01:22 PM
Headers set to no cache are not honored? - by El Forum - 04-01-2009, 01:41 PM
Headers set to no cache are not honored? - by El Forum - 04-01-2009, 01:45 PM
Headers set to no cache are not honored? - by El Forum - 04-01-2009, 01:55 PM
Headers set to no cache are not honored? - by El Forum - 04-01-2009, 01:58 PM
Headers set to no cache are not honored? - by El Forum - 04-01-2009, 02:02 PM
Headers set to no cache are not honored? - by El Forum - 04-01-2009, 02:23 PM
Headers set to no cache are not honored? - by El Forum - 04-01-2009, 02:30 PM
Headers set to no cache are not honored? - by El Forum - 04-01-2009, 02:44 PM
Headers set to no cache are not honored? - by El Forum - 04-01-2009, 03:01 PM



Theme © iAndrew 2016 - Forum software by © MyBB