Can't create page: Refused to set unsafe header "Connection" error
In my SS website (just updated to 2.4.10) I can't create some types of sup-pages. When I click the "create" button nothing happens and the console shows this error messages:Refused to set unsafe header...
View ArticleRe: How does 'search' function work?
Grr, not working again. Second day in a row...Can you please help to find out where Director::set_environment_type("dev") is located. Remember, I am not a web developer...just need to keep website...
View ArticleRe: PHPStorm suppport
https://github.com/raket/idea-silverstripePosted to: PHPStorm suppport | Show Thread | Post Reply
View ArticleFulltextSearchable set but still showing files in results
I have implemented the following code into my config file:FulltextSearchable::enable(array('SiteTree'));But when I perform a search it is still bringing up Files with direct links to the pdf in the...
View ArticleRe: How does 'search' function work?
If you really don't know anything about webdesign, php code and such, this might be a bit tricky, and you might want, to find someone who does... Changes made to SilverStripe files can lead to serious...
View ArticleRe: FulltextSearchable set but still showing files in results
Any help?http://doc.silverstripe.org/framework/en/changelogs/2.4.6Posted to: FulltextSearchable set but still showing files in results | Show Thread | Post Reply
View ArticleGet filename on file upload - but how?
What i need to do is getting the file name on file upload. I need to get the file name while uploading, write it to a cookie and read the cookie if it is set before. help please...function...
View ArticleRe: Dropdownfield doesn't set selected item
Thanks, it works for me! However, it took me an hour to find out the ID after the InternURL. Even easier now: $fields->addFieldToTab('Root.Main', new TreeDropdownField('InternURL', 'Link Blok 2',...
View ArticleRe: Returning a custom error in ModelAdmin
Thank you Swaiba! This helped me a lot today. I just had to change '$obj' to '$this' to get it to work.Posted to: Returning a custom error in ModelAdmin | Show Thread | Post Reply
View ArticleRe: Returning a custom error in ModelAdmin
No Problem...One other tip is to add this as well this then covers the validators use in a CTF popup toofunction getValidator() {Â Â Â return new MyDataObject_Validator();}Posted to: Returning a custom...
View ArticleRe: Returning a custom error in ModelAdmin
Ah sweet, cheers!Posted to: Returning a custom error in ModelAdmin | Show Thread | Post Reply
View ArticleRe: Introduction. FAQ & Common Questions
Please also note there is currently a large difference between SilverStripe V3.x and 2.x and with a large percentage so sites still on 2.x this can lead to confusion when posting on the forum.When...
View ArticleRe: FulltextSearchable set but still showing files in results
Nope. I've tried option 1 - FulltextSearchable::enable(array('SiteTree')); and done a /dev/build and files are still showing up in the search results.Posted to: FulltextSearchable set but still showing...
View ArticleRe: Using SilverStripe 3 eBook - how to use the CMS
I have bought this ebook and have to say it is for absolutly beginners. Nothing which isn't covered in the doc.silverstripe.orgPosted to: Using SilverStripe 3 eBook - how to use the CMS | Show Thread |...
View ArticleRe: Using SilverStripe 3 eBook - how to use the CMS
hI,Futureweb,you write :"Normally $19, buy your copy now and pay only $9.95!"to buy this ebook"Using SilverStripe 3 is a comprehensive 40 page, illustrated guide"40 pages ?or 400 pages ?19 $ ?8-OI Have...
View ArticleRe: Using SilverStripe 3 eBook - how to use the CMS
@jpalsu+totally agree with you... i was very frustrated with the ebook - but at the moment - using silverstripe since three years i am missing tutorials, examples and modules for ss 3Posted to: Using...
View ArticleRe: Using SilverStripe 3 eBook - how to use the CMS
Hi all, A few points...> The guide is about 'using' the admin area, not how to build sites. It's written for primarily site owners who have been given the task of managing a website. I have helped...
View ArticleRe: Custom 404 message (ErrorPage)
I also had this problem today - here is the solution I came up with - all it does is presents the current page but with the content and or title overridden and the response code changed. This example...
View ArticleRe: Custom 404 message (ErrorPage)
p.s. this is for 2.4 - don't know if it works for SS3Posted to: Custom 404 message (ErrorPage) | Show Thread | Post Reply
View ArticleChange date format in Gridfield table
In CMS grid >Files>Uploads>dates not respecting the default date format. How do I change the date format?It shows as 29/03/2013should be Mar 29, 2013or whatever profile states it should...
View Article