Re: Unable to login to admin
Try this http://www.silverstripe.org/general-questions/show/23917?start=24Posted to: Unable to login to admin | Show Thread | Post Reply
View ArticleRe: Refused to set unsafe header "Connection"
It's an Error in prototype.jsApparently, the error appeared because XMLHttpRequest isn’t allowed to set the Content-length header. It is set automatically by modern browsers. Mozilla Firefox now...
View ArticleDataObject and absolute address for images
Hi, hoping someone can help me. I'm using 2.4.5 and trying to get htmleditor to insert absolute addresses for images. I used the following code which worked successfully in page.phpprotected function...
View ArticleRe: Facebook Like box
Is your Page using an HTML5 doctype?Posted to: Facebook Like box | Show Thread | Post Reply
View ArticleRe: Composer: Can we get some video/better guides?
Yeah I found the whole install / composer process a little strange when I last setup a site so I made an easy bootstrap setup for linux / osx...
View ArticleRe: 502 Bad Gateway in Admin
I'd advise you not to run Silverstripe on Plesk in combination with nginx. In my experience, that is quite a fickle setup. The default Plesk Apache environment works, but I found customizing nginx to...
View ArticleRe: Facebook Like box
Hi WillrThanks for your reply.It turns out to be an error in the code generated by Facebook.The 6th line generated was:js.src =...
View ArticleRe: 502 Bad Gateway in Admin
Thanks for the advise fuzz10. Unfortunately the hosting of the site is out of my control. I deployed to my customers host a few months back. It was running Plesk 10, however the host had overloaded the...
View ArticleRe: 502 Bad Gateway in Admin
hmmpf , that sucks. I know the situation though.Well, they can easily change the plesk environment to apache only. If they refuse, I would not bother and put the site on a host that is familiar to you....
View ArticleRe: 502 Bad Gateway in Admin
I've set the website up on my host using the latest DB and assets so its an exact copy. I've told them they can park there until they sort something out but will need to get their host to sort DNS out....
View ArticleIssue renaming tabs (Bad class)
I have a website running 2.4 and have been trying to tweak the interface slightly. (I know this is easier in ss3 but the server doesn't have the right php5 version). Anyway, I was trying to rename some...
View ArticleRe: Issue renaming tabs (Bad class)
You can define a controller in CMSMenu::add_menu_item().CMSMenu::add_menu_item('CMSMain','Pages and News','admin/','CMSMain');But the CMS will always look for a suitable title in the i18n files...
View ArticleRe: Issue renaming tabs (Bad class)
Thanks Devlin! Looks like my syntax was out, but as you say i18n is miles easier, so I've used that.Posted to: Issue renaming tabs (Bad class) | Show Thread | Post Reply
View ArticleNested Grouped Lists
Hi there,I'm trying to create a grouped list with two groupings, im using 3.1 and i have it working lovely with just one grouping but for the life of me i cant figure out how to make it two...
View ArticleRe: multisites possible?
Is it not better to keep the themes folder local (so not as a symlink) as in this folder you place the site specified template?Posted to: multisites possible? | Show Thread | Post Reply
View ArticleRe: Pagination on $belongs_many_many
Hi, just made a 1-to-1 test with the example from [link]http://doc.silverstripe.org/framework/en/3.1/howto/pagination[/link]. This doesn't work on 3.1, too. Has any body any experiences with pagination...
View Articlehtmleditor not saving format
I'm using 2.4.5 and am having an issue in IE10. When I log into the website to use a form with an htmleditor, it loads existing text fine, but it does not save the format of the form when saved again....
View ArticleRe: htmleditor not saving format
On further discovery, I have found it will save when IE10 is in compatibility view, but not when that is turned off. However, it seems to throw some of the other things off in the website...
View ArticleRe: Server Upgrade Woes
Thought I was losing my mind. Applied the fix suggested by GoDaddy and the site is back up and running as expected. Thank you so much because I was not looking forward to assembling a different CMS....
View ArticleIP addresses for each group
In the administrator of area admin/security/EditForm/field/Groups/"To set permissions and IP addresses for each group"How I am able to do it? There is no field for ip input.in general it would be...
View Article