Page 1 of 1

FireFox Loop registered group login

Posted: 10. June 2013 20:57
by tenoch
Your Portal Version: 2.1.1
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge

What have you done before the problem was there?


What have you already tryed to solve the problem?


Description and Message
Hi
I was using this mod, latest version 2.0.1
And all was working fine

But some users reported that they were having infinit loop using firefox

I tested it with admin user and there was no problem, but with another user login (registeded group) I see that this problem is happenig

If I remove in .htaccess
the sentence portal.php after DirectoryIndex

There is not loop any more, but the mod board3 does not work either

How can I solve this?


Thanks

Re: FireFox Loop registered group login

Posted: 10. June 2013 22:30
by archivar
Can you set me a test account, so I can see the problem?

Re: FireFox Loop registered group login

Posted: 11. June 2013 01:30
by tenoch
Hi

user
pass

In google chrome all is ok
This error is only in firefox
I haven´t tested it in IE yet

Re: FireFox Loop registered group login

Posted: 11. June 2013 21:26
by archivar
tenoch wrote: http://www.construaprende.com/foros/

In google chrome all is ok
This error is only in firefox
I haven´t tested it in IE yet
If I am logged in can not see the portal.
Check real-time user-rights for registered users. Please add the portal-code back into the .htaccess.
If still the problem is, they disable the blocks individually to see which block could be the problem.
I suspect the problem in the block "Anuncios globales - Noticias".
It may be you have the wrong smiley code in the post. Change it smilie code in the admin area. Compare Code with standard smiley code.
Turn on the debug mode to see error.
root/config.php:
disable:

Code: Select all

//@define('DEBUG', true);
//@define('DEBUG_EXTRA', true);
enable:

Code: Select all

@define('DEBUG', true);
@define('DEBUG_EXTRA', true);

Re: FireFox Loop registered group login

Posted: 12. June 2013 03:05
by tenoch
archivar wrote:
tenoch wrote: http://www.construaprende.com/foros/

In google chrome all is ok
This error is only in firefox
I haven´t tested it in IE yet
If I am logged in can not see the portal.
Check real-time user-rights for registered users. Please add the portal-code back into the .htaccess.
If still the problem is, they disable the blocks individually to see which block could be the problem.
I suspect the problem in the block "Anuncios globales - Noticias".
It may be you have the wrong smiley code in the post. Change it smilie code in the admin area. Compare Code with standard smiley code.
Turn on the debug mode to see error.
root/config.php:
disable:

Code: Select all

//@define('DEBUG', true);
//@define('DEBUG_EXTRA', true);
enable:

Code: Select all

@define('DEBUG', true);
@define('DEBUG_EXTRA', true);
Thank you

The problem was in permissions
It was disabled to see portal, for registered


Regards