mydms 1.7.0-1 in jaunty with missing <?php

Bug #531519 reported by rowez
4
This bug affects 1 person
Affects Status Importance Assigned to Milestone
mydms (Ubuntu)
New
Undecided
Unassigned

Bug Description

Binary package hint: mydms

Synaptic Package Manager:
After upgrade to 1.7.0-1 the next error happend:

_convertFileTypes = array(".doc" => "cscript \"" . $this->_rootDir."op/convert_word.js\" {SOURCE} {TARGET}", // ".xls" => "cscript \"".$this->_rootDir."op/convert_excel.js\" {SOURCE} {TARGET}", // ".ppt" => "cscript \"".$this->_rootDir."op/convert_pp.js\" {SOURCE} {TARGET}"); //for linux users $this->_convertFileTypes = array(".doc" => "mswordview -o {TARGET} {SOURCE}"); } } // Overrides default mydms variable values with the new values // gotten from dbconfig-common $settings = new Settings(); $settings->_dbDriver=$dbtype; $settings->_dbDatabase=$dbname; $settings->_dbUser=$dbuser; $settings->_dbPass=$dbpass; ?>
Warning: Cannot modify header information - headers already sent by (output started at /usr/share/mydms/www/inc/inc.Settings.php:1) in /usr/share/mydms/www/index.php on line 22

Found that there is no tag <?php in the first row of inc/inc.Settings.php! This fix the error.

How could the Synaptic Package Manager change the <?php from inc/inc.Settings-sample.php to <? in inc/inc.Settings.php

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.