10-14-2011, 03:19 PM
(07-24-2011, 04:48 AM)haylau Wrote:(07-24-2011, 04:44 AM)administrator Wrote:(07-23-2011, 11:09 PM)haylau Wrote:(07-23-2011, 06:23 PM)steinm Wrote:Thanks for the reply Uwe, The instrucation say(07-22-2011, 05:47 PM)haylau Wrote: I have uploaded akk files, and create database. I have modified and uploaded the config file
When I go to Index.php get this error:
Fatal error: main() [function.require]: Failed opening required 'LetoDMS/Core.php' (includeT_path=':.:/usr/lib/php') in /homepages/10/d37005225/htdocs/LetoDMS/inc/inc.DBInit.php on line 27var $_httpRoot = "/LetoDMS/";
I ran check.php and get:
Parse error: syntax error, unexpected '{' in /homepages/10/d37005225/htdocs/LetoDMS/check.php on line 374
Config file settings are:
var $_rootDir = "/homepages/10/d37005225/htdocs/LetoDMS/";
var $_httpRoot = "/LetoDMS/";
var $_contentDir = "/homepages/10/d37005225/htdocs/letodata";
var $_ADOdbPath = "";
I have tried adding in the adopath, but no difference to messages.#
Any ideas?
The syntax error in check.php is a unrelated to your problem.
Have you set _coreDir?
Uwe
If left empty LetoDMS_Core will used from the standard include path
Having said that, i have tried putting setting it, same response
hi thanks for using LetoDMS
please post your mysql and php version and os
Thanks
LetoDMS
Thanks, got it sorted. I tidied uo the trailing "/" in paths (some seem to be requirted some not) Also I included a httaccess file to force php5 even though the system should have been that already
Could you please let me know your tidied code looks like. I've tried as follows but did not work....
$_rootDir = "/public_html/leto/"
$_coreDir = "/public_html/leto/LetoDMS_Core/"
$_httpRoot = "/leto/"
$_contentDir = "/public_html/letodata/"
$_ADOdbPath = "/public_html/leto/
Thanks