4577 Posts in 1388 Topics by 1377 members
| Go to End | ||
| Author | Topic: | 2855 Views |
-
Re: Installing SS latest build --> Error

20 January 2009 at 8:48am Last edited: 20 January 2009 8:49am
why don't you go back to a stable release (2.2 perhaps) if you are not comfortable with debugging and fixing errors yourself? I also wouldn't advise on using daily builds.
I already brought this to willrs attention the problems with silverstripe daily build and his forums. He seems to be very sure that there shouldn't be any problems.
-
Re: Installing SS latest build --> Error

20 January 2009 at 7:17pm Last edited: 7 February 2009 1:56am
THX, but
as you saw in my previous post i've tested SS 2.2.3 with 0.1.2 forum stable , i've change http://www.silverstripe.org/archive/show/232817 to get out that error, but i see that blank page for posts. Since i've tested other version of forums with SS 2.2.3 and got blank post page.
Runing dev mode didn't help, because no error was showing
I've build severals SS2.2.3 simple website, one with ecommerce stable (spent some time to make it work, because of some errors), but none with the forum...
-
Re: Installing SS latest build --> Error

26 January 2009 at 11:02am Last edited: 26 January 2009 11:02am
i fixed the Forum Member-Register Bug:
i took the constructor from stable forum version and put it into
forum/code/ForumMemberProfile.php :
...
class ForumMemberProfile extends Page_Controller {public $URLSegment = "ForumMemberProfile";
function __construct() {
return parent::__construct(null);
}...
| 2855 Views | ||
| Go to Top |



