Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[LetoDMS-3.0.0-RC4] - Known bugs and their correction ( please don't post results here)
#1
Hi

In "out/out.KeywordChooser.php" file change line 34
PHP Code:
$categories $dms->getAllKeywordCategories($userids);^
to
PHP Code:
$categories $dms->getAllKeywordCategories($userids); 

In "out.BackupTools.php" file change lines 118 and 173
PHP Code:
print "<td>".getLongReadableDate($entry)."</td>\n"
to
PHP Code:
print "<td>".getLongReadableDate(filemtime($settings->_contentDir.$entry))."</td>\n"

In "op.Login.php" file change line 153
PHP Code:
$user addUser($loginnull$info[0]['cn'][0], $info[0]['mail'][0], $settings->_language$settings->_theme""); 
to
PHP Code:
$user addUser($loginnullsanitizeString($info[0]['cn'][0]), $info[0]['mail'][0], $settings->_language$settings->_theme""); 


Other post
"Show all results" error => It will be fixed before the final release of 3.0.0.
Invalid start date for creation date range => It will be fixed before the final release of 3.0.0.
LetoDMS download file problem, doc, xls. jpg
Errors in Backup Tools when creating Human Readable Archive
[BackupTools] - Human readable archive




Function is deprecated => In "inc.ClassDMS.php" file change line 415
PHP Code:
$tkeys split("[\t\r\n ,]+"$query); 
to
PHP Code:
$tkeys preg_split("/[\t\r\n ,]+/"$query); 

Function is deprecated => In "inc/inc.ClassSession.php" file change line 75
PHP Code:
$queryStr "UPDATE tblSessions SET lastAccess = " mktime(). " WHERE id = '" $id "'"
to
PHP Code:
$queryStr "UPDATE tblSessions SET lastAccess = " time(). " WHERE id = '" $id "'"
see http://www.php.net/manual/en/function.mktime.php



Doudoux

Reply


Messages In This Thread
[LetoDMS-3.0.0-RC4] - Known bugs and their correction ( please don't post results here) - by Doudoux - 04-09-2011, 04:50 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)