21301 Posts in 5736 Topics by 2603 members
General Questions
SilverStripe Forums » General Questions » Making Quotes on page, then relationship error. Need advice.
General questions about getting started with SilverStripe that don't fit in any of the categories above.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 655 Views |
-
Making Quotes on page, then relationship error. Need advice.

12 March 2009 at 9:36am Last edited: 12 March 2009 11:58am
Im follow http://doc.silverstripe.com/doku.php?id=recipes:example_of_quotes_on_a_page, everything works fine (except it show unicode characters wrong, see screenshot). Then i made NewsHolder/NewsPage extends Page class, and now i get error while try to open NewsHolder Page in CMS: ERROR [Warning]: Can't find a has_one relationship from 'Quote' to 'NewsHolder'.
I add
static $has_one = array(
'Page' => 'Page', 'NewsHolder' => 'NewsHolder', 'NewsPage' => 'NewsPage'
);but it still dont work.
Please explain me how it should be for correct work.
Thank you.
| 655 Views | ||
|
Page:
1
|
Go to Top |

