[eluser]gusa[/eluser]
i think there's a misinterpretation of the APPPATH purpose.
see index.php:
Code:
/*
|---------------------------------------------------------------
| DEFINE APPLICATION CONSTANTS
|---------------------------------------------------------------
|
| EXT - The file extension. Typically ".php"
| FCPATH - The full server path to THIS file
| SELF - The name of THIS file (typically "index.php)
| BASEPATH - The full server path to the "system" folder
| APPPATH - The [b]full server path[/b] to the "application" folder
|
*/
it's supposed to be the full server path. however, on line #30 of login.php (at least) it's used as if it were a relative path: