|
ljanbe
10 posts Location: n.a. |
02.08.2010 11:12Login form problemHi!
I have 2 problems with mod_primezilla:
1) When a user is not loged in and you click the "Mailbox" button it takes you to a blank page with error message.
2) When a user loges in through the Login form, clicks the Mailbox button, checks his mail and then wants to log out, the same error message appears.
This is the error message in both cases from above with the address of the page:
"The page isn't redirecting properly!
Firefox has detected that the server is redirecting the request for this address in a way that will never complete."
Address: http://domain.com/index.php?option=com_primezilla
I would appreciate any help with this, thank you!
|
|
|
|
ljanbe
10 posts Location: n.a. |
02.08.2010 22:39Re: Login form problemi think something needs to be tweaked in mod_primezilla.php, line 51, on these two links, but since im no expert, this is just guessing:
if ( $itemid == 0) { // got no itemid
$linkPrimezilla = JRoute::_( 'index.php?option=com_primezilla&view=inbox');
}
else {
$linkPrimezilla = JRoute::_( 'index.php?option=com_primezilla&view=inbox&Itemid=' . $itemid);
}
|
|
|
|
ljanbe
10 posts Location: n.a. |
02.08.2010 22:51Re: Login form problemNEVER MIND, ME STUPID, SOLVED IT :)
|
|
|
|
wowkarak
4 posts Location: n.a. |
30.10.2010 22:00Re: Login form problemhelp me please I have the same error
how do you fix it???
|
|
|