can't delete a topic [message #18805] |
Thu, 10 June 2004 14:51 ![Go to next message Go to next message](/forum/theme/default/images/down.png) |
![](/forum/images/custom_avatars/1308.jpg) |
danliker
![Switzerland Switzerland](/forum/images/flags/ch.png) Messages: 57 Registered: January 2004 Location: Schweiz
Karma: 0
|
Member |
|
|
when i try to delete a topic (createt by me, root) as root i get this error:
Parse error: parse error, unexpected T_STRING in /home/.sites/28/site1/web/forum/theme/default/mmod.php on line 702
any hints ?
(i use FUDforum 2.6.4)
[Updated on: Thu, 10 June 2004 14:52] Report message to a moderator
|
|
|
Re: can't delete a topic [message #18810 is a reply to message #18805] |
Thu, 10 June 2004 16:27 ![Go to previous message Go to previous message](/forum/theme/default/images/up.png) ![Go to next message Go to next message](/forum/theme/default/images/down.png) |
Ilia
![Canada Canada](/forum/images/flags/ca.png) Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Can't replicate the problem, nor do I see anything unusual on that line. Send me your /home/.sites/28/site1/web/forum/theme/default/mmod.php file.
FUDforum Core Developer
|
|
|
|
Re: can't delete a topic [message #18817 is a reply to message #18814] |
Thu, 10 June 2004 17:59 ![Go to previous message Go to previous message](/forum/theme/default/images/up.png) ![Go to next message Go to next message](/forum/theme/default/images/down.png) |
Ilia
![Canada Canada](/forum/images/flags/ca.png) Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The error is due to the JavaScript you've inserted into the plain_header, which contains ' character. You either need to remove that JavaScript or modify in such a way that it does not use the ' character.
FUDforum Core Developer
|
|
|
|
|