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
0001133ClearOSapp-mail-retrieval - Mail Retrievalpublic2013-05-02 11:452013-05-14 14:05
Reporterbchambers 
Assigned Tobchambers 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version6.4.0 
Target Version6.4.0 UpdatesFixed in Version 
Summary0001133: Daemon start/stop buttons missing in UI
DescriptionAlthough a daemon, the start/stop buttons are not there. It is impossible to start (or enable start on reboot) without heading to the command line.

It seems if the 'server' controller isn't the first in the view array in the main controller, it does not show up. In other words:

controller/mail_retrieval.php

$views = array('mail_retrieval/settings', 'mail_retrieval/server', 'mail_retrieval/entries');

Needs to be:

$views = array('mail_retrieval/server', 'mail_retrieval/settings', 'mail_retrieval/entries');
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0000840)
bchambers (administrator)
2013-05-02 11:58

Source Code Changelog
---------------------------------------------------
- Fixed daemon start/stop [fixed tracker 0001133]

File Changes
---------------------------------------------------
Details: http://code.clearfoundation.com/svn/revision.php?repname=ClearOS&rev=5962 [^]
U webconfig/apps/mail_retrieval/trunk/controllers/mail_retrieval.php
U webconfig/apps/mail_retrieval/trunk/deploy/info.php
U webconfig/apps/mail_retrieval/trunk/packaging/app-mail-retrieval.spec

- Issue History
Date Modified Username Field Change
2013-05-02 11:45 bchambers New Issue
2013-05-02 11:45 bchambers Status new => assigned
2013-05-02 11:45 bchambers Assigned To => bchambers
2013-05-02 11:58 bchambers Checkin
2013-05-02 11:58 bchambers Note Added: 0000840
2013-05-02 11:58 bchambers Status assigned => resolved
2013-05-02 11:58 bchambers Resolution open => fixed
2013-05-14 14:05 user2 Status resolved => closed

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