Welcome, Guest. Please login or register.
Did you miss your activation email?
May 27, 2012, 12:30:48 AM

Login with username, password and session length
Search:     Advanced search
Interested in joining the WebsiteBaker team?
For more Information read here or on our new website.
155557 Posts in 21715 Topics by 7737 Members
Latest Member: gx-world
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: Re: Cannot log out of admin  (Read 410 times)
Heradk

Offline Offline

Posts: 9


« on: January 11, 2012, 01:59:13 PM »

Hi

Got the same problem. I have used WB in some years now and have never had this kind of problem - so I have no idea to ix it. Im using WB 2.8.1.

 Can some one plz help me? Smiley

My WB is running perfectly, except administrators cannot log out of admin. When you click the logout link in administration area, you are redirected to the intro page of admin and stay logged in.
I searched the forum and didn't find a solution.
Thank you for help...
« Last Edit: January 11, 2012, 02:00:49 PM by Heradk » Logged
kweitzel
Forum administrator
*****
Offline Offline

Posts: 6977


WWW
« Reply #1 on: January 11, 2012, 05:59:15 PM »

You were originally replying to a Post more than 3 years old ... I splitted it. Do you have the same issue with WB 2.8.2?

cheers

Klaus
Logged

WebsiteBaker Org e.V. - for WebsiteBaker

Heradk

Offline Offline

Posts: 9


« Reply #2 on: January 11, 2012, 07:08:03 PM »

yes - even after I installed the 2.8.2 version. 

   I cant figure out what can be wrong :S

I can logout if I type  "http://......./admin/logout/" 
Then I'll return to the login page. It works when I put the / after logout.

« Last Edit: January 11, 2012, 07:14:09 PM by Heradk » Logged
Luisehahne
Board Member
Development Team
*****
Offline Offline

Posts: 3147



WWW
« Reply #3 on: January 11, 2012, 11:52:21 PM »

Please send login data to my PM, that i can check it. On my installation i can't reproduce it.

Dietmar
Logged

We are human beings - and nobody is perfect at all.
Argos
Moderator
**
Offline Offline

Posts: 2161


WWW
« Reply #4 on: January 17, 2012, 11:10:01 AM »

I had this problem years ago. Turned out to be an .htaccess problem. I can't remember what the problem exactly was, but it was .htaccess related. So you could check that out. Try a clean .htaccess or none at all, and see what happens.
Logged

Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
WB Showcase: http://www.mywebsitebaker.com/pages/showcase.php?v&category_id=1242&count=30
----------------------------------------------------------------
Please don't request personal support, use the forums!
crnogorac081
AddOn Development
*
Offline Offline

Posts: 1706



« Reply #5 on: January 18, 2012, 09:20:28 AM »

If you have .htaccess problem, perhaps you didnt exclude non-page related folders:

Code:
#RewriteCond %{REQUEST_URI} !^/(pages|admin|framework|cgi-bin|include|languages|multimedia|account|search|temp|templates/.*)$


cheers
Logged

Wow, I coded something myself: PM Messanger Modul ,Searchbox with suggestions
Heradk

Offline Offline

Posts: 9


« Reply #6 on: January 25, 2012, 09:03:59 PM »

If you have .htaccess problem, perhaps you didnt exclude non-page related folders:

Code:
#RewriteCond %{REQUEST_URI} !^/(pages|admin|framework|cgi-bin|include|languages|multimedia|account|search|temp|templates/.*)$


cheers

Where should I place that code? I dont understand what you mean embarassed

I tryed what Argos suggested, but it didnt work. Thanks anyway Argos smiley

And I dont give my login info to anyone - This is a website to a company so I dont want to give any secrets out.

It isnt only when I want to logout, but also when I want to go to "Home" it wont redirect to it. Is  like a few / is missing some were. I dont know Tongue
Logged
Argos
Moderator
**
Offline Offline

Posts: 2161


WWW
« Reply #7 on: January 25, 2012, 09:17:53 PM »

What's the second part of the content of your config.php? It should be something like this:

Code:
define('WB_PATH', dirname(__FILE__));
define('WB_URL', 'http://www.domain.com');
define('ADMIN_PATH', WB_PATH.'/admin');
define('ADMIN_URL', 'http://www.domain.com/admin');

require_once(WB_PATH.'/framework/initialize.php');
Logged

Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
WB Showcase: http://www.mywebsitebaker.com/pages/showcase.php?v&category_id=1242&count=30
----------------------------------------------------------------
Please don't request personal support, use the forums!
Heradk

Offline Offline

Posts: 9


« Reply #8 on: February 16, 2012, 10:13:30 AM »

Hi Argos smiley

Yes it is like that.

define('WB_PATH', dirname(__FILE__));
define('WB_URL', 'http://www.domain.com);
define('ADMIN_PATH', WB_PATH.'/admin');
define('ADMIN_URL', 'http://www.domain.com/admin');

require_once(WB_PATH.'/framework/initialize.php');


Im sorry I cant tell you the correct domainname - they want it to be keept as a secret.
Logged
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!