SS 2.4.10 "Please log in and try again"
Hi!I'm having this irritating issue in a Silverstripe 2.4.10 installation, running in Arvixe.Every time i try to edit and i hit save & publish, i got a popup saying that error.Is there a solution...
View ArticleRe: Problems With "children()"
I have found solution but it look not so great, i have used this code-public function getOffServers(){Â Â Â Â Â Â $output = new ArrayList();Â Â Â Â Â Â $createdOptionsArrayData = false;Â Â Â Â Â Â $children =...
View ArticleCan't enter admin panel
[User Error] Uncaught Exception: Object->__call(): the method 'isfinished' does not exist on 'DataList'GET /Security/login?BackURL=%2Fadmin%2FpagesLine 675 in...
View ArticleRe: Help, can't install any modules. v3.0.5
Hi jbryner, I seem to be having the same issue with installing the gallery module as you've described. Did you ever come to a solution on this one?Posted to: Help, can't install any modules. v3.0.5 |...
View ArticleRe: White Screen and GridFieldBulkEditingTools
Hi fischli, I am having the same error with a gallery module which uses the GridFieldBulkEditingTools module. Did you ever come to a solution with this?Thanks,Posted to: White Screen and...
View ArticleRe: SS3 - how to set searchable fields for a dataobject
I just created an updated function that fixed the search_feilds bug, and also sets the results format too - or else all the search results end just just as an IDprotected function...
View ArticleRe: RSS and silverstripe 3.1
Thank you. This works perfectly.Posted to: RSS and silverstripe 3.1 | Show Thread | Post Reply
View ArticleAdding images to pages and silverstripe 3.1
In order to add an image to a page type, I used the following code in silverstripe 3.0 but the same code (after changing public static to private static) does not display the image in silverstripe...
View ArticleRe: Problems With "children()"
Have you tried perhaps:<% loop Children.Exclude('Official', 0) %><!-- Loop official servers --><% end_loop %><% loop Children.Exclude('Official', 1) %><!-- Loop not official...
View ArticleRe: Problems With "children()"
Thanks, i will try next time.Posted to: Problems With "children()" | Show Thread | Post Reply
View ArticleReset password issues
I'm just testing the lost password feature on a site I currently have in development. So I visit the page (http://new.sworcs.ac.uk/Security/lostpassword), enter my email address, and within a few...
View ArticleRe: Reset password issues
My bad...... I've got a two browser set-up on my machine, and I had visited the lost password form using a browser on which I was not logged into the site - but upon getting the reset link, I viewed it...
View ArticleSIlverstripe 3 search on ms sql server
First of all: SQL 2008R2, fulltext enabled. Search has been enabled through _config.php.Problem is that searches return no results at all. Tracing the SQL shows T-SQL in form of:SELECT DISTINCT...
View ArticleRe: White Screen and GridFieldBulkEditingTools
Hi fischli and anyone else experiencing the same problem. The reason for the error is that the latest build of the GridFieldBulkEditing tools module does not contain the file...
View ArticleRe: Help, can't install any modules. v3.0.5
Hi jbryner and anyone else experiencing the same problem. You can see the thread for the fix on the GridFieldBulkEditing tools error with the SS3 Gallery Module...
View Article"SilverStripe has memory leaks"?
Hi!The page at http://doc.silverstripe.org/framework/en/topics/commandline includes the interesting nugget of information: "Because SilverStripe has memory leaks, you should make the PHP process exit...
View ArticleRe: "SilverStripe has memory leaks"?
I would like to know about this. I have a Silverstripe 3 site running on an EC2 micro instance, and unless I setup a script to automatically relaunch httpd and mysqld every few days I find the site...
View ArticlePagination on $belongs_many_many
Hi, i am currently trying to build a pagination on a dataobject. The DO belongs to many Pages.<?phpclass Mitarbeiter extends DataObject { // Contact object's fields private static $db = array(...
View ArticleRe: Over 20sec to save a page
I've got XHProf installed and wanted to test it. But where do I have to insert the start and end point? Which file is best insert the code and profile the back-end (perhaps the front-end as...
View ArticleOverride silver stripe default admin functionality
Hi,I am new in SilverStripe, using version 3.5. I have a doubt in core silverstripe.I need to override the default submit event in admin side of silver stripe?I need to implement a new functionality...
View Article