Quote:Warning: include() [function.include]: Failed opening 'languages/English/lang.inc' for inclusion (include_path='/home/brett/public_html/folder/adodb/:.:/usr/lib/php:/usr/local/lib/php') in /home/brett/public_html/folder/inc/inc.Language.php on line 41
path in the configuration.
languages/English/lang.inc is in the right place
The bit in bold I'm lost over.
It appears to be referencing things twice for some reason
Thoughts?
hard coded language path .. why not have got them all over the place

Now a 404 with the following URL
Code:
http://www.serverhost.com/letodms/out/out.Login.php?referuri=%2F~brettdi1%2Ffolder%2Fout%2Fout.ViewFolder.php
yay at least I'm getting a real URL

But what is this error

Wow I'm progressing with brute force here
Now I've really hit the wall
Quote:Warning: include(Log.php) [function.include]: failed to open stream: No such file or directory in /home/brettdi1/public_html/folder/inc/inc.LogInit.php on line 21
Warning: include(Log.php) [function.include]: failed to open stream: No such file or directory in /home/brettdi1/public_html/folder/inc/inc.LogInit.php on line 21
Warning: include() [function.include]: Failed opening 'Log.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/brettdi1/public_html/folder/inc/inc.LogInit.php on line 21
Fatal error: Class 'Log' not found in /home/brettdi1/public_html/folder/inc/inc.LogInit.php on line 281
So I'm thinking it's looking for this file here .... /php/Log.php
Also that double up again in bold?
Now where is that coming from?