Quantcast
Channel:
Browsing all 4235 articles
Browse latest View live
↧

Re: Changed from PHP 5.2x to PHP 5.4x and got error: PHP Fatal error: Class...

I've inherited this problem from Chubs above, but am no closer to a resolution. Anyone else having the problem? It's probably worth mentioning that we're running on IIS here.Posted to: Changed from PHP...

View Article


Re: ListboxField ss3

what about a CheckboxSetField ?Posted to: ListboxField ss3 | Show Thread | Post Reply

View Article


than 250 yards

One acumen Kent State was able to win 11 amateur was a activating rushing advance that averaged Over than 250 yards per bold But the duo of Archer and Trayion Durham didn’t accept a decidedly good bold...

View Article

Re: Job Portal from book not working in SS 3.0.3

There is a lot of legacy code in that if you're working in 3. Try updating the reuests and replacing the ComplexTable field with a GridField to start. Also put the site into devmode to get better error...

View Article

get dates later than today

I hate it when simple things trip you up. In my SS2.4 site I had the following line to collect all future events pages:$littlechildren = DataObject::get("ArticlePage", "ParentID = $this->ID and Date...

View Article


Re: get dates later than today

Maybe not the best solution, but you could use PHP date function to figure out the current date and use it in place of your hard coded "2013-01-07", something like$curDate = date("Y-m-d");$holder =...

View Article

Re: get dates later than today

I think you can still use where, something like:ArticlePage::get()->filter(array('ParentID' => $holder->ID))->where("Date >= CURDATE()")->sort('Date DESC');MartinePosted to: get dates...

View Article

[SOLVED] SS3 - 301 redirect problem

Hi there,I have a website that i am doing SEO on and i need both www.diveschoolcapetown.co.za and http://diveschoolcapetown.co.za to point to http://www.diveschoolcapetown.co.zaI have changed the...

View Article


Re: [SOLVED] SS3 - 301 redirect problem

You can just add Director::forceWWW(); to your mysite/_config.php (I only use 2.4 but i think it will work in ss3 also)Or if you want to use htaccess, use    the below right after RewriteBase...

View Article


Re: [SOLVED] SS3 - 301 redirect problem

Thanks that worked!Posted to: [SOLVED] SS3 - 301 redirect problem | Show Thread | Post Reply

View Article

Re: get dates later than today

I can now report that both methods work just fine. I think I'll go with IOTI's version as it seems a little more in keeping with the SS 3 'vibe'. The only change required is that the first line should...

View Article

Form Validation deleting page

Hi All,I don't know if this is the right topic to post my question.I have a problem with silverstripe 3. When i add validation to some fields on the CMS side, this fields will also be validated when...

View Article

User Permissions in SilverStripe 3

I have setup a site using SilverStripe 3.0.3 and everything is going great until I needed to setup some additional security groups that have restricted access to the site.My issue is that even though I...

View Article


Help Please!

I have no idea what has happened to one of my pages...I was editing to delete one paragraph and the next thing I know virtually my most important page has vanished...then i have found that I can't edit...

View Article

Re: User Permissions in SilverStripe 3

Try creating a new group with only rights they need, assign the member to this new group and then under the page set the new group as the editor (under the access tab)Posted to: User Permissions in...

View Article


Re: User Permissions in SilverStripe 3

Willr,So I tried that and did not get quite the result I was expecting, but it made me think about where the Site Tree Permissions got moved to in SS3.I found them under Settings > AccessAfter...

View Article

Re: Help Please!

can you post a screenshot of the error?Posted to: Help Please! | Show Thread | Post Reply

View Article


Re: Help Please!

Sure - here you are - this is the screen that comes up every time I maje and edit and I press "save" or "save and publich"thank youPosted to: Help Please! | Show Thread | Post Reply

View Article

Re: Help Please!

sorry now jpeg form!Posted to: Help Please! | Show Thread | Post Reply

View Article

Re: Help Please!

My site is stuck in cyber limbo!!Posted to: Help Please! | Show Thread | Post Reply

View Article
Browsing all 4235 articles
Browse latest View live