Welcome Guest, Not a member yet? Register   Sign In
Can't include a file in my view!
#7

[eluser]Spockz[/eluser]
Ah, that's a different structure than mentioned in your tree. I think your tree should look like
Code:
4-Root
   - index.php
   - cgi-bin
3  - system
2    - application
1      - views
         - uploader
           - uploader_view.php

So you need to go 4 times up. Maybe it's easier to do something like:
Code:
include BASEPATH.'/../cgi-bin.etc...';

It isn't relative so you can use it anywere. And it might even by handier if you'd define this in your index.php
Code:
define('CGIPATH', dirname(__FILE__).'/cgi-bin');


Messages In This Thread
Can't include a file in my view! - by El Forum - 02-03-2009, 05:21 PM
Can't include a file in my view! - by El Forum - 02-03-2009, 05:32 PM
Can't include a file in my view! - by El Forum - 02-03-2009, 05:35 PM
Can't include a file in my view! - by El Forum - 02-03-2009, 05:38 PM
Can't include a file in my view! - by El Forum - 02-03-2009, 05:45 PM
Can't include a file in my view! - by El Forum - 02-03-2009, 05:50 PM
Can't include a file in my view! - by El Forum - 02-03-2009, 05:51 PM
Can't include a file in my view! - by El Forum - 02-03-2009, 06:09 PM
Can't include a file in my view! - by El Forum - 02-03-2009, 06:11 PM
Can't include a file in my view! - by El Forum - 02-03-2009, 08:35 PM
Can't include a file in my view! - by El Forum - 02-03-2009, 11:24 PM
Can't include a file in my view! - by El Forum - 02-04-2009, 01:43 AM
Can't include a file in my view! - by El Forum - 02-04-2009, 03:15 PM



Theme © iAndrew 2016 - Forum software by © MyBB