9215 Posts in 1860 Topics by 1451 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 877 Views |
-
Generic Views AddForm: Blank page

17 March 2010 at 5:52am
I'm using generic views for some front end forms. For those who hade the SS book, it's quite similar to that.
I load a Designer that has multiple References. I can edit Designer and References. But when I try to add a button to add References, I can't get it to work. I'm using this in Designer_view.ss:
<a href="/references/Reference/AddForm">Add Reference</a>
It redirects to /references/Reference/85/edit. Martijn explained to me that it automatically creates a new Record.
But it's a completely blank page.
My canCreate for Reference is set like this:
public function canCreate($member = null) {
return true;
} -
Re: Generic Views AddForm: Blank page

17 March 2010 at 6:22am
PHP error.. turn on error reporting and check your syntax.
-
Re: Generic Views AddForm: Blank page

17 March 2010 at 9:14pm
That seems logical, but both my php_error.log and apache_error.log are empty.
I've added my files that I think are relevant.
| 877 Views | ||
|
Page:
1
|
Go to Top |

