Re: After migration to another server no login possible
If, in your site root, there is a directory 'sapphire', you're on 2.4 or below. If you have a directory 'framework' you're on 3.0 or above. On versions below 3.0 you should be able to see the version...
View ArticleRe: creating an archive
Once again Thanks for your help on this i have managed to get it working, i removed the If Statement checking for the statusID and bingo if an archive doesn't exist then it will create a record for it...
View ArticleRe: [Solved] creating an archive
Sound like this is solved nice work, @voodoochile can you edit your original thread to include [solved] at the beginning. It helps others with similar issues know whether a thread is likely to solve...
View ArticleRe: [Solved] creating an archive
@camfindlay no problem, thanks for the prompt, i will know to do this in the future.Posted to: [Solved] creating an archive | Show Thread | Post Reply
View ArticleRe: Performance Ponderings
Well so performance seems pretty crummy if I am looking at RPS. Granted I am just learning about benchmarking. Even after I installed APC the best Apache benchmarks I can get for a basic "Hello World"...
View ArticleRe: After migration to another server no login possible
Thank you that far.Seems we are running an older version of SiverStripe, since we got a folder called "sapphire" in the webspace.Right now the domain is only available if you modify the /etc/host file...
View ArticleRe: Firefox 29 Crashes
For me, the about:config solution mentioned has fixed the issue in Firefox 29.Cheers,MoPosted to: Firefox 29 Crashes | Show Thread | Post Reply
View ArticleRe: After migration to another server no login possible
'Right now the domain is only available if you modify the /etc/host file manually.'I'm not sure what you mean, and how this connects to the problem at hand? Unfortunately, based on you information...
View ArticleCustom Site Config!
Hi,I am trying to create some site wide content which will reside in the footer area of my site. I have created a DataExtension to extend siteconfig, which includes a DataObject as this is basically...
View ArticleRe: Firefox 29 Crashes
FireFox version 31 which will fix the issue is due for release 22nd July 2014See https://wiki.mozilla.org/Releases#Upcoming_ReleasesPosted to: Firefox 29 Crashes | Show Thread | Post Reply
View ArticleRe: Custom Site Config!
Something to check would be to ensure your yaml config file is using 2 spaces indentation and that you have build the database with dev/build and run a flush.Posted to: Custom Site Config! | Show...
View ArticleRe: Custom Site Config!
Hey Camfindlay,Thanks for your suggestion, the .yaml file is correctly indented and I did rebuild and flush! Still no joy here!I was wondering if I am trying to access the data in the template the...
View Article[solved] Issue with Fatal error: Object::add_extension() - Can't find...
Hi,I'm having issue with trying to get the silverstripe to work on my development server. I've just copied the files from the localhost folder into dev server (using webdrive as host) and i did update...
View ArticleRe: Custom Site Config!
Yep I believe you are doing it correctly, I have just tried the code on a fresh 3.1.x core code and got it to work.Here is my code example + a few changes as to how I would have approached it. Let me...
View ArticleFramework (only) and custom error pages
Hi,I use only SilverStripe Framework (3.1.5) and I have problem with handling error page.In CMS we have page type "ErrorPage". We set error code and content - OK.But how build error page in framework...
View ArticleRe: [solved] Issue with Fatal error: Object::add_extension() - Can't find...
Hi Kirsten, I take it this was all working on your localhost? What is your local dev setup?Posted to: [solved] Issue with Fatal error: Object::add_extension() - Can't find extension class for...
View ArticleGit Repo Size
One of the advantages of Git is its history. You have it all. That's also the snag. The Silverstripe repos are getting huge. I just cloned the framework repo and it's grown to 45MB!I know I should...
View ArticleRe: [solved] Issue with Fatal error: Object::add_extension() - Can't find...
Hi Cam,I finally got it to work, it was something to do with host sever that webdrive needs to set up the settings at their end.All good now. Posted to: [solved] Issue with Fatal error:...
View ArticleRe: Git Repo Size
That will have almost no effect on the size of the repo. Branches are just a file that points at a commit. Deleting the branch just deletes that pointer, all the underlying commits are still...
View ArticleRe: Framework (only) and custom error pages
My implementation of error pages with just a framework is at https://github.com/fullscreeninteractive/silverstripe-boilerplate/blob/master/app/code/controllers/AppController.php.Posted to: Framework...
View Article