Bug 198559

Summary: bad php code in /etc/squirrelmail/config_local.php in version 1.4.7-2.fc5
Product: [Fedora] Fedora Reporter: allan grossman <wizard10000>
Component: squirrelmailAssignee: Warren Togami <wtogami>
Status: CLOSED DUPLICATE QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 5CC: wtogami
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-07-12 02:15:44 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description allan grossman 2006-07-11 21:13:16 UTC
Description of problem:  I'm using cyrus-imapd.  The current release of
squirrelmail puts bad php code in /etc/squirrelmail/config_local.php.  The code
reads

==========

<?php

?>

$default_folder_prefix = '';

==========

and should read

==========

<?php

$default_folder_prefix = '';

?>

==========

This bug breaks the squirrelmail frameset and causes a $default_folder_prefix =
''; to appear at the top of every page.  


Version-Release number of selected component (if applicable):  1.4.7-2.fc5


How reproducible:  Didn't reproduce it - just fixed it.


Steps to Reproduce:
1.  Upgrade squirrelmail to version 1.4.7-2.fc5 on an x86 machine running
cyrus-imapd. 
2.  Open the webmail interface.
3.  You'll be able to log in but will get a blank screen after that.
  
Actual results:  Squirrelmail frames don't display.


Expected results:  Squirrelmail should display a left and right frame.


Additional info:  None.

Comment 1 Warren Togami 2006-07-12 02:15:44 UTC

*** This bug has been marked as a duplicate of 198306 ***