Re: [Solved] Row size too large (> 8126)
Hi there.Thanks for that resolution. I also ran into this issue on a test SS v3.1.5 install. I note that the same issue does not exist on SS 2.x (same reproduction steps successfully allowed saving of...
View ArticleRe: The Age Old Performance Question
Almost all of my I have Silverstripe 3.1 running on a VPS I have tunned to run SS and they are lightning fast (average load time is less than 2 seconds).I do host a few sites on client's shared hosting...
View ArticleFirefox 29 Crashes
HI All,A couple of clients (as well as myself) have noticed that using Silverstripe's admin in Firefox 29 causes it to crash on an alarmingly regular bases.Has anyone else had any issues with this? I...
View ArticleRe: Firefox 29 Crashes
Yep. Can confirm -- but cannot reproduce.My crash log shows for FF29 Linux:- Signature: mozilla::dom::WrapNewBindingObjectHelper<nsRefPtr<nsIHTMLCollection>, true>::Wrap- Signature:...
View ArticleUncaught ReferenceError: jQuery is not defined
Yup - this was totally left of field. I did a routine alteration to a dataobject - no JS involved - that was it... Did a dev/build and ?flush THEN I got this: Uncaught ReferenceError: jQuery is not...
View ArticleRe: Potential bug? - DataObject $allowed_actions static is public not private...
Duly noted, the title in github was more verbose, although I should have really included the version number there too.This really applies to version 3.0 too, as I checked back and the issue was in that...
View ArticleRe: Firefox 29 Crashes
Hi!I've got the same issue in Firefox 29 and 30 as well. I can reproduce it like this:1. Open the admin page2. Click an arbitrary page from the tree3. Switch to the settings tab of the page4. Switch...
View ArticleRe: Firefox 29 Crashes
@Intodevel that is pretty much the same process as me.Also, using ModelAdmin for more than a few Ajax requests is pretty much guaranteed to crash firefox...MoPosted to: Firefox 29 Crashes | Show Thread...
View ArticleRe: The Age Old Performance Question
I've had a lot of performance issues with SS3 - sites, but the thing that helped me the most is the caching of the menu.I noticed that the "time to first byte" was causing the delay. Since i use...
View ArticleSilverstripe for me then!
Just had a month on djangocms to see how it compares....frustrating sums it.I thought it may run a bit faster than ss3 but not really.I know python well, but the cms is still not there.Its nice in that...
View ArticleRe: Silverstripe for me then!
Hey Martin, good to hear you're back in the community Would love to see some benchmark data if that is your buzz, feel free to run some analysis for fun and I'm happy to make it known in the community...
View ArticleCMS Giving error
Have looked all the places also dev mode is enabled SS 2.4.12Posted to: CMS Giving error | Show Thread | Post Reply
View ArticleRe: Firefox 29 Crashes
I've update my FF on Linux and now the crash report says:- Signature: js::jit::IonCannonWhat I find interesting is, that if I start FF in safe mode, then FF does not crash at all... However, if I...
View ArticleReports in SS3
GuysThe documentation is very lacking on reports... I have created a sample report just to test the water, but it doesnt seem to be showing up in the admin system. I have also tried...
View ArticleRe: Reports in SS3
You don't need to register reports in SS3, they are registered automatically. Comment out the following:SS_Report::register("ReportAdmin", "BookingReport_BookingSummary");Posted to: Reports in SS3 |...
View ArticleRe: Reports in SS3
Also, you need to do a dev build for it to show.Posted to: Reports in SS3 | Show Thread | Post Reply
View ArticleRe: Potential bug? - DataObject $allowed_actions static is public not private...
Just to keep you in the loop, this looks to be a bug, and simply changing the public to private is likely to cause issues downstream, and I've also questioned whether the property should even be in the...
View ArticleRe: Firefox 29 Crashes
FF30 exactly the same for me Switch to settings and then back to content a few times (take a few seconds after starting up to manifest)and bang - every time !Chrome is fine !Come on Mozilla we need...
View ArticleRe: Firefox 29 Crashes
I've just been into about:config in my FF30 and set javascript.options.baselinejit to falseand it *seems* better .....worth a try?Posted to: Firefox 29 Crashes | Show Thread | Post Reply
View ArticleBuilt in search functionality bug - use of word 'as'
I have an issue with search in a SS 3.1 install, I wouldn't have thought an issue like this would exist in the core code and that it must be affected by something I have done however, other than some...
View Article