I'm having problems with my IPB after installing it on another host, the host changed it because the other was giving problems.
The error is as follows:
Parse error: syntax error, unexpected $end, expecting ')' in /home/quicksho/public_html/communityMANUVISH/thalesgay/applications/forums/modules_public/forums/topics.php on line 2255
Code of the entire file:
(summary, only the part which is wrong, because the code with the content of the topic gives error)
2252 $this->DB->build( array(
2253 'select' => 'pid,topic_id',
2254 'from' => 'posts',
2255 'where' => 'topic_id='.$thi
Complete file (for download):
http://www.sendspace.com/file/v2nosp
How do I solve this?
Thanks.