Comments for MiddleMan
02 Mar 2004 19:21
section file option missing when starting up
I am a little lost, the section.xml path is correct, I checked out all of the paths, is there something else that message means?
10 Nov 2003 06:11
Mysterious loss of cookies
On a small number of web-sites, including for example freshmeat, middleman 1.9 is breaking cookies. I turned debugging up to the maximum but have been unable to see anything relevant in the logs. Do you have any suggestions.
25 Sep 2003 22:38
Re: Sample config
Thanks for pointing that out... I forgot to copy the updated
configuration over when preparing the release.
It can be fixed from the web interface, however, if you fill
in all the values yourself and then save the settings.
25 Sep 2003 13:25
Sample config
Good piece of software - been using it since 1.5.*
If you build your config.xml from the config.xml.sample file from 1.9, move the <cache></cache> section from the <global> section to its own section (I put mine after <access> and before <header>) otherwise the caching feature won't work and it can't be fixed throught the web interface.
Content management system for e-commerce, e-publishing, and intranets/extranets.
Re: section file option missing when starting up
> I am a little lost, the section.xml path
> is correct, I checked out all of the
> paths, is there something else that
> message means?
My apologies.. I forgot to add the -s option to the
executable in mman.init for 2.0, replace the
${PROGRAM}... line with:
${PROGRAM} -c ${CONFIG} -s ${SECTION} -l
${LOGFILE} -d ${LOGLEVEL} -p ${PIDFILE};;