Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2009-12-02 15:20:23

delsay
New Member
Registered: 2008-06-29
Posts: 6

Wrong Page Displays

I’m having an intermittent issues with links on my site. When I (or other users) click on links to a particular page, sometimes it will result in a different page loading (sometimes the home page, sometimes another page) then what is being linked to. Often times, the correct link address will be displayed in the address bar but the wrong page will display. This is happening in a variety of browsers (firefox, IE, etc) and OS, so I am thinking this is more on the server side then on the client side. I’ve checked the links in question and they are pointing to the correct page.

I’m running TXP version 4.0.6 (r2805).

Offline

#2 2009-12-02 16:46:29

whaleen
Member
From: Portland
Registered: 2006-05-11
Posts: 373
Website

Re: Wrong Page Displays

Can you post some examples of link code and page code that might contain a clue? Also what are your url settings, diagnostics and .htaccess mods if any etc…


txtstrap (Textpattern + Twitter Bootstrap + etc…)

Offline

#3 2009-12-02 17:08:26

delsay
New Member
Registered: 2008-06-29
Posts: 6

Re: Wrong Page Displays

The most recent link that caused problems is below:
Are you an alumni of CHUSY Region?? If so, please join us at the CHUSY Alumni reception being held in conjunction with International Convention. Please go to the reception page to register and for more information.

I had reports from two distinct users this morning (the link was posted last night) that when clicking on the link, it brought them back to the page they were currently on, which is not the page linked above.

I’ve included a low detail version of the diagnostics report from my site. If there is additional information that would be helpful, please let me know:

Textpattern version: 4.0.6 (r2805)
Last Update: 2008-06-22 14:37:47/2008-06-22 14:36:36
Document root: /hsphere/local/home/chusyreg/chusy.org
$path_to_site: /hsphere/local/home/chusyreg/chusy.org
Textpattern path: /hsphere/local/home/chusyreg/chusy.org/textpattern
Permanent link mode: section_id_title
Temporary directory path: /tmp
Site URL: www.chusy.org
PHP version: 5.2.6
Register globals: 1
GD Image Library: version bundled (2.0.34 compatible), supported formats: GIF, JPG, PNG
Server Local Time: 2009-12-02 12:05:03
MySQL: 5.0.67-log
Locale: en_US.ISO_8859-1
Server: Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.7a PHP/5.2.6 mod_scgi/1.12 mod_fastcgi/2.4.6
Apache version: Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.7a PHP/5.2.6 mod_scgi/1.12 mod_fastcgi/2.4.6
PHP Server API: apache2handler
RFC 2616 headers: 
Server OS: Linux 2.6.9-89.0.9.ELsmp
Active plugins: zem_contact-0.6, rss_admin_quikpik-0.6, ako_youtube-0.2.1, mem_glinklist-0.8.1, upm_section_title-0.4.1, rss_live_search-0.7, glx_if-0.7, rss_suparchive-0.18m, rss_admin_show_adv_opts-0.3, rsx_plugins_list-1.0, rss_admin_db_manager-4.0, glz_crumbs-0.2, sgb_url_handler-0.1.8.4m, sgb_error_documents-0.1.2.2, mdm_if_category-1.0, upm_insert_tab-0.3, zem_article_info-0.1, zem_nth-0.1, fha_time_diff-0.23, rss_live_archive-0.7, rss_article_edit-0.1, zem_prblock-0.1m, zem_nav-0.4, chh_article_custom-1.15, Beginning-0.6, chh_article_lib-1.04, rss_google_map-0.3, ied_hide_in_admin-0.1.6, ako_write_page_email-0.2, wet_peex-0.3, gbp_admin_library-0.4.581

Pre-flight check: 
------------------------
Some Textpattern files have been modified: 
	/lib/txplib_misc.php
------------------------

.htaccess file contents: 
------------------------
#DirectoryIndex index.php index.html

#Options +FollowSymLinks
#Options -Indexes

<IfModule mod_rewrite.c>
	RewriteEngine On
	#RewriteBase /relative/web/path/

	RewriteCond %{REQUEST_FILENAME} -f [OR]
	RewriteCond %{REQUEST_FILENAME} -d
	RewriteRule ^(.+) - [PT,L]

	RewriteRule ^(.*) index.php

	RewriteCond %{HTTP:Authorization}  !^$
	RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization}]
</IfModule>

#php_value register_globals 0

------------------------

(added bc.. and fixed link to site. -Els)

Last edited by els (2009-12-02 21:00:01)

Offline

#4 2009-12-02 19:59:51

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,090
Website GitHub Mastodon Twitter

Re: Wrong Page Displays

I guess you are talking abot the latest article in chusy.org. No problem reaching http://chusy.org/events/290/chusy-alumni-reception from here. either directly or by clicking the link from the front page or the article page.


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#5 2009-12-02 20:07:59

delsay
New Member
Registered: 2008-06-29
Posts: 6

Re: Wrong Page Displays

Absolutely, this is an intermittent issue which is one of the reasons I am having a hard time figuring out where to look. Even without restarting the browser or changing any settings, clearing cache, etc, I can end up at the wrong destination after clicking on a link.

Offline

#6 2009-12-02 21:10:51

els
Moderator
From: The Netherlands
Registered: 2004-06-06
Posts: 7,458

Re: Wrong Page Displays

Yes, it happens to me as well. The first time I follow the link from the front page, I’m taken to the individual article page. If I then go back, reload the front page and click the link again I still get to see the front page, though the individual article URL is in the address bar. Only ctrl-F5 loads the correct page then. Weird…

How is your setting for ‘Send “Last-Modified” header?’ in Advanced preferences? If it’s ‘yes’, does changing it to ‘no’ make a difference?

Offline

#7 2009-12-02 21:18:41

delsay
New Member
Registered: 2008-06-29
Posts: 6

Re: Wrong Page Displays

I just changed ‘Send “Last-Modified” header?’ to ‘No’ and so far so good. I’ll let the group know if the problem reappears.

Thanks for your assistance!

Last edited by delsay (2009-12-02 21:18:55)

Offline

Board footer

Powered by FluxBB