12-20-2011, 01:55 PM
(12-19-2011, 11:10 PM)Daniel Wrote: I tried to delete a document and get the following message:
Fatal error: Call to undefined function removeDir() in /volume1/web/docu/LetoDMS_Core/Core/inc.FileUtils.php on line 113
The entry for the document goes in fact away but after the deletion the folder view shows the following error:
Fatal error: Call to a member function getVersion() on a non-object in /volume1/web/docu/out/out.ViewFolder.php on line 118
I can remove the above error when i going to delete the entry for the document within the database table tblDocuments.
Other functions of LetoDMS are not affected.
I'm using LetoDMS 3.2.2.
Any idea?
The error itself is clear by looking at the source code. removeDir() isn't called propperly, but I wonder why it was called in the first place. removeDir() in line 113 is only called if the directory of the document contains a directory. I don't see when that could be the case. Did you create it manually?
Uwe