Movable Type Tips Thread
If you use Movable Type, Movable type may not work when rebuilding the site within a phpsuexec environment.
Essentially, what this means is that after you make a posting in your blog, your site stops functioning. This is because movable type re-creates the files with the wrong permissions.
There's a way to get around this - simply find the mt.cfg file and look for the following lines:
#HTMLPerms 0777
#UploadPerms 0777
Remove the # signs in the beginning of the lines, save your file, and try to re-generate your site again. All should be
functional at this point.
|