vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > vBa CMPS v2.0 Support > "How Do I..." Questions

Reply
 
Thread Tools Display Modes
  #1  
Old 12-27-2005, 10:50 PM
cdembek cdembek is offline
Member
 
Join Date: Nov 2005
Posts: 85
Default Newly created page logs you out

Ok so I created a couple new pages

but when I go to that page and that page loads... it logs me out of the site..

Any suggestions?
Reply With Quote
  #2  
Old 12-28-2005, 04:58 AM
zenithrs@bigpon zenithrs@bigpon is offline
Member
 
Join Date: Mar 2004
Posts: 72
Default Re: Newly created page logs you out

What sort of pages? module? php?
Reply With Quote
  #3  
Old 12-28-2005, 07:53 AM
cdembek cdembek is offline
Member
 
Join Date: Nov 2005
Posts: 85
Default Re: Newly created page logs you out

module...
Reply With Quote
  #4  
Old 12-28-2005, 07:58 AM
cdembek cdembek is offline
Member
 
Join Date: Nov 2005
Posts: 85
Default Re: Newly created page logs you out

Created the page by following these instructions

http://www.vbadvanced.com/membersare...tid=4&pageid=3
Reply With Quote
  #5  
Old 12-28-2005, 09:51 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: Newly created page logs you out

So you're already logged in on the regular CMPS page, then when you try to go to one of the other pages you've created in the CMPS it logs you out? Can you post a link to your site?
Reply With Quote
  #6  
Old 12-28-2005, 10:39 PM
cdembek cdembek is offline
Member
 
Join Date: Nov 2005
Posts: 85
Default Re: Newly created page logs you out

The first photo shows me logged in.. the second shows me logged out...
Attached Images
File Type: bmp logged in.bmp (348.6 KB, 5 views)
File Type: bmp logged out.bmp (349.0 KB, 2 views)

Last edited by cdembek; 12-28-2005 at 10:47 PM.
Reply With Quote
  #7  
Old 12-29-2005, 12:35 AM
zenithrs@bigpon zenithrs@bigpon is offline
Member
 
Join Date: Mar 2004
Posts: 72
Default Re: Newly created page logs you out

Do you have cookies enabled in your browser?

If not, does the link you click that logs you out contain a session hash?
Reply With Quote
  #8  
Old 12-29-2005, 07:41 AM
cdembek cdembek is offline
Member
 
Join Date: Nov 2005
Posts: 85
Default Re: Newly created page logs you out

Quote:
Originally Posted by zenithrs@bigpon
Do you have cookies enabled in your browser?

If not, does the link you click that logs you out contain a session hash?
I think that I have cookies enabled.. this doesn't happen when I click the forums/link in the navbar (code that I got from this site)

how can I find out if my link has a session hash?
Reply With Quote
  #9  
Old 12-29-2005, 07:47 AM
cdembek cdembek is offline
Member
 
Join Date: Nov 2005
Posts: 85
Default Re: Newly created page logs you out

Ok I went in and enabled the over ride of cookies...

this is my site www.cannondalecentral.com

within my navbar (not the vb navbar) I have links DOTM, POTM, Videos...) when you click on any of those links it will show you as logged out as a guest.
Reply With Quote
  #10  
Old 12-29-2005, 05:20 PM
zenithrs@bigpon zenithrs@bigpon is offline
Member
 
Join Date: Mar 2004
Posts: 72
Default Re: Newly created page logs you out

Quote:
Originally Posted by cdembek
Ok I went in and enabled the over ride of cookies...

this is my site www.cannondalecentral.com
What do you mean "enabled the over ride of cookies". Make sure you have cookies enabled in your browser.

Quote:
Originally Posted by cdembek
within my navbar (not the vb navbar) I have links DOTM, POTM, Videos...) when you click on any of those links it will show you as logged out as a guest.
So they're links you've composed, none of the default vbulletin/vbadvanced links give you any problem? Sounds like you need to add the session hash to the links to me. All links within a vbulletin site need to have the session passed by the link in case the user has cookies disabled.
Reply With Quote
  #11  
Old 12-29-2005, 05:28 PM
zenithrs@bigpon zenithrs@bigpon is offline
Member
 
Join Date: Mar 2004
Posts: 72
Default Re: Newly created page logs you out

I just registered on your site to check.

When I have cookies enabled in my browser I have no problem with your links DOTM etc. When I disable cookies I get logged out. The problem is as above, you're not passing the session in your links.

For your link DOTM, you have...

http://cannondalecentral.com/forum/index.php?page=dotm

Make it...

http://cannondalecentral.com/forum/index.php?$session[sessionurl]page=dotm

Similarly for the other links

Last edited by zenithrs@bigpon; 12-29-2005 at 05:37 PM.
Reply With Quote
  #12  
Old 12-29-2005, 06:21 PM
cdembek cdembek is offline
Member
 
Join Date: Nov 2005
Posts: 85
Default Re: Newly created page logs you out

I updated the code ... and still doesn't work...

I will also check in the FAQ section..

Last edited by cdembek; 12-29-2005 at 07:29 PM.
Reply With Quote
  #13  
Old 12-29-2005, 02:31 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: Newly created page logs you out

Have you tried the suggestions in the FAQ forum regarding login problems?
Reply With Quote
  #14  
Old 12-29-2005, 07:33 PM
cdembek cdembek is offline
Member
 
Join Date: Nov 2005
Posts: 85
Default Re: Newly created page logs you out

also when I go to the dotm page the address shows up

http://cannondalecentral.com/forum/index.php?page=dotm

and not the suggested code... I have updated the code in the header template
Reply With Quote
  #15  
Old 12-29-2005, 08:47 PM
zenithrs@bigpon zenithrs@bigpon is offline
Member
 
Join Date: Mar 2004
Posts: 72
Default Re: Newly created page logs you out

It works fine for me here. When I have cookies disabled you now have the session in the DOTM link, which is good. Do the same to the other links.

Are you running a personal firewall? If so is it blocking cookies?
Reply With Quote
  #16  
Old 12-30-2005, 01:01 PM
cdembek cdembek is offline
Member
 
Join Date: Nov 2005
Posts: 85
Default Re: Newly created page logs you out

I have the site hosted... will have to check if they have a fire wall

But on my work computer everything seems to be working..

Thanks for your help..
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Created new page - title does not show! digitalSite Troubleshooting & Problems 8 09-26-2005 05:43 PM
Created a Custom Page and... mholtum Troubleshooting / "How do I..." Questions 3 06-21-2004 04:34 PM


All times are GMT -4. The time now is 08:38 PM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.