17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1188 Views |
-
forum error

21 November 2008 at 8:09am Last edited: 21 November 2008 8:09am
Hello.
I downloaded and install the module forum. After I added it to my website and publish the default General Discussion topic I get the following error when I go to my website and click on this topic:
XML Parsing Error: junk after document element
Location: http://silverstripe/general-discussion/
Line Number 2, Column 1:<b>Notice</b>: Controller::currentController() is deprecated. Use Controller::curr() instead. in <b>C:\www\vhosts\silverstripe\sapphire\core\control\Controller.php</b> on line <b>367</b><br />Any idea what is going on?
-
Re: forum error

21 November 2008 at 8:48pm
Hi,
Open /forum/code/Forum.php and replace line 155 with:
$controller = Controller::curr();
instead of:
$controller = Controller::currentController();
and it works fine.
Marcin
-
Re: forum error

2 December 2008 at 11:45pm
I have your same problem and I found solution to download latest version here:
http://dailybuilds.silverstripe.com/modules-tarballs/
| 1188 Views | ||
|
Page:
1
|
Go to Top |

