Dominic Hargreaves wrote:
On Sun, Jul 20, 2008 at 07:34:11PM -0400, Shaya Potter wrote:

I upgraded to the noted version, and when I went to use the software, it redirected me to mt-wizard.cgi, as it seemed to detect an invalid mt-config.cgi

the file that it couldn't handle, as created by package

----
CGIPath /cgi-bin/movabletype/
StaticWebPath /mt-static/
StaticFilePath /usr/share/movabletype/static/
MailTransfer sendmail
HTMLUmask 0022
DBUmask 0022
UploadUmask 0022
DirUmask 0022
CaptchaSourceImageBase /usr/share/movabletype/static/images/captcha-source/

ObjectDriver DBI::sqlite
Database /var/lib/dbconfig-common/sqlite/movabletype-opensource/movabletypeopens
ource
----

the file as modified, as it could handle

----
CGIPath /cgi-bin/movabletype/
StaticWebPath /mt-static/
StaticFilePath /usr/share/movabletype/static/
MailTransfer sendmail
HTMLUmask 0022
DBUmask 0022
UploadUmask 0022
DirUmask 0022
CaptchaSourceImageBase /usr/share/movabletype/static/images/captcha-source/

ObjectDriver DBI::sqlite
Database /var/lib/dbconfig-common/sqlite/movabletype-opensource/movabletypeopens
ource

#======== MAIL =======================

MailTransfer sendmail
SendMailPath /usr/lib/sendmail
----


so the only difference is the SendMailPath option in reality.

I'm afraid I'm having trouble reproducing this issue in my test
environment - even with qmail installed (to match your environment
exactly).

The fact that you say the upgrade wizard detects an invalid config file
suggests that the problem may have been unrelated to the sendmail config
option per se. Is it possible to restore the old config file (without
SendMailPath) and confirm that the issue still exists?

I presume that the inappropriate line-wrapping in both cases was just an
artefact of your bug report, and not present in the file on disk?

yes, attaching the generated file and my modified file

mt-config.cgi is what I'm using

mt-config.cgi.debian is what ucf generated.

CGIPath /cgi-bin/movabletype/
StaticWebPath /mt-static/
StaticFilePath /usr/share/movabletype/static/
MailTransfer sendmail
HTMLUmask 0022
DBUmask 0022
UploadUmask 0022
DirUmask 0022
CaptchaSourceImageBase /usr/share/movabletype/static/images/captcha-source/

ObjectDriver DBI::sqlite
Database 
/var/lib/dbconfig-common/sqlite/movabletype-opensource/movabletypeopensource

#======== MAIL =======================

MailTransfer sendmail
SendMailPath /usr/lib/sendmail

CGIPath /cgi-bin/movabletype/
StaticWebPath /mt-static/
StaticFilePath /usr/share/movabletype/static/
MailTransfer sendmail
HTMLUmask 0022
DBUmask 0022
UploadUmask 0022
DirUmask 0022
CaptchaSourceImageBase /usr/share/movabletype/static/images/captcha-source/

ObjectDriver DBI::sqlite
Database 
/var/lib/dbconfig-common/sqlite/movabletype-opensource/movabletypeopensource

Reply via email to