Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#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: Schoerfling, Austria
Registered: 2005-06-06
Posts: 3,323
Website 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: Schoerfling, Austria
Registered: 2005-06-06
Posts: 3,323
Website 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
Moderator
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

#91 2008-11-25 07:37:52

wet
Developer Emeritus
From: Schoerfling, Austria
Registered: 2005-06-06
Posts: 3,323
Website Mastodon

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

jstubbs wrote:

Robert, not meaning to be pushy, but have you seen my earlier post?

Sure. Are you able to add an additional new image?

Offline

#92 2008-11-25 07:45:11

jstubbs
Moderator
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

Yes, I am. It took the #id of 696, which is the next in line from what is displayed in the Images tab. However, I think #696 already existed in the folder :-(

In the images folder, I can see images up to #id 773 using Coda. The images open in preview too.

Offline

#93 2008-11-25 07:54:03

wet
Developer Emeritus
From: Schoerfling, Austria
Registered: 2005-06-06
Posts: 3,323
Website Mastodon

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

Precondition: The content of the /images folder is not the source for the image tab’s list. The image tab’s list is built by reading all entries in the txp_image database table.

So it looks like at one point in time the amount of “recorded” images (kept in the database) and the amount of image files in the folder started to diverge. Are you able to skim over the txp_image table with phpMySQL or a similar tool and verify the content and amount of rows there?

Offline

#94 2008-11-25 07:56:56

jstubbs
Moderator
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

Yes Robert, I figured out the same thing. I imported the DB over, but not quite sure what happened with the txp_image table. I will work on it tonight when back from work, and report back. Thanks for your help.

Offline

#95 2008-11-25 08:01:06

sthmtc
Member
From: CGN, GER
Registered: 2005-01-17
Posts: 586
Website

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

wet wrote:

No, but it could be a timing issue.

Thanks for clarifying, Robert. Missed your post. Downloaded and installed 4.0.6 on Nov., 18. (AFAIR)

Offline

#96 2008-11-25 08:10:57

wet
Developer Emeritus
From: Schoerfling, Austria
Registered: 2005-06-06
Posts: 3,323
Website Mastodon

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

sthmtc wrote:

Downloaded and installed 4.0.6 on Nov., 18. (AFAIR)

This explains the symptom: We update development versions’ database structures by comparing some file modification dates to a date which is recorded when the site’s latest installation took place. By installing the older 4.0.6 “too late” the update procedure didn’t run. This would not happen in real life, neither with the final 4.0.7 release nor with an aged “real” 4.0.6 site from earlier this year.

Nothing to worry about.

Offline

Board footer

Powered by FluxBB