The following warnings occurred:
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.3.25 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/printthread.php(287) : eval()'d code 2 errorHandler->error_callback
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



LetoDMS Community Forum
Installation don't start Error - Printable Version

+- LetoDMS Community Forum (https://community.letodms.com)
+-- Forum: LetoDMS Support (https://community.letodms.com/forumdisplay.php?fid=4)
+--- Forum: Installation Problems (https://community.letodms.com/forumdisplay.php?fid=9)
+--- Thread: Installation don't start Error (/showthread.php?tid=301)

Pages: 1 2


RE: Installation don't start Error - blogger - 05-06-2011

Hi,

thanks for you patience whit me :-)

I've try all, buth the error is continued.

the inc.setting.php file is here attached, i have edited Domain name, IP, SQL name and PWD, please check you self and resend me the file if anything is wrong.

I've just note follow Line

// Default page on login. Defaults to out/out.ViewFolder.php
var $_siteDefaultPage = "";

what do i have to insert here ?

Thanks again, appreciate really you help.


RE: Installation don't start Error - Doudoux - 05-06-2011

try

PHP Code:
<?php 
var $_httpRoot = "/dms/";

and remove line 164:
PHP Code:
<?php 
require('Smarty.class.php');

WARNING
change your content folder:
PHP Code:
<?php 
var $_contentDir = "/web/htdocs/www.mydomain.com/home/dms/";
==>
PHP Code:
<?php 
var $_contentDir = "/web/htdocs/www.mydomain.com/home/dms/data";
and create /web/htdocs/www.mydomain.com/home/dms/data folder.


doudoux



RE: Installation don't start Error - blogger - 05-06-2011

Hi Doudoux,

Thank you very much.

that work now. Is show as the principal error was caused from wrong setting line.

Mea Culpa
now i have edited and work
var $_httpRoot = "/dms/";

I'll test the v3.0.

Is here any simple addition Procedure you can post here ?