1
jansen
Can't stay logged in
  • 2005/10/2 22:09

  • jansen

  • Just popping in

  • Posts: 71

  • Since: 2004/3/9 1


I've just updated my site to XOOPS 2.2.2 and a total new theme. But there is something going wrong.

- When users switch between modules (in firefox) the get the login boxes back (user menu gone)
- Some modules they can't access because they are not members (but they can access while using IE)

Any suggestions, all in IE works fine.

Cheers,

Bob

www.boardstyle.nl
Find your spot on Earth and Wreck it!

BoardStyle Magazine...

2
JMorris
Re: Cant stay logged in
  • 2005/10/2 22:14

  • JMorris

  • XOOPS is my life!

  • Posts: 2722

  • Since: 2004/4/11


Your domain name seems to be switching from www.boardstyle.nl to boardstyle.nl. XOOPS does not treat the two domains the same because they *technically* are not the same domain name. If your users will be accessing your site using www.boardstyle.nl, may I suggest you modify your mainfile.php like so:

Change...
// XOOPS Virtual Path (URL)
    // Virtual path to your main XOOPS directory WITHOUT trailing slash
    // Example: define('XOOPS_URL', 'http://boardstyle.nl');
    
define('XOOPS_URL''http://boardstyle.nl');


To...
// XOOPS Virtual Path (URL)
    // Virtual path to your main XOOPS directory WITHOUT trailing slash
    // Example: define('XOOPS_URL', 'http://www.boardstyle.nl');
    
define('XOOPS_URL''http://www.boardstyle.nl');


Hope this helps.

James
Insanity can be defined as "doing the same thing over and over and expecting different results."

Stupidity is not a crime. Therefore, you are free to go.

3
jansen
Re: Cant stay logged in
  • 2005/10/2 22:23

  • jansen

  • Just popping in

  • Posts: 71

  • Since: 2004/3/9 1


It is already like that

// XOOPS Physical Path
    // Physical path to your main XOOPS directory WITHOUT trailing slash
    
define('XOOPS_ROOT_PATH''/var/www/b/boardstyle.nl/HTML');

    
// XOOPS Virtual Path (URL)
    // Virtual path to your main XOOPS directory WITHOUT trailing slash
    
define('XOOPS_URL''http://www.boardstyle.nl');
    
define('XOOPS_CHECK_PATH'1);
Find your spot on Earth and Wreck it!

BoardStyle Magazine...

4
JMorris
Re: Cant stay logged in
  • 2005/10/2 22:27

  • JMorris

  • XOOPS is my life!

  • Posts: 2722

  • Since: 2004/4/11


D'OH! Ran into this one the other day. If you look at some of your links, the links to directories do not have a trailing slash.

EX:http://www.boardstyle.nl/modules/myalbum

You need to add this trailing slash to your links.

Like so:http://www.boardstyle.nl/modules/myalbum/

I don't know what it is, but Firefox seems to wig out if you don't have that trailing slash. IE doesn't seem affected by it.

Hope this helps.

James
Insanity can be defined as "doing the same thing over and over and expecting different results."

Stupidity is not a crime. Therefore, you are free to go.

5
jansen
Re: Cant stay logged in
  • 2005/10/2 22:32

  • jansen

  • Just popping in

  • Posts: 71

  • Since: 2004/3/9 1


Really THANKS for that one. I started losing it... It all works fine now.

Cheers,

Bob
Find your spot on Earth and Wreck it!

BoardStyle Magazine...

Login

Who's Online

228 user(s) are online (159 user(s) are browsing Support Forums)


Members: 0


Guests: 228


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