[]
DLWebmaestro said: Actually, line 60 in the stock code is:
...according to BeyondCompare. [/]
I double checked again. Reverified I copied and pasted via the instructions correctly. The line with UBBTPRINT; is actually line 68. That's straight out of the zip file.
The line the error says is the problem is line 60 which says:
<title>Private Message Popup</title>
... any other ideas?
also, the messagepopup.php file does say it's only 1.0 modified last November. Is that right? Is there a newer version of this file out there to fit the .threads 6.3?
-update-
I played with the coding a bit. Still getting that parse error but I did find that it's all in the UBBTPRINT function.
If I remove this all together... :
echo <<<UBBTPRINT <br /><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <br /><html> <br /><head> <br /><title>Private Message Popup</title> <br /><meta http-equiv="Refresh" content="$refreshtime;url={$config['phpurl']}/messagepopup.php?Cat=$Cat" /> <br /></head> <br /><body> <br /><body bgcolor="#ffff33"> <br />$output <br /></body> <br /></html> <br />UBBTPRINT;
...I will just get an empty pop up window with no error message. So does that mean this is incompatible code for 6.3?
I have attached the messagepopup.php file I have.
Thanks again.