Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#76 2008-11-24 13:43:40

wet
Developer Emeritus
From: Vöcklabruck, Austria
Registered: 2005-06-06
Posts: 3,416
Website GitHub Mastodon

Re: Feedback to: Help us test the release candidate for the upcoming 4.0.7

This is possible.

Offline

#77 2008-11-24 13:48:55

sirblackheart
New Member
Registered: 2008-07-04
Posts: 7

Re: Feedback to: Help us test the release candidate for the upcoming 4.0.7

wet schrieb:

This is possible.

.p Sorry, my error, forgott a / in on tag…
This is realy cool, i already love the new version of txp
Thx for this great cms platform

Offline

#78 2008-11-24 18:53:01

graeme
Plugin Author
Registered: 2004-06-21
Posts: 337
Website

Re: Feedback to: Help us test the release candidate for the upcoming 4.0.7

wet/sthmtc

I temporarily see the same load_order problem when updating a clean install of 4.0.6. The problem fixes itself when I next login into the admin interface – I guess this is when the update scripts are run.

Offline

#79 2008-11-24 18:54:21

jstubbs
Member
From: Hong Kong
Registered: 2004-12-13
Posts: 2,395
Website

Re: Feedback to: Help us test the release candidate for the upcoming 4.0.7

Robert, I am seeing a small error after upgrading a live site from 4.06 to 4.07rc1. The /images folder was not touched when upgrading, but I notice that not all of the images are displayed in the Images tab, but they do exist in the /images folder.

For example, I have images up to #773 in the folder, but only up to #695 in the images tab. ?

Offline

#80 2008-11-24 19:09:25

johnstephens
Plugin Author
From: Woodbridge, VA
Registered: 2008-06-01
Posts: 1,000
Website

Re: Feedback to: Help us test the release candidate for the upcoming 4.0.7

I’m updating an installation that uses Kevin’s rebranding mod. What’s the best way to merge changes to Textpattern’s UI CSS file without losing the custom design?

Offline

#81 2008-11-24 19:47:53

zoltandragon
Member
Registered: 2007-04-30
Posts: 47

Re: Feedback to: Help us test the release candidate for the upcoming 4.0.7

I don’t know how and why, but I had serious problem with the <txp:else /> tag: I use it in the <head> to output various kinds of descriptions when on different sections, and I have never had any problem with it until the upgrade (oh, yes, it is an upgrade from 4.0.6). Mysteriously, the problem causes the right sidebar and the footer (all that follows the main content) disappear… If I don’t have the tag on the page, everything works fine… Have you encountered any comparably strange behaviour?

Offline

#82 2008-11-24 19:52:19

maniqui
Member
From: Buenos Aires, Argentina
Registered: 2004-10-10
Posts: 3,070
Website

Re: Feedback to: Help us test the release candidate for the upcoming 4.0.7

zoltandragon, could you post the original code (the working one on 4.0.6)? thanks


La música ideas portará y siempre continuará

TXP Builders – finely-crafted code, design and txp

Offline

#83 2008-11-24 20:01:17

zoltandragon
Member
Registered: 2007-04-30
Posts: 47

Re: Feedback to: Help us test the release candidate for the upcoming 4.0.7

Sorry, here it is:

<txp:if_individual_article>
<meta name="description" content="<txp:page_title /> / <txp:rss_auto_excerpt words="40" overrideexcerpt="1" striptags="1" showlinkwithexcerpt="0" stripbreakstabs="1" excerptwraptag="" ending="…" />" />
<meta name="keywords" content="<txp:keywords />" />
<txp:else />
<meta name="description" content="some content goes here" />
</txp:if_individual_article>

What I don’t quite understand is how it affects the layout… and throws tag parse errors concerning <txp:else /> (this is the only instance of the tag on the page)

Offline

#84 2008-11-24 21:45:48

ruud
Developer Emeritus
From: a galaxy far far away
Registered: 2006-06-04
Posts: 5,068
Website

Re: Feedback to: Help us test the release candidate for the upcoming 4.0.7

Posting the resulting parse errors and the tag trace would help.

Offline

#85 2008-11-25 07:03:57

zoltandragon
Member
Registered: 2007-04-30
Posts: 47

Re: Feedback to: Help us test the release candidate for the upcoming 4.0.7

OK, here they are:

1. for <txp:else /> -> Textpattern Warning: Ismeretlen tag on line 1104

textpattern/publish.php:1104 trigger_error()
textpattern/publish.php:1012 processtags()
textpattern/publish/comment.php:203 parse()
textpattern/publish/taghandlers.php:1653 commentform()
textpattern/publish.php:1090 comments_form()
textpattern/publish.php:1012 processtags()
textpattern/publish/taghandlers.php:2552 parse()
textpattern/publish.php:1090 if_comments_allowed()
textpattern/publish.php:1025 processtags()
textpattern/lib/txplib_misc.php:1556 parse()

2. for <txp:message /> -> Textpattern Notice: on line 1943

textpattern/publish/taghandlers.php:1943 trigger_error()
textpattern/publish.php:1090 message()
textpattern/publish.php:1012 processtags()
textpattern/lib/txplib_misc.php:1556 parse()
textpattern/publish/taghandlers.php:1756 parse_form()
textpattern/publish.php:1090 comments()
textpattern/publish.php:1012 processtags()
textpattern/lib/txplib_misc.php:1556 parse()
textpattern/publish.php:865 parse_form()
textpattern/publish.php:887 doarticle()

Offline

#86 2008-11-25 07:15:42

wet
Developer Emeritus
From: Vöcklabruck, Austria
Registered: 2005-06-06
Posts: 3,416
Website GitHub Mastodon

Re: Feedback to: Help us test the release candidate for the upcoming 4.0.7

zoltandragon wrote:

Textpattern Notice: on line 1943

Are you sure that there’s nothing mentioned between Textpattern Notice: and on line 194 ?

Offline

#87 2008-11-25 07:20:42

zoltandragon
Member
Registered: 2007-04-30
Posts: 47

Re: Feedback to: Help us test the release candidate for the upcoming 4.0.7

Offline

#88 2008-11-25 07:26:48

wet
Developer Emeritus
From: Vöcklabruck, Austria
Registered: 2005-06-06
Posts: 3,416
Website GitHub Mastodon

Re: Feedback to: Help us test the release candidate for the upcoming 4.0.7

Please view the HTML source for these messsages, a browser might not render everything.

Offline

#89 2008-11-25 07:29:29

jstubbs
Member
From: Hong Kong
Registered: 2004-12-13
Posts: 2,395
Website

Re: Feedback to: Help us test the release candidate for the upcoming 4.0.7

Robert, not meaning to be pushy, but have you seen my earlier post? Images appear to be missing from the Images tab, even though they exist in the /images folder. Little urgent because its a live site with lots of missing images…

Offline

#90 2008-11-25 07:31:03

zoltandragon
Member
Registered: 2007-04-30
Posts: 47

Re: Feedback to: Help us test the release candidate for the upcoming 4.0.7

<pre>A következő tag hibát okozott: <b>&lt;txp:message /&gt;</b> -> <b> Textpattern Notice: on line 1943</b></pre>
<pre style=“padding-left: 2em;” class=“backtrace”><code>textpattern/publish/taghandlers.php:1943 trigger_error()
textpattern/publish.php:1090 message()
textpattern/publish.php:1012 processtags()
textpattern/lib/txplib_misc.php:1556 parse()
textpattern/publish/taghandlers.php:1756 parse_form()
textpattern/publish.php:1090 comments()
textpattern/publish.php:1012 processtags()
textpattern/lib/txplib_misc.php:1556 parse()
textpattern/publish.php:865 parse_form()
textpattern/publish.php:887 doarticle()</code></pre><pre>A következő tag hibát okozott: <b>&lt;txp:else /&gt;</b> -> <b> Textpattern Warning: Ismeretlen tag on line 1104</b></pre>
<pre style=“padding-left: 2em;” class=“backtrace”><code>textpattern/publish.php:1104 trigger_error()
textpattern/publish.php:1012 processtags()
textpattern/publish/comment.php:203 parse()
textpattern/publish/taghandlers.php:1653 commentform()
textpattern/publish.php:1090 comments_form()
textpattern/publish.php:1012 processtags()
textpattern/publish/taghandlers.php:2552 parse()
textpattern/publish.php:1090 if_comments_allowed()
textpattern/publish.php:1025 processtags()
textpattern/lib/txplib_misc.php:1556 parse()</code></pre>

Offline

Board footer

Powered by FluxBB