Login | Forgot password | Register
What is OpenID?
OpenID is an Internet-wide identity system that allows you to sign in to many websites with a single account.
With OpenID, your ID becomes a URL (e.g. http://username.myopenid.com/). You can get a free OpenID for example from myopenid.com.
For more information visit the official OpenID site.
Data Model Questions
SilverStripe Forums » Data Model Questions » extended modeladmin and now the keep getting redirected to admin
|
Page:
1
|
Go to End | |
| Author | Topic: extended modeladmin and now the keep getting redirected to admin | 386 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.
| 386 Views | ||
|
Page:
1
|
Go to Top |
Currently Online: cardinale, ikhwanb, spierala, RichardWGP
Welcome to our latest member: RichardWGP

