03-30-2011, 02:52 PM
Hi
See [LetoDMS-3.0.0-RC3] - Known bugs and their correction
If you use MySQL under Windows
In "inc.ClassDMS.php" file change line 220
to
doudoux
See [LetoDMS-3.0.0-RC3] - Known bugs and their correction
If you use MySQL under Windows
In "inc.ClassDMS.php" file change line 220
PHP Code:
if(!array_search('tblVersion', $tbllist))
PHP Code:
$tbllist = explode(',',strtolower(join(',',$tbllist)));
if(!array_search('tblversion', $tbllist))
doudoux