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

[eluser]suppster[/eluser]
It was a relative path problem. The included file obviously uses the path of the calling function. I just needed to include

$application_folder = dirname(__FILE__)."/application";
$system_path = dirname(__FILE__)."/system";
in index.php


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