Script error

Discussion in 'PHP' started by lotus78, Apr 6, 2011.

  1. #1
    Parse error: syntax error, unexpected T_RETURN, expecting T_WHILE in /home/xln/public_html/xyz.net/includes/thegrid.php.lc on line 445

    Warning: Invalid argument supplied for foreach() in /home/axl/public_html/xyz.com/includes/ws.php on line 934

    Warning: Cannot modify header information - headers already sent by (output started at /home/axl/public_html/xyz.com/includes/ws.php:934) in /home/axl/public_html/xyz.com/includes/php_functions.php on line 50

    these kind of error i found when i install script
    i have crack script but its doesnt work these error has come when start some body help!!!!!!
     
    lotus78, Apr 6, 2011 IP
  2. leunamer

    leunamer Peon

    Messages:
    65
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Its hard to imagine the code that causes the error.

    1. "Parse error: syntax error, unexpected T_RETURN, expecting T_WHILE in /home/xln/public_html/xyz.net/includes/thegrid.php.lc on line 445"
    --> maybe the line doesn't have ";" at the end
    2. "Warning: Invalid argument supplied for foreach() in /home/axl/public_html/xyz.com/includes/ws.php on line 934"
    --> the array supplied is empty or undefined
    3. "Warning: Cannot modify header information - headers already sent by (output started at /home/axl/public_html/xyz.com/includes/ws.php:934) in /home/axl/public_html/xyz.com/includes/php_functions.php on line 50"
    --> check if theres a white space before the first php open tag and after the last php closing tag, also you're trying to make header location in wrong place.
     
    leunamer, Apr 7, 2011 IP