Quantcast
Channel: PHP Freaks: PHP Help
Viewing all articles
Browse latest Browse all 13200

MAMP gives errors, Server works perfect

$
0
0

MAMP is giving me the following error:

E_WARNING: Cannot modify header information - headers already sent by (output started at /Users/jason/Sites/site.com/admin.site.com/show.php:1) in /Users/jason/Sites/trekeffect.com/admin.site.com/assets/init.inc.php on line 8

 

Do you know why this would happen?

This is line 8 in init.inc.php:

header('Content-type: text/html; charset=UTF-8');

This is line 1 of show.php
 

<?php

Viewing all articles
Browse latest Browse all 13200

Trending Articles