Matthias Gelbhardt wrote: > Hi! > > Yesterday I ran into an old problem. After updating a Debian-Box I get > segfaults when using Asgard. Now I would like to try to make a clean > Midgard-Installation, but I am a little bit confused about the packages > offered. The Debian-Packages dont work for me, so I switched over to the > cvs-version. > > What is the difference between the preparser-module and the classic one? Do > I need the filetemplates package?
The preparser module does the first parsing phase once, and stores it on disk. If your site is built mainly from static style elements (that is, style elements not called from mgd_eval by yourself), it will flatten those out to regular PHP. This saves memory and the effort of parsing in the next request. You don't need filetemplates. Armand found an omission in MMP that causes nadmin not to work, it's easily fixed but I'm trying to remove duplicate code that does the easy fix. I expect to have that ready somewhere next week. That said, so far MMP has not crashed on me once, so once that fix is in I think it's beta quality. I'd need more feedback before I'd actually label it RC1. Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
