Re: Render Custom template
Basically i am trying to do the split testing working for my site. the issue is there are various page types in my site that are not listed in CMS so i cannot create a version of these un-listed pages....
View ArticleAddon update notifications
I'm curious as to how others are monitoring addons for required security updates? There's the SilverStripe Announce Google Group which is great, but I can't find a way to be notified when an addon is...
View ArticleProblem subscribing to posts?
Hi,It seems I can no longer subscribe to posts, making it hard to keep up with topics I contributed to. Can anyone confirm this?Thanks, MartinePosted to: Problem subscribing to posts? | Show Thread |...
View ArticleSetup issue? All CMS-suggested URLs replace spaces with '20'
We've just upgraded to SS 3.1.2 and seem to have a problem will all URLs that the CMS suggests based on a page's title (regardless of page type) is coming back with '20' everywhere a space is in the...
View ArticleRe: Setup issue? All CMS-suggested URLs replace spaces with '20'
Found it in my .htaccess file. I had an old rule there from when the site was 2.4 to enforce all URLs to strip the trailing slash:RewriteRule ^(.+)/$ /$1 [R=301,L]Still looking into the impact of this...
View ArticleRe: Problem subscribing to posts?
Indeed, something is wrong with that functionality -- at least when you click the "Subscribe" button on the bottom right of the topic view: it causes an internal server error. Normally hidden because...
View ArticleRe: Problem subscribing to posts?
Thanks for reporting, if you have a moment perhaps you could install the forum module on a clean 3.1 install to see if the same problem occurs. Keen to work out if it is the module that needs fixing or...
View ArticleRe: Create button getting a Javascript error
Did you manage to solve this?I'm having the same problem.Posted to: Create button getting a Javascript error | Show Thread | Post Reply
View ArticleRe: Setup issue? All CMS-suggested URLs replace spaces with '20'
This is actually a little weird now that I see what the problem is. Example title: "this is a test"By default, when Silverstripe attempts to generate a URL from that, it calls this...
View ArticleRe: Problem subscribing to posts?
Hi Cam,What would be the preferred way to report a problem with these online forums (as opposed to the module)? Used to be the feedback form at the bottom of the site, but is it still? I reported this...
View ArticleRe: Does SS3 encode Content-Type differently to SS2.x?
I have since discovered that this is occurring on most content after the upgrade.After checking the database collations against the 2.4 copy of the site, I can safely say the only difference here is...
View ArticleRe: Problem subscribing to posts?
Thanks, and good point... I need to find out where that form is sending things!It was mentioned internally that this might have something to do with a regression from work done to fix a security issue...
View ArticleRe: DataObject Helper method
In SS3 with the new ORM you could write that as MyPage::get()->byId(3);Posted to: DataObject Helper method | Show Thread | Post Reply
View ArticleCLI Interface - Sake - Not Working
Dear Commuinty,i followed http://doc.silverstripe.org/framework/en/topics/commandlinehttp://www.balbus.tk/creating-tasks/but still not working in Bash Every file child of /data/www/silverstripe ..so...
View ArticleRe: CLI Interface - Sake - Not Working
Have you tried clearing the cache? The most fool-proof method (to make sure *nothing* has been left over) is to `rm -rf /tmp/silverstripe-cache*` completely.The build tasks are cached, so you need to...
View ArticleRe: CLI Interface - Sake - Not Working
Now it works! I used flush=all 10000 times but not "rm -rf" ... Nice Framwork and CMS but to Docs are often brittle and broken Lot of Thanks!Posted to: CLI Interface - Sake - Not Working | Show Thread...
View ArticleRe: CLI Interface - Sake - Not Working
No problems!It *should* clear with flush, so if you ever get bored and feel like diving into the internals of SilverStripe, debugging why it didn't work and either updating the documentation or fixing...
View ArticleRe: CLI Interface - Sake - Not Working
Yes of course, i already edit the docs and start a pull request on git project.Posted to: CLI Interface - Sake - Not Working | Show Thread | Post Reply
View ArticleEnviroments doenst work
I followed this but doesnt workhttp://doc.silverstripe.org/framework/en/topics/environment-managementMy Structures 4 drwxrwxr-x 5 stefan stefan 4096 Apr 23 15:52 assets4 drwxrwxr-x 7 stefan stefan 4096...
View ArticleRe: Enviroments doenst work
I'm interested as to why you have all these symlinks? Can you explain more about your server configuration, I suspect that how you are approaching things might be having an impact of how things are...
View Article