PHP Host Billing Management Error, Please help.

Discussion in 'Programming' started by ChristopherSunderland, Apr 16, 2008.

  1. #1
    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!
     
    ChristopherSunderland, Apr 16, 2008 IP
  2. coldgansta

    coldgansta Guest

    Messages:
    1,614
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    coldgansta, Apr 17, 2008 IP
  3. ChristopherSunderland

    ChristopherSunderland Peon

    Messages:
    923
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Nope, Admin error doesn't let me change that.

    How would I go about changing the error, I did try but its not working.
     
    ChristopherSunderland, Apr 17, 2008 IP
  4. coldgansta

    coldgansta Guest

    Messages:
    1,614
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    0
    #4
    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
     
    coldgansta, Apr 17, 2008 IP
  5. coldgansta

    coldgansta Guest

    Messages:
    1,614
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    0
    #5
    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!!
     
    coldgansta, Apr 17, 2008 IP