Re: Server Upgrade Woes
Oh, wow, that makes so much sense! Thanks Martine.@Briohny: I'll nag them, too. Hopefully, the more people that throw this their way, the quicker they'll get to rectifying it.LeePosted to: Server...
View ArticleRe: Server Upgrade Woes
I've just noticed that they've installed a test folder on the backend of my site and have installed the latest version of Silverstripe. I can see that the generic Silverstripe welcome page appears but...
View Article2.4 - Unit tests don't seem to run for sapphire and mysite
Looking at the docs (it's even an example given), I should be able to run just the tests in /sapphire/tests with this command:sapphire/sake dev/tests/module/sapphireLikewise for just those tests...
View ArticleRe: Server Upgrade Woes
Hi, everyone. I'm sorry to hear all your frustration. As Briohny pointed out, we've been investigating this issue. Our admins are looking into it to see what can be done on a wider scale, but for now,...
View ArticleRe: Server Upgrade Woes
Thanks, GoDaddy. One of my sites has multiple domains assigned, but it should give me a starting point. I'll post back and let you know how it goes.Thanks,LeePosted to: Server Upgrade Woes | Show...
View ArticleRe: Server Upgrade Woes
Okay, thanks, that worked. I have an issue with one of the domains, but it's not to do with this issue. I'll contact you about that, separately.Thanks again.LeePosted to: Server Upgrade Woes | Show...
View ArticleRe: Server Upgrade Woes
Thanks, Lee. Glad to hear it, and thanks for such a quick response.Posted to: Server Upgrade Woes | Show Thread | Post Reply
View ArticleRe: Server Upgrade Woes
Yep received email from GoDaddy this morning with same info as below to fix. This solved my issue!It appears that a recent upgrade to Apache 2.4 has caused mod rewrites (redirects) to function in a...
View ArticleAuto Increment on DataObject tables
Is there a reason child DataObjects have auto increment set on the ID field? These get set from the ID in base table which is auto incrementing.The reason I bring it up, is that I converted a MySQL...
View ArticleRe: Add new field to tab but under the label.
Hello,I too was looking into how to make the HTMLEditorField underneath the label, and after playing around with CSS in Developer Tools in FireFox,I have found out that the default "Content" Field has...
View ArticleRe: Add new field to tab but under the label.
You don't need to use Javascript to add a class at all.In getCMSFields(), do the following:$myField = new HTMLEditorField('MyHTMLField', 'My HTML Field');$myField->addExtraClass('stacked');Posted...
View ArticleRe: Inserting Drop Down Selector via HTML
I'm still trying to figure out how to get this on a page without the system stripping out the code.This code works in a stand-alone webpage:<form><select name="faqForm" ONCHANGE="location =...
View ArticleRe: Inserting Drop Down Selector via HTML
What you're looking for is "valid_elements" and "extended_valid_elements", options of...
View ArticleRe: Server Upgrade Woes
I have silverstripe version 3.1.0 beta 3 running on godaddy. Tried the below fixes on framework/main.php.Didn't work, so have rung support and manage to get them to look further....
View ArticleImport csv with different date format
Hello,I have a csv file with various columns including a date column with the format MM/DD/YY. When I upload this file through Model Admin interface, all field values are saved correctly except the...
View ArticleManyManyPickerField in SS3
Hi all,I've got the gridfield working in SS3 for a many_many relationship. All ok, but I'm not so keen on how it makes the user search for items to link, it would be cool if there was a way to just...
View ArticleManyMany Grid Field Search Case Sensitive
Hi, on our postres site, the manymany search is defaulting to case sensitive - making it pretty hard to field items.I've found a way of editing 'GridFieldAddExistingAutocompleter' in the core files to...
View ArticleCaching mixups with multiple SS installations
On my production webserver containing multiple silverstripe installations, after adding and picking a cache backend, I get php errors where extensions from one site are used on another, causing errors...
View ArticleRe: Caching mixups with multiple SS installations
The correct syntax is:SS_Cache::pick_backend('two-level', 'Two-Levels', 10);Posted to: Caching mixups with multiple SS installations | Show Thread | Post Reply
View ArticleDifferent sort children for different pages?
The general situation:- I have a list of topics which are assigned people (or people are assigned topics - under a man_many relationship), which are broken up into categories (I have CategoryHolder...
View Article