Re: Google Sitemap SS v3.0
Check permissions on the sitemap folder. In my case that was the problem. I assume you have solved the problem in the meantime, but just for the case someone has the same problem...Posted to: Google...
View ArticleRe: Google Sitemap SS v3.0
Yes, solved in the meantime.The module did work, but I didn't see the indexed and splited sitemap.So... my fault Posted to: Google Sitemap SS v3.0 | Show Thread | Post Reply
View Articleindex.php showing up
Hi there,Over the last few weeks i have been building a few sites on different servers with 3.1 beta 2 and now beta 3 and i seem to be getting a lot of issues with index.php showing up. Mod_rewrite is...
View ArticleRe: unable to add group / role - internal server error
Try installing the widget module. Looks like it's missing and some of your code requires it.Posted to: unable to add group / role - internal server error | Show Thread | Post Reply
View ArticleRe: $DataObject::get() Question
use filterAny() for OR rather than filter() which will be conjunctive.Posted to: $DataObject::get() Question | Show Thread | Post Reply
View ArticleRe: unable to add group / role - internal server error
That worked, thank you!Pity there is no thanks button around here - I would use it!Posted to: unable to add group / role - internal server error | Show Thread | Post Reply
View Article$LoginForm in SS3.x
Hi there, I have a short question ragarding the $LoginForm Variable within the Template of SS3.xOn 2.4.x I was able, to set this Variable somewhere within the Template and add the "LoginForm" to the...
View ArticleSimple Testimonials page problem
Hi allI am trying to create a simple testimonials page, with using the new gridfield in SS3 I am running 3.1.0 and I also have silverstripe-gridfield-betterbuttons module, my code...
View ArticleListboxField for Many_Many - Roadmap help needed!
I've made a few sites with SS - I'm by no means an expert and I make sites just for friends and family, but I'm familiar with extending a site etc. I'm just needing a little help seeing the bigger...
View ArticleSite showing php error (ClassLoader.php on line 57)
I just checked my website and haven't edited any content or files and have checked with my hosting company to confirm that nothing has been changed on the server and my website is showing this PHP...
View ArticlePaginatedList error
Hi, I'm having some trouble working with PaginatedLists.I want to make my category page show 15 post in a paginatedlist but the pages must go on 5 pages step. (i.e. Page1 results: post 1-15, Page2...
View ArticleRe: index.php showing up
Are you cconfident mod_rewrite is enabled in Apache not just in the htaccess?Or make sure .htaccess files are enabled (or preferably have the htaccess content in the sites-enabled config file)it sounds...
View ArticleGridField - Pre-populate the relationship on the add form
Good morning,I have a page with a $has_many relationship to VideoSnippets. VideoSnippets class extends from DataObject and includes a $has_one relationship back to my page. It all works fine, but in...
View ArticleRe: GridField - Pre-populate the relationship on the add form
Hi,You can easily remove the field by adding $fields->removeByName('PageID'); into the getCMSFields function of your DataObject.I have been wondering why this field get's shown, but i guess it has...
View ArticleRe: index.php showing up
After removing index.php did you ?flush=all.I remember having this issue on sites before, but as far as i remember, it worked when removing index.phpPosted to: index.php showing up | Show Thread | Post...
View ArticleRe: index.php showing up
Thanks guys,You know i have never deleted the index.php file on all the sites i have done (over 40) But yea removing the index.php file fixed my problem...Thanks for that.MickPosted to: index.php...
View ArticleSessionvalues on _config.php not available in SS3.x
Hi there, has the Session Mechanism changed in SS3.x?On SS2.4 as I remember, Sessions (like Session::get('something')) where allready available in _config.php Files. In SS3.x this seems to have...
View ArticleRe: GridField - Pre-populate the relationship on the add form
Perfect, that worked great thanks!.I didn't think to do that, as I didn't think that method would exist/be called on the DataObject, I thought it came off page.It would be even beter, if once it saved...
View ArticleRe: GridField - Pre-populate the relationship on the add form
There is an extension from UncleCheese that does exactly that (and a bit more)https://github.com/unclecheese/silverstripe-gridfield-betterbuttonsI have only tried it on 3.1 but works there, however it...
View ArticleRe: Site showing php error (ClassLoader.php on line 57)
I'm finding it a bit weird that the error is referring to 2 separate absolute paths /home/... And /home2/... At this point it seems the directory used to be called /home/ but is now called /home2/. I...
View Article