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!!!!!!
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.