![]() |
How to make an include - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: How to make an include (/showthread.php?tid=42250) |
How to make an include - El Forum - 05-31-2011 [eluser]Andrey[/eluser] Hi guys. I need to load an include in a view. ioncode is a code to hide the source code but I get this error. Fatal error: ob_start() [<a href='ref.outcontrol'>ref.outcontrol</a>]: Cannot use output buffering in output buffering display handlers in D:\xampp\htdocs\myhiface\system\core\Exceptions.php on line 166 Could help. Thanks beforehand How to make an include - El Forum - 06-01-2011 [eluser]danmontgomery[/eluser] search? How to make an include - El Forum - 06-01-2011 [eluser]Andrey[/eluser] Noctrum Hi, thanks for your response. what happens is that I occupy is to include a php, type include ("file.php"), that file is encoded in ioncube. and to include it gives me this error. Is there another way of doing an include? or something to work? Thanks! How to make an include - El Forum - 06-01-2011 [eluser]InsiteFX[/eluser] Your server has to be running ioncube! InsiteFX How to make an include - El Forum - 06-02-2011 [eluser]danmontgomery[/eluser] [quote author="Andrey" date="1306961209"]Noctrum Hi, thanks for your response. what happens is that I occupy is to include a php, type include ("file.php"), that file is encoded in ioncube. and to include it gives me this error. Is there another way of doing an include? or something to work? Thanks![/quote] Did you read the thread I linked? Did you try disabling output compression? How to make an include - El Forum - 06-02-2011 [eluser]Andrey[/eluser] This is what I want to do. http://www.ioncube.com/html_encoder_sample.php But do I have to include! |