Quote:
Originally Posted by MMiz
HTML Code:
[Thu Jul 21 21:21:26 2005] [error] PHP Parse error: parse error, unexpected $ in /home/emtlife/public_html/newforum/chat/inc/classes/sendLoginInfo.php on line 156
|
You have made an editing error in sendLoginInfo.php - most likely in step 4 - be very careful with this step as there is another close bracket below the code to be replaced - In other words, there should be
four close brackets above this line;
PHP Code:
//Send user list to user
If you have accidently deleted the forth one then you will get this error as there will be an unclosed IF statement.