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
FireFox Loop registered group login
Forum rules
Before creating a new support thread, please take a look at the board3 Portal FAQ and use the search!
Many questions have already been answered.
Before creating a new support thread, please take a look at the board3 Portal FAQ and use the search!
Many questions have already been answered.
-
- Portal Professional
- Posts: 1960
- Joined: 19. April 2009 21:34
- phpBB.de User: archivar
- phpBB.com User: archivar
- Location: Deutschland
Re: FireFox Loop registered group login
Can you set me a test account, so I can see the problem?
V.G. archivar
sorry for my bad english
sorry for my bad english
Re: FireFox Loop registered group login
Hi
user
pass
In google chrome all is ok
This error is only in firefox
I haven´t tested it in IE yet
user
pass
In google chrome all is ok
This error is only in firefox
I haven´t tested it in IE yet
Last edited by tenoch on 15. June 2013 20:58, edited 1 time in total.
-
- Portal Professional
- Posts: 1960
- Joined: 19. April 2009 21:34
- phpBB.de User: archivar
- phpBB.com User: archivar
- Location: Deutschland
Re: FireFox Loop registered group login
If I am logged in can not see the portal.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
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);
Code: Select all
@define('DEBUG', true);
@define('DEBUG_EXTRA', true);
V.G. archivar
sorry for my bad english
sorry for my bad english
Re: FireFox Loop registered group login
Thank youarchivar wrote:If I am logged in can not see the portal.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
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:enable:Code: Select all
//@define('DEBUG', true); //@define('DEBUG_EXTRA', true);
Code: Select all
@define('DEBUG', true); @define('DEBUG_EXTRA', true);
The problem was in permissions
It was disabled to see portal, for registered
Regards