Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
conf.Settings.php
#1
Hi,

I working on installing LetoDMS to install it on our machine:

I have solved all problems but one I can't get resolved:

Output from check.php

Check LetoDMS configuration
settings->_rootDir : Ok
settings->_coreDir : Error

Current value : /var/www/mydms/
Suggestion value : /var/www/mydms/
settings->_httpRoot : Ok
settings->_contentDir : Ok
settings->_ADOdbPath : Ok
database : Ok

This is the last one to resolve.

I like some help from an expert.

Regards,

Gerard de Veer
Reply
#2
(03-09-2011, 06:23 PM)gdeveer Wrote: Hi,

I working on installing LetoDMS to install it on our machine:

I have solved all problems but one I can't get resolved:

Output from check.php

Check LetoDMS configuration
settings->_rootDir : Ok
settings->_coreDir : Error

Current value : /var/www/mydms/
Suggestion value : /var/www/mydms/
settings->_httpRoot : Ok
settings->_contentDir : Ok
settings->_ADOdbPath : Ok
database : Ok

This is the last one to resolve.

I like some help from an expert.

Regards,

Gerard de Veer

hello

which version of MyDMS ?

doudoux
Reply
#3
(03-09-2011, 07:10 PM)Doudoux Wrote:
(03-09-2011, 06:23 PM)gdeveer Wrote: Hi,

I working on installing LetoDMS to install it on our machine:

I have solved all problems but one I can't get resolved:

Output from check.php

Check LetoDMS configuration
settings->_rootDir : Ok
settings->_coreDir : Error

Current value : /var/www/mydms/
Suggestion value : /var/www/mydms/
settings->_httpRoot : Ok
settings->_contentDir : Ok
settings->_ADOdbPath : Ok
database : Ok

This is the last one to resolve.

I like some help from an expert.

Regards,

Gerard de Veer

hello

which version of MyDMS ?

doudoux
I have the latest one LetoDMS-3.0.0-RC2
And I have it now that evrything is working accept the _core directory.
I changed the directory name from Core to core but this will nothing

regards,

Gerard
(03-09-2011, 07:10 PM)Doudoux Wrote:
(03-09-2011, 06:23 PM)gdeveer Wrote: Hi,

I working on installing LetoDMS to install it on our machine:

I have solved all problems but one I can't get resolved:

Output from check.php

Check LetoDMS configuration
settings->_rootDir : Ok
settings->_coreDir : Error

Current value : /var/www/mydms/
Suggestion value : /var/www/mydms/
settings->_httpRoot : Ok
settings->_contentDir : Ok
settings->_ADOdbPath : Ok
database : Ok

This is the last one to resolve.

I like some help from an expert.

Regards,

Gerard de Veer

hello

which version of MyDMS ?

doudoux
I have the latest one LetoDMS-3.0.0-RC2
And I have it now that evrything is working accept the _core directory.
I changed the directory name from Core to core but this will nothing

regards,

Gerard
Reply
#4
Hello

The check script is not updated for 3.0 RC2 version;


For LetoDMS-3.0.0-RC2 installation, try this :
- move Core/Core.php file in root directory
- set settings->_coreDir like settings->_rootdir => /var/www/mydms/
- in Core/File inc.DBAccess.php change this:
PHP Code:
require_once "adodb/adodb.inc.php"
to
PHP Code:
require_once $settings->_ADOdbPath "/adodb/adodb.inc.php"

regards,
doudoux
Reply
#5
(03-09-2011, 07:36 PM)Doudoux Wrote: Hello

The check script is not updated for 3.0 RC2 version;


For LetoDMS-3.0.0-RC2 installation, try this :
- move Core/Core.php file in root directory
- set settings->_coreDir like settings->_rootdir => /var/www/mydms/
- in Core/File inc.DBAccess.php change this:
PHP Code:
require_once "adodb/adodb.inc.php"
to
PHP Code:
require_once $settings->_ADOdbPath "/adodb/adodb.inc.php"


regards,
doudoux

Dear Doudoux,

No nothing has changed or should I edit also $settings???
When I checked with check.php the error is still there.Angry
And when I examen the output from check.php the core directory is still not found.

I sent you the complete output from check.php

\Quote

LetoDMS 3.0.0 check configuration

Check Apache configuration

Apache version: Apache/2.2.14 (Ubuntu)
mod_rewrite : Ok

Check PHP configuration

PHP version: 5.3.2-1ubuntu4.7
gd2 : Ok
mbstring : Ok
database - mysql - : Ok
ldap (optional) : Error

Active PHP extension: php_ldap (optional)

Check LetoDMS configuration
settings->_rootDir : Ok
settings->_coreDir : Error

Current value : /var/www/mydms/
Suggestion value : /var/www/mydms/
settings->_httpRoot : Ok
settings->_contentDir : Ok
settings->_ADOdbPath : Ok
database : Ok

Check other configuration
Cookies : OK

Informations

Limit size for uploading file (upload_max_filesize): 2M

Limit size for uploading file (post_max_size): 8M

SMTP server (SMTP): localhost

Limits of the execution time (max_execution_time): 30 s

END

//unquote

Reply
#6
(03-09-2011, 08:06 PM)gdeveer Wrote: When I checked with check.php the error is still there.Angry
And when I examen the output from check.php the core directory is still not found.
The check script is not updated for 3.0 RC2 version;

Have you done manipulation of the previous post (move the file core.php...)?

When you launch myDMS, what mistake did you?
Reply
#7
(03-09-2011, 08:55 PM)Doudoux Wrote:
(03-09-2011, 08:06 PM)gdeveer Wrote: When I checked with check.php the error is still there.Angry
And when I examen the output from check.php the core directory is still not found.
The check script is not updated for 3.0 RC2 version;

Have you done manipulation of the previous post (move the file core.php...)?

When you launch myDMS, what mistake did you?

No, as all users alway said: I did nothing. . .Angel

I have downloaded LetoDMS unzip it on a PC:

With Filezilla transverted it to /var/www/mydms
Give permissions 777 on all directories and sub-directories and files.
Ohner is root - root.

created a database letodms into mysql.
grand ALL rights for the admin with passwd.

edit the conf.Settings.php and inc.Settings.php according our needs

Changed Apache2 that he do also re_write.mod

And I moved Core.php into /var/www/mydms

Changed according your answer the file
/var/www/mydms/Core/inc.DBAaccess.php

That's all

Gerard
Reply
#8
Then when you use letodms, you have a blank page ? you have an error ? which ?


if you have a blank page add this in your settings file:
PHP Code:
ini_set("html_errors"1); 
  
ini_set("display_errors"1); 
  
ini_set("error_reporting"E_ALL); 
Reply
#9
(03-09-2011, 09:22 PM)Doudoux Wrote: Then when you use letodms, you have a blank page ? you have an error ? which ?


if you have a blank page add this in your settings file:
PHP Code:
ini_set("html_errors"1); 
  
ini_set("display_errors"1); 
  
ini_set("error_reporting"E_ALL); 

This is what I get

Not Found 404

The requested URL /var/www/mydms/out/ was not found on this server.
Apache/2.2.14 (Ubuntu) Server at 84.86.183.123 Port 80

But I can understand that because the server listen only on port 3024.

I see A Login Screen when I connect to
http://84.86.183.123/mydms/out/out.Login.php

After I sent you the mail I tried it again but when I look to
http://84.86.183.123/mydms/index.php no errors and the page is blanc
Reply
#10
Can you test it directly on the machine where you installed letoDMS? with http://127.0.0.1
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)