Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
blank page without error
#21
Hi

check.php isn't updated for LetoDMS 3.0 RC2 and LetoDMS 3.0 RC3

ignore coreDir informations

doudoux
Reply
#22
(03-23-2011, 12:55 AM)Doudoux Wrote: Hi

check.php isn't updated for LetoDMS 3.0 RC2 and LetoDMS 3.0 RC3

ignore coreDir informations

doudoux

check.php is updated ->
[letoDMS v3.0 RC3] Check configuration after an installation

Some help to install letodms -> [LetoDMS-3.0.0-RC3] - How I installed letoDMS

doudoux
Reply
#23
Thanks for helping me. Still not working, blank page without any message. There was another statement to be added into index.php but i'm not able to find it again, do you have it present?

Within the database i had to change the name of the table 'tblACls' to 'tblAcls'. It seems that the update script doesn't change the name.

check.php now reports everything good.

Quote:settings->_rootDir : Ok
settings->_coreDir : Ok
settings->_httpRoot : Ok
settings->_contentDir : Ok
settings->_ADOdbPath : Ok
database : Ok
LetoDMS version: 3.0.0 (2011-03-23 18:56:20)

database : Ok

Any other suggestions to fix? If more details needed just let me know and i will deliver them.

Thanks


Reply
#24
Hi

see see [LetoDMS-3.0.0-RC3] - Known bugs and their correction

otherwise add following lines in conf.Settings.php file (before "class Settings")
PHP Code:
// Activate errors LOG
ini_set("html_errors"1); 
ini_set("display_errors"1); 
ini_set("error_reporting"E_ALL); 

doudoux
Reply
#25
OK i could now sort it out, thank you very much for your help.

I did run check.php on my now "partially" working application, it reports back this message:
Quote:database - table 'tblAcls' : Error

A bug in check.php?

I also noted a blank page when running the backup. The file will be created on the filesystem, but no entry will be made in the overview and it stops on the blank page.

Daniel


Reply
#26
(03-25-2011, 12:27 AM)Daniel Wrote: OK i could now sort it out, thank you very much for your help.

I did run check.php on my now "partially" working application, it reports back this message:
Quote:database - table 'tblAcls' : Error

A bug in check.php?

Yes, it's corrected in 3.00-05 version.

Thanks

doudoux
(03-25-2011, 12:27 AM)Daniel Wrote: I also noted a blank page when running the backup. The file will be created on the filesystem, but no entry will be made in the overview and it stops on the blank page.

Your backup is complete? all files are there in the backup?

How long does it take your backup?

Look Php parameter "max_execution_time" : Limits of the execution time


Doudoux

Reply
#27
(03-25-2011, 02:45 AM)Doudoux Wrote: Your backup is complete? all files are there in the backup?

How long does it take your backup?

Look Php parameter "max_execution_time" : Limits of the execution time


Doudoux

Strange. I left it yesterday after writing this post and tried again after checking max_execution_time (which is set to 240) and it went trough.

Thanks for all your help to sort this out.

Daniel

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)