Welcome Guest, Not a member yet? Register   Sign In
Including CI snippit in another site
#1

[eluser]suppster[/eluser]
I would like to include a CI comment form in selected pages in an existing non CI site. I've tried using

Code:
$_SERVER["REQUEST_URI"] = "cms/2";

//Set GET action,method params etc

require_once "path/to/index.php";

in a file in the codeigniter root directory, but get the following error:

Quote:Fatal error: ob_start() [<a href='ref.outcontrol'>ref.outcontrol</a>]: Cannot use output buffering in output buffering display handlers in C:\xampp\htdocs\web\codeigniter\system\core\Exceptions.php on line 166

But when I include the above code in a file outside the codeigniter root I get
Quote:Your system folder path does not appear to be set correctly. Please open the following file and correct this: index.php

Any ideas? Thanks


Messages In This Thread
Including CI snippit in another site - by El Forum - 03-02-2011, 01:57 PM
Including CI snippit in another site - by El Forum - 03-03-2011, 08:47 AM
Including CI snippit in another site - by El Forum - 03-03-2011, 09:43 AM



Theme © iAndrew 2016 - Forum software by © MyBB