04-16-2012, 08:17 PM
(04-16-2012, 12:14 PM)steinm Wrote:(04-15-2012, 08:19 PM)Daniel Wrote: Just restored my 3.3.0 installation and all the documents are accessible again. Only the one that i added with 3.3.3 is shown as deleted.
I checked the install source again and found no update package for the database. Did i miss something during the update?
Btw: I just replaced the installation files, i didn't touch the data directory, the conf directory or the database.
If there is any fix let me know and i try it out on my development instance.
On what value is maxDirID set? If is != 0 the layout of the documents on disk has changed to overcome the limit of 31998 subdirs per directory (for ext3). In such a case a second layer of subdirs is used. Your new documents will most likely be in a directory content/1048576/<x>/<docdir>. The easiest would be to set maxDirID to 0 and move these dirs back into content/1048576
Uwe
Hi Uwe,
The setting is currently 32700.
PHP Code:
contentOffsetDir="1048576" maxDirID="32700"
Currently i have 492 Files within the DMS. The filesystem is ext4.
What i don't understand, why it works again with 3.3.0? Is there a change in 3.3.3 that affects the handling of files?
Regards
Daniel