Topic: Bug in viewtopic.php with solve

File: viewtopic.php
Variable: $cur_topic[]
Desc: below the line "require PUN_ROOT.'header.php';" this variable loses its content (probably this name is used somewhere else).
Solve: change name of this variable (e.g. to $current_topic)

Re: Bug in viewtopic.php with solve

There is no reference to $cur_topic in header.php.
It is most likely a modification you have done.

Re: Bug in viewtopic.php with solve

Yes, you've absolutely right. I made left-side "last topics" panel, which includes extern.php from header.php and there is reference to $cur_topic.
Sorry for my stupid...

Re: Bug in viewtopic.php with solve

Moved to Troubleshooting