Re: Disabling Requirements from controller
I'm not sure what you are trying to do, and I've never used this function. So just to make sure: are you aiming at removing one or more requirements that are, for instance, loaded from another module?...
View ArticleRe: Global contact fields
Hi martimiz, can it be that easy? I followed instructions on that link you posted and solved it in five minutes. Thank you very much for your help. Now it works across whole page and its nicely wrapped...
View ArticleStupid Image Question
Ok, call me stupid but how does one change an image in an editor field in Silverstripe 3.1 without deleting it first (and thus losing relevant links etc)?If one clicks the editor button or uses the...
View ArticleRe: Stupid Image Question
You could try using the versioned files module, allows switching images without having to change everywhere that the image has been used.See...
View ArticleRe: Stupid Image Question
Thanks I will have a look.The funny thing its that despite its other idiosyncrasies in this department, 2.4 did not work like this and image change was simple..JulianPosted to: Stupid Image Question |...
View ArticleRe: Stupid Image Question
Sadly that module works only in the files tab and not in the page edit mode. This leaves either the image icon or the context menu as the only means to manipulate the image - and manipulate it you...
View Articledev/build/flush=all not working on live site
Hello guys, I am new to silverstripe development. I have installed silverstripe on my localhost server (WAMP) and my live server (Linux).I did some changes in my CustomSiteConfig.php which is apply...
View ArticleRe: dev/build/flush=all not working on live site
Do you get an error message (after putting your site in dev mode)?Posted to: dev/build/flush=all not working on live site | Show Thread | Post Reply
View ArticleRe: dev/build/flush=all not working on live site
Thank you very much martimiz, problem got sort out after putting site on 'Development' mode.You save my lots of time. Thanx once again!Posted to: dev/build/flush=all not working on live site | Show...
View ArticleRe: Admin password not working
I changed the email address directly in phpmyadmin, not via the CMS.Since I had not changed it via the CMS, I thought if I reset the password via the CMS, then maybe it would right my wrong.I will try...
View ArticleRe: Admin password not working
Follow Up.I restored the member record that I altered manually in phpmyadmin back to its original by restoring from a sql dump I had taken previously.Once restored, I could log in correctly to CMS as...
View ArticleRe: Admin password not working
Are you absolutely sure there are no special characters in the emailaddress - either when changing it in the CMS or entering it on login. You are not by any chance pasting it from, say, word or...
View ArticleJoomla spambots attacking Silverstripe sites
Lately I've noticed a lot of errors logged by my silverstripe sites regarding database connections. That in itself is a separate issue, but the strange thing about them is the reported URLs. All of the...
View ArticleRe: Joomla spambots attacking Silverstripe sites
Not exactly anything to do with SilverStripe, rather, just what happens if you have an indexed site anywhere.All of my websites get constant "attacks" like this, regardless of whether they're...
View ArticleRe: Adding custom action in view page of modeladmin
First, you need to create a custom GridFieldComponent for 'Delete All' button - something like belowclass GridFieldDeleteAllButton implements GridField_HTMLProvider, GridField_ActionProvider {...
View ArticleRe: Admin password not working
Solved.Never occurred to me that SS has no concept of a separate username. The email address is the username, so changing the email address for admin, changes the username for admin. Doh!So once...
View ArticleRe: Ajax 404 problem
Now I know - the clue was the understanding and the usage of the shift point.In routes.yml I should've had:myajax//add/$num1/$num2whereas, in the controller's url_handlers:'add//$num1/$num2' =>...
View ArticleLogin Redirects back to login page
I've built a site using SS 3.1.4 but I need to require a login to gain access to the site for all our employees. I installed the external auth login module and that seems to be working fine. When a...
View ArticleRe: Frequent corruption in MySQL databases
The corruption of database is very painful. If you are facing any issue related to your Database corruption then you can MySQL Repair Tool to resolve any sort of issue related to your MySQL.Posted to:...
View ArticleHow to send parameters from template to a function in PHP
I created a new function (getBirthday) in my file CatalogoArtisti.php to calculate age, depending on your birthday, I would like to hook this function in my template but i do not know how to do. To be...
View Article