Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#85 2013-04-07 07:36:22
- cynrise
- New Member
- Registered: 2013-04-07
- Posts: 1
Re: TXP Mobile
Warning: Cannot modify header information - headers already sent by (output started at ~/textpattern/theme/txpmobile/txpmobile.php:163) in ~/textpattern/lib/txplib_head.php on line 50
I registered just to post about this in case anyone else is still looking for how to fix this. Depending on your version, PHP will yell at you for sending any HTML before the headers. It does this in the break
In txpmobile.php around like 161-163, find this:
?>
<?php else: ?>
<?php
Remove the segmented PHP blocks to:
else:
Offline