Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#25 2011-01-31 21:45:15

jayrope
Plugin Author
From: Berlin
Registered: 2006-07-06
Posts: 687
Website Mastodon

Re: [SOLVED] Update 4.0.5. to 4.3.0 -> txp:article tags don't work

Yes it does, shows in both article edit windows and textpattern table in MySQL database.

EDIT: Yes, correctly set to 0000-00-00 00:00:00 in 105 of 106 articles, one is set to the futurem which i did earlier to check if it works.

EDIT: txp_file also has a title column.

Last edited by jayrope (2011-01-31 21:53:54)


A hole turned upside down is a dome, when there’s also gravity.

Offline

#26 2011-01-31 22:04:20

jayrope
Plugin Author
From: Berlin
Registered: 2006-07-06
Posts: 687
Website Mastodon

Re: [SOLVED] Update 4.0.5. to 4.3.0 -> txp:article tags don't work

Here’s more fun:
Switched to messy URL mode and now article with ID=1 appears always within the article section (from clean links), nothing appears, when linking from messy links.

http://neumund.kliklak.net/live – http://neumund.kliklak.net/news or http://neumund.kliklak.net/ all show the news article.

http://neumund.kliklak.net/?id=1 or similar returns no article then…

uhm maybe an .htaccess problem?

Last edited by jayrope (2011-01-31 22:05:08)


A hole turned upside down is a dome, when there’s also gravity.

Offline

#27 2011-01-31 22:08:50

jayrope
Plugin Author
From: Berlin
Registered: 2006-07-06
Posts: 687
Website Mastodon

Re: [SOLVED] Update 4.0.5. to 4.3.0 -> txp:article tags don't work

Answering myself: .htaccess is fine. It contains exactly what’s coming from a 4.30 standard install:

#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]

RewriteCond %{REQUEST_URI} !=/favicon.ico RewriteRule ^(.*) index.php

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

#php_value register_globals 0

Last edited by jayrope (2011-01-31 22:09:14)


A hole turned upside down is a dome, when there’s also gravity.

Offline

#28 2011-01-31 22:13:27

jsoo
Plugin Author
From: NC, USA
Registered: 2004-11-15
Posts: 1,793
Website

Re: [SOLVED] Update 4.0.5. to 4.3.0 -> txp:article tags don't work

I don’t think this is an .htaccess issue. But this has me baffled. article is working on search pages. But on individual pages, article is not doing the query to retrieve the default article form.

What plugins are running?


Code is topiary

Offline

#29 2011-01-31 22:20:16

jayrope
Plugin Author
From: Berlin
Registered: 2006-07-06
Posts: 687
Website Mastodon

Re: [SOLVED] Update 4.0.5. to 4.3.0 -> txp:article tags don't work

zem_contact 0.6 – turned on or off doesn’t make a difference. Just deleted it. It WAS old. However, it doesn’t change anything. Now installing the reborn version.


A hole turned upside down is a dome, when there’s also gravity.

Offline

#30 2011-01-31 22:22:30

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

Re: [SOLVED] Update 4.0.5. to 4.3.0 -> txp:article tags don't work

I noticed you’ve got both an article and a category named ‘news’. You’re not by chance using something like gbp_permanent_links that is confused about the /news URL?

Offline

#31 2011-01-31 22:26:37

jayrope
Plugin Author
From: Berlin
Registered: 2006-07-06
Posts: 687
Website Mastodon

Re: [SOLVED] Update 4.0.5. to 4.3.0 -> txp:article tags don't work

No, i use no other plugin, than zem_contact_reborn and zem_contact_lang in the latest version – just tried switchign them on/off.
Didn’t help the article issue.
It’s pretty strange, isn’t it? Almost cries for having overlooked a very simple thing, but i can’t think which one.

Last edited by jayrope (2011-01-31 22:26:57)


A hole turned upside down is a dome, when there’s also gravity.

Offline

#32 2011-01-31 22:27:41

jsoo
Plugin Author
From: NC, USA
Registered: 2004-11-15
Posts: 1,793
Website

Re: [SOLVED] Update 4.0.5. to 4.3.0 -> txp:article tags don't work

Els, I hope you and Jane can work this out, because I’m completely stumped. At this point all I can think to suggest is restoring the site to its previous (4.0.5) state from the backups I hope Jane made before the upgrade, then try again. From the OP I’m not entirely clear on what upgrade process was followed.


Code is topiary

Offline

#33 2011-01-31 22:36:11

jayrope
Plugin Author
From: Berlin
Registered: 2006-07-06
Posts: 687
Website Mastodon

Re: [SOLVED] Update 4.0.5. to 4.3.0 -> txp:article tags don't work

I will try that. Hopefully i’ll find a 4.0.5. installer in my backups…

Jsoo, in any case many thanx for the enduring help!

Last edited by jayrope (2011-01-31 22:36:38)


A hole turned upside down is a dome, when there’s also gravity.

Offline

#34 2011-01-31 22:41:13

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

Re: [SOLVED] Update 4.0.5. to 4.3.0 -> txp:article tags don't work

Yes, it’s intriguing… ;)

Almost cries for having overlooked a very simple thing, but i can’t think which one.

That’s what I’m looking for too, but it must be so simple that it’s nearly invisible ;)

Anyway, you have a related_articles tag on your page that is not in article context, it should be either in an article form, inside container article or article_custom tags, or inside if_individual_article tags. But I don’t think it’s related to the problem…

Offline

#35 2011-01-31 22:42:20

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

Re: [SOLVED] Update 4.0.5. to 4.3.0 -> txp:article tags don't work

jayrope wrote:

Hopefully i’ll find a 4.0.5. installer in my backups…

If not, see here.

Offline

#36 2011-01-31 23:12:43

jayrope
Plugin Author
From: Berlin
Registered: 2006-07-06
Posts: 687
Website Mastodon

Re: [SOLVED] Update 4.0.5. to 4.3.0 -> txp:article tags don't work

Thank you, Els. that worked. Have successfully reinstalled 4.0.5 and data from backup.
All is running well, incl. the programming weaknesses i wasn’t aware of, until Jsoo pointed me to them earlier on.
The article display glitches have vanished…
Now i wonder what’s the best way to successfully upgrade to 4.3.0… any recommended version steps in between?

Last edited by jayrope (2011-01-31 23:14:37)


A hole turned upside down is a dome, when there’s also gravity.

Offline

Board footer

Powered by FluxBB