3069 Posts in 868 Topics by 650 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 2019 Views |
-
extended modeladmin and now the keep getting redirected to admin

29 May 2009 at 4:43pm Last edited: 29 May 2009 4:46pm
Hi
I am new to modeladmin so I used the example in the docu and flushed the database now all that happens is that when I try to login I keep getting redirected back to the admin page with the message "Redirecting to .../Silverstripe/login#memberLoginForm LoginFormTab...(output started on var/www/SilverStripe/html/SilverStripe/mysite/code/MyCatalogAdmin.php, line 11" Line 11 is the ?> lineIf I remove the extension
<?php
class MyCatalogAdmin extends ModelAdmin {
protected static $managed_models = array(
'Product',
'Category'
);
static $url_segment = 'products'; // will be linked as /admin/products
static $menu_title = 'My Product Admin';?>
the problem goes away.
Any ideas what I am doing wrong?
Thanks
MM
-
Re: extended modeladmin and now the keep getting redirected to admin

30 May 2009 at 8:43pm
Completely recreating the MyCatalogAdmin.php file got rid of the problem. Can't say I uderstand how but I don't care cause now I finally get to really make something happen
-
Re: extended modeladmin and now the keep getting redirected to admin

5 June 2009 at 4:35pm
Sounds like you might have had white-space after the ?> tag.
| 2019 Views | ||
|
Page:
1
|
Go to Top |

