hello,
I have tested 1.8.1 and 1.8.2 installed from scratch so with a fresh empty database(no migration involved)
I am configured as:
* var $_viewOnlineFileTypes = array(".jpg", ".txt", ".html", ".htm", ".pdf", ".gif", ".png", ".jpg", ".doc", ".xls",".ppt",".mpp",".dot",".TXT", ".HTML", ".HTM", ".PDF", ".GIF", ".PNG", ".JPG", ".DOC", ".XLS",".PPT",".MPP" );
// enable/disable converting of files
* var $_enableConverting = false;
Now I try to "View on line" a simple excel file.
Excel opens with the following error content inside the file:
<b>Warning</b>: readfile(E:/mydms-FilesStore/MyDMS181/1048576/5/data.xls) [<a href='function.readfile'>function.readfile</a>]: failed to open stream: No such file or directory in <b>E:\wamp\www\letoDMS-1.8.1\op\op.ViewOnline.php</b> on line <b>65</b><br />
As you can see LetoDMS tries to open the file with a wrong naming, in fact the old 1.7.x naming i.e "data.xls" and not "1.xls", that is the reason while it fails.
Showstopper issue on a very basic functionnal test!
Thanks for helping.
tme.
I have tested 1.8.1 and 1.8.2 installed from scratch so with a fresh empty database(no migration involved)
I am configured as:
* var $_viewOnlineFileTypes = array(".jpg", ".txt", ".html", ".htm", ".pdf", ".gif", ".png", ".jpg", ".doc", ".xls",".ppt",".mpp",".dot",".TXT", ".HTML", ".HTM", ".PDF", ".GIF", ".PNG", ".JPG", ".DOC", ".XLS",".PPT",".MPP" );
// enable/disable converting of files
* var $_enableConverting = false;
Now I try to "View on line" a simple excel file.
Excel opens with the following error content inside the file:
<b>Warning</b>: readfile(E:/mydms-FilesStore/MyDMS181/1048576/5/data.xls) [<a href='function.readfile'>function.readfile</a>]: failed to open stream: No such file or directory in <b>E:\wamp\www\letoDMS-1.8.1\op\op.ViewOnline.php</b> on line <b>65</b><br />
As you can see LetoDMS tries to open the file with a wrong naming, in fact the old 1.7.x naming i.e "data.xls" and not "1.xls", that is the reason while it fails.
Showstopper issue on a very basic functionnal test!

Thanks for helping.
tme.