I am having some trouble with the billing client; PHP Host Billing Management, 1.) Well for one this error appears on the top of every page: Warning: Cannot modify header information - headers already sent by (output started at /home/sunderla/public_html/billing/index.php:4) in /home/sunderla/public_html/billing/fnc/order_fnc.php on line 83 2.) How do I change the HostManx.com page description? 3.) At the bottom of the page how do I change yourdomain.com Any of these questionS answered would be great!
what script are you using? Ime guesing there may be an isue with your sessions.php As for the rest you should be able to change those in the admin,Depending what script it is.
Nope, Admin error doesn't let me change that. How would I go about changing the error, I did try but its not working.
The "headers already sent" error is usually caused by having white space before or after the opening and closing PHP tags (<?php . . . ?>). Have you recently edited any files? NO BLANK LINES AFTER THE CLOSING TAG.>>>>>>>Check that if not that check sessions.php
Ok if noe of the above work. I have a fix for you. If you have any config.php ad the following code to the file $mosConfig_locale_debug = 0; $mosConfig_locale_use_gettext = 0; Hope this sorts it out for you!!