Cannot logout of FEU

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
wms
Forum Members
Forum Members
Posts: 204
Joined: Mon Feb 13, 2006 7:26 pm
Location: Ottawa, Canada

Cannot logout of FEU

Post by wms »

Hi,

I'm having a problem with FEU and CustomContent.  I have two different pages that correspond to two different user accounts within my site.  The problem is, when I log in as a user, I cannot logout.  I click and click and click on the "sign out" link and nothing happens?  Does anyone have any idea?  I really need to get this working for a client and I have spent hours trying to figure this out.

I'm using the latest versions of CMS, FEU & CC.  I have uninstall FEU & CC and reinstalled, I have spent a lot of time trying to find a solution within the forums.

Thanks in advance for any help.

wms
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm
Location: Comox Valley, BC

Re: Cannot logout of FEU

Post by Nullig »

Have you turned caching off for those pages - under the pages' options tabs?

Nullig
wms
Forum Members
Forum Members
Posts: 204
Joined: Mon Feb 13, 2006 7:26 pm
Location: Ottawa, Canada

Re: Cannot logout of FEU ~HELP!~

Post by wms »

Cache is off for the pages.  Here is what I have in my template for the secured page:

{if $ccuser->loggedin() && $ccuser->memberof('employee')}
Welcome {$customcontent_loginname}
{content}
{else}
Please Log in to view this page.
{cms_module module=FrontEndUsers}
If you do not have a username and password, please contact us.
{/if}


I get logged in, but when I click on "sign out", nothing happens.  The user stays logged in.

~help~
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm
Location: Comox Valley, BC

Re: Cannot logout of FEU

Post by Nullig »

Are you logged in in another instance of the browser? or another TAB, if you're using a tabbed browser?
Have you tried clearing the cache in Admin?

Nullig
wms
Forum Members
Forum Members
Posts: 204
Joined: Mon Feb 13, 2006 7:26 pm
Location: Ottawa, Canada

Re: Cannot logout of FEU

Post by wms »

Hi,


Using only one tab in browser.  Have clear cached.  Tried both FF & IE on 3 different PCs. 

???
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm
Location: Comox Valley, BC

Re: Cannot logout of FEU

Post by Nullig »

And you're sure that for those pages, under their Options tabs you have the "Cachable" option unchecked?

Nullig
wms
Forum Members
Forum Members
Posts: 204
Joined: Mon Feb 13, 2006 7:26 pm
Location: Ottawa, Canada

Re: Cannot logout of FEU

Post by wms »

I just doubled (maybe tripled) check right now.  The option is "unchecked".  Cachable is off.

I appreciate your help.  Any other ideas.  I'm totally driving myself crazy over this one.

Do you have an example of how to use FEU with CC correctly.  Maybe my lines in my template are incorret?

I don't know....*pulling my hair out*

???
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: Cannot logout of FEU

Post by calguy1000 »

Have you checked your error log?
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
wms
Forum Members
Forum Members
Posts: 204
Joined: Mon Feb 13, 2006 7:26 pm
Location: Ottawa, Canada

Re: Cannot logout of FEU

Post by wms »

Hmmmm....haven't done that.  How do I do that?  Where is the log?

Thank,
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm
Location: Comox Valley, BC

Re: Cannot logout of FEU

Post by Nullig »

You should be able to find the error log through your hosting admin panel.

Also, what settings do you have for FEU under Preferences?

Are you using cookies to keep the session alive?
Are you using cookies to remember login details?

Nullig
wms
Forum Members
Forum Members
Posts: 204
Joined: Mon Feb 13, 2006 7:26 pm
Location: Ottawa, Canada

Re: Cannot logout of FEU

Post by wms »

Here's the pages in question:

http://linkprotection.ca/index.php?page=employee-access (username/password: jobs@linkprotection.ca/lpmlpm)

&

http://linkprotection.ca/index.php?page ... ccess  (username/password: info@linkprotection.ca/lpmlpm)

Check it out.  Log in on one page and then go to the next and try clicking on the sign out link.

Thanks,

wms
wms
Forum Members
Forum Members
Posts: 204
Joined: Mon Feb 13, 2006 7:26 pm
Location: Ottawa, Canada

Re: Cannot logout of FEU

Post by wms »

Hi,

Just checked the FEU prefs.  I didn't change anything from the default install.  The cookies settings are not checked.
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm
Location: Comox Valley, BC

Re: Cannot logout of FEU

Post by Nullig »

Post your FEU Logout template.

Nullig
wms
Forum Members
Forum Members
Posts: 204
Joined: Mon Feb 13, 2006 7:26 pm
Location: Ottawa, Canada

Re: Cannot logout of FEU

Post by wms »

Here it is:


{$startform}
  {$prompt_loggedin} {$username}
  Lang('info_logout')}">{$mod->Lang('logout')}
  Lang('info_changesettings')}">{$mod->Lang('prompt_changesettings')}
{$endform}




I haven't changed a thing from the install.  I just created to groups and two accounts.
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm
Location: Comox Valley, BC

Re: Cannot logout of FEU

Post by Nullig »

Are you sure that ALL pages that use that page template are marked as not cachable?

You could try moving the code from the template to the page.

Nullig
Locked

Return to “[locked] Installation, Setup and Upgrade”