Re: Search questions
Hi Lime Blast,I'm not too sure about the default SS search system. But it should be easier enough to Build your own search form that search on some specific fields. You can then write a custom query in...
View ArticleRe: How does Silverstripe work?
Note that if you're using 2.4 it's a DataObjectDecorator (not extension). For 3.0 documentation at http://doc.silverstripe.org/framework/en/reference/dataextensionPosted to: How does Silverstripe work?...
View ArticleRe: How does Silverstripe work?
Thanks, that is very helpful. Even though I am using 2.4 and not 3.0 I will look at http://doc.silverstripe.org/framework/en/reference/dataextension for guidance on how to implement this in...
View ArticleRe: Duplication of userforms went wrong at 3.1.0-beta3
See also GitHub issue #19: https://github.com/silverstripe/silverstripe-userforms/issues/19I've also tried to fix this and done a pull request:...
View ArticleEcommerce Module isn't working
Deciding to post here as it's more active than the actual module discussion board for Ecommerce.But Product pages and parts of the ecommerce module isn't loading.It comes up blank and I don't know...
View ArticleI can't login to admin interface
SS 3.0.5 with translatable module, generally worked fine until I've deleted all content from silverstripe-cache directory.In particular I can log in but I'm always redirected from /admin, /dev/build,...
View ArticleRe: How does Silverstripe work?
I think I have now finally got there.I am using 2.4 and this is what I did.Created the file module_calendar\code\CalendarEventExtension.php.Placed in this file the following code.class...
View ArticleRe: UploadField path error
Hi bambii7 the permissions of the assets folder and the assets/temas are 755the permissions on an example uploaded file to the assets/temas are 644.The fix that Im using is to manually set the path to...
View ArticleRe: 3.0: upgrade or 'from the scratch'?
Any traction on the static code checker for upgrading from 2.4 -> 3.0 ? Primarily I'm interested in figuring out how to upgrade several dozen custom 2.4 templates/themes (framework and template...
View ArticleUploadField setFolderName to folder outside of assets.
I have been unhappy ever since I started using SilverStripe back in v2.3 that I cannot override the folder for uploading files to a folder outside of /assets.I often have files that must be uploaded...
View ArticleRe: Ecommerce Module isn't working
Hey dude,What versions of SS & Ecommerce module are you using? And how can we replicate? I'm happy to take a look but need to know more.Posted to: Ecommerce Module isn't working | Show Thread |...
View ArticleRe: I can't login to admin interface
Have you tried hitting /?flush=all to rebuild the cache?Posted to: I can't login to admin interface | Show Thread | Post Reply
View ArticleRe: I can't login to admin interface
Sure... it didn't help. I've also checked other clues from this forum related to similar problem but with no progress.I wondered what happens with older SS so I deleted manually all cache files from...
View ArticleRe: Ecommerce Module isn't working
Hey man!My SilverStripe version is 3.0.5!I'm using the Silverstripe E-commerceAt the moment, I've noticed that if the product is not available for purchase, the page might load but if the product is...
View ArticleFile manager memory error
The file manager isn't loading and shows the following error;<code>Fatal error: Out of memory (allocated 56098816) (tried to allocate 17152 bytes) in /framework/filesystem/GD.php on line...
View ArticleRe: File manager memory error
Hi,[i/framework/filesystem/GD.php on line 32GD is the graphics library and it is more than likely that it is a problem with the image itself. I've had this when there are either really really large...
View ArticleRe: File manager memory error
Great, thanks.Is there any way you can set file validation for the file manager without making your own extention? The documentation seems a bit vauge on this front.Posted to: File manager memory error...
View ArticleSaving images in members profil
Hey guys,I want to deposit images for members in the backend of SS3. Therefore I´ve tried to extend the member settings in "security".CustomMember.php:class CustomMember extends DataExtension{...
View ArticleRe: Saving images in members profil
Hi,You need to loop through the list of images in the same way you loop through members. In your template try:<% control getMembers %> <% control $Images %> $SetWidth(150)<% end_control...
View ArticleServer Upgrade Woes
Hey guys,So, I've had several SilverStripe websites running on GoDaddy servers for a couple of years with no issues. Then, recently, they decided to update the Apache instance on those servers to...
View Article