Hooks not working iff im using @ob_start() |
(01-05-2020, 06:28 AM)shailesh tripathi Wrote: Hooks to minimize and compress html code is working fine, if i am not using @ob_start(), but i need to use this function to remove several problems like ** "PHP: Cannot modify header information", die() and exit() not working...** . Using @ob_start() makes useless to minify and compress function. I am using following code using Hooks file- PHP Code: <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); PHP Code: <?php |
Messages In This Thread |
Hooks not working iff im using @ob_start() - by shailesh tripathi - 01-05-2020, 06:28 AM
RE: Hooks not working iff im using @ob_start() - by jreklund - 01-05-2020, 11:30 PM
RE: Hooks not working iff im using @ob_start() - by shailesh tripathi - 01-06-2020, 07:26 AM
RE: Hooks not working iff im using @ob_start() - by shailesh tripathi - 01-06-2020, 07:22 AM
RE: Hooks not working iff im using @ob_start() - by InsiteFX - 01-06-2020, 08:47 AM
RE: Hooks not working iff im using @ob_start() - by shailesh tripathi - 01-06-2020, 08:58 AM
RE: Hooks not working iff im using @ob_start() - by InsiteFX - 01-07-2020, 09:21 AM
RE: Hooks not working iff im using @ob_start() - by shailesh tripathi - 01-10-2020, 11:40 AM
RE: Hooks not working iff im using @ob_start() - by jreklund - 01-08-2020, 11:56 AM
RE: Hooks not working iff im using @ob_start() - by shailesh tripathi - 01-08-2020, 12:40 PM
|