[Phpipam-releases] Cannot modify header warning
phpipam open-source IP address management
Brought to you by:
myha
From: Steven M. <s.m...@la...> - 2015-05-04 09:27:34
|
Hi, We've recently re-installed phpIPAM fresh with v1.1rev010 and imported (and upgraded) our 0.9 database. When we click the changelog widget on the dashboard (i.e. go to /widgets/changelog/) we get this error... Warning: Cannot modify header information - headers already sent by (output started at /var/www/phpipam/site/sections.php:51) in /var/www/phpipam/site/dashboard/widgets/changelog.php on line 14 Line 14 appears to be... if($_SERVER['HTTP_X_REQUESTED_WITH']!="XMLHttpRequest") { header("Location: ".BASE.create_link("tools","changelog")); } But it seems on line 51 of sections.php its already used PHP to output... <span class="navbar-brand visible-xs"><?php print _("Subnets menu"); ?></span> A small bug? Other than this the changelog screen and indeed everything else in this release seems to work fine. -- Steven Maddox |