Jump to content
  • 0

fluxcp need help !


rosfus

Question


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  75
  • Reputation:   3
  • Joined:  04/12/13
  • Last Seen:  

Warning: Cannot modify header information - headers already sent by (output started at D:\xampp\htdocs\cp\themes\Drawmove\header.php:152) in D:\xampp\htdocs\cp\lib\Flux\Template.php on line 781

 

 

Warning: Cannot modify header information - headers already sent by (output started at D:\xampp\htdocs\cp\themes\default\main\sidebar.php:40) in D:\xampp\htdocs\cp\lib\Flux\Template.php on line 781

 

 

I install FLUXCP , FLUXCMS and FLUX VIEW POINT.

 

Whether or not I use the default template, 

 

Error code appears in the WEB page location should be FLUXCMS part.

 

 

And I check themes/default/main/sidebar.php line 40

 

	<?php if (!empty($menus)): ?>
	<tr>
		<th class="menuitem"><strong><?php echo htmlspecialchars($menuCategory) ?></strong></th>
	</tr>
	<?php foreach ($menus as $menuItem):  ?>

 

 

 

and lib\Flux\Template.php line 781

 

		}
		
		header("Location: $location");
		exit;
	}

 

 

 

 

I think my config/equip_locations.php file maybe has some mistake.

 

<?php
return array(
	  256 => 'Upper Headgear',
	  512 => 'Middle Headgear',
	    1 => 'Lower Headgear',
	   16 => 'Armor',
	    2 => 'Main Hand',
	   32 => 'Off Hand',
	    4 => 'Garment',
	   64 => 'Footgear',
	    8 => 'Accessory 1',
	  128 => 'Accessory 2',
	32768 => 'Arrow'
)
?>

 

 

 

I try to add  ex:  

<?php
return array(
	  256 => 'Upper Headgear',
	  512 => 'Middle Headgear',
	    1 => 'Lower Headgear',
	  513 => 'UppMID Headgear',
	  768 => 'LowMid Headgear',
	  769 => 'ALL Headgear',
	   16 => 'Armor',
	    2 => 'Main Hand',
	   32 => 'Off Hand',
	    4 => 'Garment',
	   64 => 'Footgear',
	    8 => 'Accessory 1',
	  128 => 'Accessory 2',
	 1024 => 'COSTUME HEAD TOP',
	 2048 => 'COSTUME HEAD MID',
	 4096 => 'COSTUME HEAD LOW',
	 6144 => 'COSTUME HEAD MIDTOP',
	 8192 => 'COSTUME Wing',
	16384 => 'COSTUME back'
)
?>

 

 

But , it's still wrong. and No change to error codes. 

 

Who know how to fix this..

 

 

thx a lot!

 

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

×
×
  • Create New...