![]() |
conf.Settings.php - 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: conf.Settings.php (/showthread.php?tid=257) Pages:
1
2
|
conf.Settings.php - gdeveer - 03-09-2011 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 RE: conf.Settings.php - Doudoux - 03-09-2011 (03-09-2011, 06:23 PM)gdeveer Wrote: Hi, hello which version of MyDMS ? doudoux RE: conf.Settings.php - gdeveer - 03-09-2011 (03-09-2011, 07:10 PM)Doudoux Wrote:I have the latest one LetoDMS-3.0.0-RC2(03-09-2011, 06:23 PM)gdeveer Wrote: Hi, 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:I have the latest one LetoDMS-3.0.0-RC2(03-09-2011, 06:23 PM)gdeveer Wrote: Hi, 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 RE: conf.Settings.php - Doudoux - 03-09-2011 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"; PHP Code: require_once $settings->_ADOdbPath . "/adodb/adodb.inc.php"; regards, doudoux RE: conf.Settings.php - gdeveer - 03-09-2011 (03-09-2011, 07:36 PM)Doudoux Wrote: Hello Dear Doudoux, No nothing has changed or should I edit also $settings??? When I checked with check.php the error is still there. ![]() 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 RE: conf.Settings.php - Doudoux - 03-09-2011 (03-09-2011, 08:06 PM)gdeveer Wrote: When I checked with check.php the error is still there.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? RE: conf.Settings.php - gdeveer - 03-09-2011 (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.The check script is not updated for 3.0 RC2 version; No, as all users alway said: I did nothing. . . ![]() 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 RE: conf.Settings.php - Doudoux - 03-09-2011 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); RE: conf.Settings.php - gdeveer - 03-09-2011 (03-09-2011, 09:22 PM)Doudoux Wrote: Then when you use letodms, you have a blank page ? you have an error ? which ? 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 RE: conf.Settings.php - Doudoux - 03-09-2011 Can you test it directly on the machine where you installed letoDMS? with http://127.0.0.1 |