Welcome, Guest. Please login or register.
Did you miss your activation email?
May 27, 2012, 03:14:00 AM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
155555 Posts in 21715 Topics by 7737 Members
Latest Member: gx-world
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: 2.6.7 to 2.7 Upgrade Issue  (Read 2468 times)
twst

Offline Offline

Posts: 17


« on: May 07, 2008, 10:38:08 PM »

I was able to upgrade from 2.6.7 to 2.7 without much trouble, but the logout function is not working from the Administration page in IE or Firefox.  Suggestions please?  Thanks!
Logged
twst

Offline Offline

Posts: 17


« Reply #1 on: May 08, 2008, 04:26:19 AM »

I verified the path for logout looks correct, and updated the index.php file in the logout folder, but still doesn't work.  Any help appreciated.
Logged
ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7973



WWW
« Reply #2 on: May 08, 2008, 05:28:45 AM »

Hello,

please check double check if all files replaced with the new ones and clean all your browser caches.

Matthias
Logged
twst

Offline Offline

Posts: 17


« Reply #3 on: May 09, 2008, 02:14:19 PM »

I double checked files, cleared cache, and even used different computers where this site has not been visited.  When I hover over the logout icon the URL is:

http://domain.com/wb/admin/logout

Should it be http://domain.com/wb/admin/logout/index.php ?? 

When I force that URL it seems to work instead of getting "page not found" or "IE cannot display page" message.

Which files are possibly corrupted and how can I repair manually without rerunning upgrade script?  Since the site is being used by lots of folks, I want to minimize disruptions.  Thanks!
Logged
ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7973



WWW
« Reply #4 on: May 09, 2008, 03:05:40 PM »

Hello,

did you use any kind of .htaccess?
What is the content of config.php?
If you go in Wb admin to settings - show advanced options, are there filled out all fields?

Matthias
Logged
twst

Offline Offline

Posts: 17


« Reply #5 on: May 09, 2008, 04:14:27 PM »

I don't see any big problems in admin settings, but I don't think htaccess.txt was copied over for the upgrade.  In the future, should htaccess.txt be copied to the server before running the install script?

config.php contents:

<?php

define('DB_TYPE', 'mysql');
define('DB_HOST', 'localhost');
define('DB_USERNAME', 'xxxxxxxxxxx');
define('DB_PASSWORD', 'xxxxxxxxxx');
define('DB_NAME', 'xxxxxxxxx');
define('TABLE_PREFIX', '');

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

// some mail provider do not deliver mails send via PHP mail() function as SMTP authentification is missing
// in that case activate SMTP for outgoing mails: un-comment next line and specify SMTP host of your domain
// define('WBMAILER_SMTP_HOST', 'mail.example.com');

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

?>
Logged
ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7973



WWW
« Reply #6 on: May 09, 2008, 05:16:13 PM »

Hello,

1.) the htaccess.txt don't matter, this is only a sample file. only if you rename it to .htaccess it has an effekt.

2.) please check in your config.php the WB_URL variable. Think the "/" at the end is the issue. Also is your domain really http://domain.com or should it be better http://www.domain.com?

Matthias
Logged
twst

Offline Offline

Posts: 17


« Reply #7 on: May 09, 2008, 05:52:54 PM »

What should be the content of a healthy config.php?

Thanks
Logged
ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7973



WWW
« Reply #8 on: May 09, 2008, 06:46:26 PM »

Hello,

the content of your config.php is ok except the two issues is posted above.

Matthias
Logged
twst

Offline Offline

Posts: 17


« Reply #9 on: May 09, 2008, 08:41:23 PM »

Ok, I see what is happening now. 

When I hover over the logout icon I see http://domain.com/wb/admin/logout  (which is Correct), however, when I click the link it tries to go to http://www.domain.com/wb/admin/logout/ (which Will Not Work for this domain).

Where is this defined?  I don't see it in config.php  Thanks
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!