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
toSee [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:
<?php
if(!array_search('tblVersion', $tbllist))
PHP Code:
<?php
$tbllist = explode(',',strtolower(join(',',$tbllist)));
if(!array_search('tblversion', $tbllist))

