SYSTEM WARNING: 'file_get_contents(https://www.clearos.com/?rendertype=json&get=header): failed to open stream: Connection refused' in '/var/www/virtual/newwrapper/cf_topmenu.inc' line 5

ClearOS Bug Tracker


View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000211ClearOSapp-flexshare - Flexsharespublic2010-11-18 12:562013-02-01 15:14
Reporterbchambers 
Assigned Tobchambers 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionsuspended 
PlatformOSOS Version
Product Version5.2-SP1 
Target VersionFixed in Version 
Summary0000211: Enabling Flexshare's Email Access without having Mail SMTP module installed breaks Flexshare config page
DescriptionIt's possible to define a Flexshare and configure Email attachment upload *without* having installed the Mail - SMTP module. We're currently only looking for the Cyrus class, but we should look at both Cyrus and Postfix as a requirement to enabling this type of access.
Additional InformationFix:

/var/webconfig/htdocs/admin

Function: GetEmailEdit()

Modify to:

if (!file_exists("../../api/Cyrus.class.php") || !file_exists("../../api/Postfix.class.php")) {
  $hint = "<p style='padding:20px 0px 20px 0px; text-align: center'>" .
    WEB_LANG_MODULE_MISSING_SMTP . "  <a target='_blank' href='" .
    $_SESSION['system_online_help'] . "/" .
    $_SESSION['system_locale'] .
    (file_exists("../../api/Cyrus.class.php") ? "/admin/mail-smtp.php" : "/admin/mail-pop-imap.php") . "'>" .
    WEB_LANG_MORE_INFO . "</a>

";
  return $hint;
}
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2010-11-18 12:56 bchambers New Issue
2010-11-18 13:23 bchambers Assigned To => bchambers
2010-11-18 13:23 bchambers Status new => confirmed
2010-11-18 13:23 bchambers Additional Information Updated
2013-02-01 15:14 user2 Status confirmed => closed
2013-02-01 15:14 user2 Resolution open => suspended

SYSTEM WARNING: 'file_get_contents(https://www.clearos.com/?rendertype=json&get=footer): failed to open stream: Connection refused' in '/var/www/virtual/newwrapper/cf_footer.inc' line 7