1
dlemkin
Login page not automatically reloading
  • 2005/8/15 15:12

  • dlemkin

  • Just popping in

  • Posts: 10

  • Since: 2005/1/27


Hi,

I upgraded to 2.2.1 and now my site is not automatically reloading once the login information is enterd.

Whereas it previously showed the grey header and reloaded in a second, the message now shows up in a content portion of my template and just hangs there.

The Click HERE link does work to move forward, but it is kind of annoying.

Thank you for logging indan.
If 
the page does not automatically reloadplease click here


Any ideas?

2
stuie200
Re: Login page not automatically reloading
  • 2005/8/15 15:19

  • stuie200

  • Friend of XOOPS

  • Posts: 161

  • Since: 2004/1/4 2


Hi Dan,

Do you have the meta tags refresh command dissabled in your browser settings?

Just a thought
"I'm as confused as a baby in a topless bar."

3
modestus
Re: Login page not automatically reloading
  • 2005/8/15 16:44

  • modestus

  • Just popping in

  • Posts: 8

  • Since: 2005/8/15


i experienced the same problem since 2.2.0
with both IE and firefox

4
modestus
Re: Login page not automatically reloading
  • 2005/8/16 9:44

  • modestus

  • Just popping in

  • Posts: 8

  • Since: 2005/8/15


i might have found the problem

if you use a custom theme you will have to update that theme, because {$xoops_module_header} is probably missing there

the refresh metatag is now stored in $xoops_module_header
have a look in include/functions.php:

$xTheme->tplEngine->assign('xoops_module_header', '<meta http-equiv="Refresh" content="2; url='.$url.'" />');


if you take a look at the default theme -> themes/default/theme.html

<link rel="stylesheet" type="text/css" media="screen" href="<{$xoops_themecss}>" />

<!-- RMV: added module header -->
<{$xoops_module_header}>

<script type="text/javascript">

5
dlemkin
Re: Login page not automatically reloading
  • 2005/8/18 13:38

  • dlemkin

  • Just popping in

  • Posts: 10

  • Since: 2005/1/27


Thanks,

you are absolutely correct. By adding the line:

<{$xoops_module_header}>

to my themes/theme.html file at the same spot, the hang up has resolved.

The appearance of the notification has changed as previously noted, but it is legible and does not stop at that point any more.

Thank you very much for the assistance.

-dan

6
claydoh
Re: Login page not automatically reloading
  • 2005/8/27 6:42

  • claydoh

  • Friend of XOOPS

  • Posts: 58

  • Since: 2003/6/6 0


I am having this exact issue with one of my sites, though I am using a slightly modified version of the default theme, using 2.2.2. My theme.html has <{$xoops_module_header}> in the proper location. I am using the same exact theme at another site with no redirect problem at all.

This is happening with all page redirections.

php debug shows nothing, and it was working fine earlier today.

7
claydoh
Re: Login page not automatically reloading
  • 2005/8/27 6:50

  • claydoh

  • Friend of XOOPS

  • Posts: 58

  • Since: 2003/6/6 0


well it looks like a firefox issue for me

though I was not using any editor at the time

8
womble
Re: Login page not automatically reloading
  • 2005/8/30 23:13

  • womble

  • Just popping in

  • Posts: 1

  • Since: 2005/7/16


Quote:

modestus wrote:
i might have found the problem

if you use a custom theme you will have to update that theme, because {$xoops_module_header} is probably missing there


Great, that's it. Many thanks to you, you have saved me a real lot of time!

womble

Login

Who's Online

147 user(s) are online (104 user(s) are browsing Support Forums)


Members: 0


Guests: 147


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits