Fatal error: ob_start() |
[eluser]IamPrototype[/eluser]
I got my language problem fixed, now I have another problem. Please read my post I read at the end of this thread.
[eluser]TheFuzzy0ne[/eluser]
You have a space before the opening PHP tag, or after the closing PHP tag in D:\Programmer\xampp\htdocs\ci\application\language\english\errors_lang.php.
[eluser]IamPrototype[/eluser]
Now I just get this Code: Fatal error: ob_start() [<a href='ref.outcontrol'>ref.outcontrol</a>]: Cannot use output buffering in output buffering display handlers in D:\Programmer\xampp\htdocs\ci\system\libraries\Exceptions.php on line 160
[eluser]pistolPete[/eluser]
How are you saving your files? Try UTF-8 without BOM.
[eluser]IamPrototype[/eluser]
I doubt it will work but sure, I'll give it a try! ![]() Edit: What files are we talking about? Edit #2: Nevermind! I already save my files that way. The error online shows up when I add my language file name to my auto-load file! Edit #3: Maybe it's my server (currently using XAMP) for my local projects.
[eluser]IamPrototype[/eluser]
I GOT MY LANGUAGE WORKING, BUT.... ...I'm stilling getting that stupid error I wrote here: http://ellislab.com/forums/viewreply/549231/ This is my code: Code: <?php
[eluser]vijaykm[/eluser]
[quote author="IamPrototype" date="1237323792"]Now I just get this Code: Fatal error: ob_start() [<a href='ref.outcontrol'>ref.outcontrol</a>]: Cannot use output buffering in output buffering display handlers in D:\Programmer\xampp\htdocs\ci\system\libraries\Exceptions.php on line 160 i got same issue in my site , then this page { http://ellislab.com/forums/viewthread/105257/ } was helpful for me, now its solved. |
Welcome Guest, Not a member yet? Register Sign In |