Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2008-05-09 16:41:42
- WebKat
- Member
- Registered: 2007-01-16
- Posts: 301
Upgraded to 4.0.6, now all my article titles don't show up
This happened when I upgraded to 4.0.5 as well, and I was never able to fix it, so I had to downgrade back to 4.0.4. When I saw that there was a new version I got excited and thought “hooray! I can upgrade now!” but no… the same thing happens.
Here are some examples:
http://opalcat.com/
The top section is sticky articles. Their titles are missing. Here is my sticky form:
<div align="right" class="smallcaps"> ~ <txp:posted format="%A, %B %e, %Y" gmt="0" /></div>
<h3><a name="sticky" style="sticky"><txp:title /></a></h3>
<txp:zem_prblock target="_blank" rel="external">
<txp:body />
</txp:zem_prblock>
<p align="right">— <span class="small"><txp:posted format="%r" gmt="0" /></p>
<div align="center"><txp:image class="divider" id="12" /></div>
The left column marked “Most Recently Added Content” should be showing Title, Image, and Excerpt… instead it just shows Image and Excerpt. The “Most Recent Journal Entries” has titles because that’s an RSS feed from my LiveJournal.
But then there is this bizarre phenomenon:
http://opalcat.com/index.php?c=Movies
The titles start to show up halfway down the page, except for one later on that is missing. I’m totally stumped. It all works in 4.0.4 :(
—
WebKat
Offline
Offline
#3 2008-05-09 17:54:34
- WebKat
- Member
- Registered: 2007-01-16
- Posts: 301
Re: Upgraded to 4.0.6, now all my article titles don't show up
<!-- v.081107.15.05 -->
<!-- Runtime: 2.7037 -->
<!-- Query time: 0.012934 -->
<!-- Queries: 29 -->
<!-- Memory: 7571Kb, <txp:posted /> -->
<!-- txp tag trace:
[SQL (0.000267): select name, data from txp_lang where lang='en-us' AND ( event='public' OR event='common')]
[SQL (0.000889): select name, code, version from txp_plugin where status = 1]
[SQL (0.000107): select * from txp_section where name = 'default' limit 1]
[SQL (0.000617): select host from txp_log where ip='76.190.161.196' limit 1]
[SQL (0.000328): insert into txp_log set `time`=now(),page='/',ip='76.190.161.196',host='cpe-76-190-161-196.neo.res.rr.com',refer='',status='200',method='GET']
[SQL (0.000079): select user_html from txp_page where name='default']
[Page: default]
<txp:dru_random_text source="file" path="/home/jugglerd/public_html/opalcat/random_titles.txt" />
<txp:page_title/>
<txp:feed_link flavor="atom" format="link" label="Atom" />
<txp:feed_link flavor="rss" format="link" label="RSS" />
<txp:css format="link" />
<txp:text item="go_content" />
<txp:text item="go_nav" />
<txp:text item="go_search" />
<txp:output_form form="category_menu" />
[SQL (0.000070): select Form from txp_form where name='category_menu']
[Form: category_menu]
<txp:wow_menu js_arrays="0" sal="0" showcount="0" hide="54" />
[SQL (0.000095): select * from txp_category where idx is not NULL order by idx]
[SQL (0.000065): select name from txp_section where name is not NULL]
[SQL (0.000058): select name from txp_category where id = 54]
Tag error: <txp:wow_menu js_arrays="0" sal="0" showcount="0" hide="54" /> -> Notice: Undefined variable: denyactive on line 324
<txp:output_form form="cam_update" />
[SQL (0.000064): select Form from txp_form where name='cam_update']
[Form: cam_update]
<txp:php>
</txp:php>
<txp:output_form form="google_ad_menu" />
[SQL (0.000061): select Form from txp_form where name='google_ad_menu']
[Form: google_ad_menu]
<txp:output_form form="google120x240ad" />
[SQL (0.000063): select Form from txp_form where name='google120x240ad']
[Form: google120x240ad]
<txp:output_form form="top_menu" />
[SQL (0.000060): select Form from txp_form where name='top_menu']
[Form: top_menu]
<txp:etz_crumbs section="0" category="1" />
Tag error: <txp:etz_crumbs section="0" category="1" /> -> Notice: Undefined variable: output on line 104
Tag error: <txp:etz_crumbs section="0" category="1" /> -> Notice: Undefined variable: output on line 105
<txp:if_search>
[<txp:if_search>: false]
<txp:if_section name="tag">
[<txp:if_section name="tag">: false]
<txp:if_category>
[<txp:if_category>: false]
<txp:article status="sticky" form="sticky" />
[SQL (0.000080): select name from txp_section where on_frontpage != '1']
[SQL (0.004924): select *, unix_timestamp(Posted) as uPosted from textpattern where 1=1 and Status = 5 and Posted <= now() and Section != 'about' and Section != 'tag' and Section != 'guestbook' and Section != 'newsletter' and Section != 'google_search' order by Posted desc limit 0, 10]
[article 190]
[SQL (0.000070): select Form from txp_form where name='sticky']
[Form: sticky]
<txp:posted format="%A, %B %e, %Y" gmt="0" />
<txp:title/>
<txp:zem_prblock target="_blank" rel="external">
<txp:body/>
</txp:zem_prblock>
<txp:posted format="%r" gmt="0" />
<txp:image class="divider" id="12" />
[SQL (0.000080): select * from txp_image where id = 12 limit 1]
[article 181]
[Form: sticky]
<txp:posted format="%A, %B %e, %Y" gmt="0" />
<txp:title/>
<txp:zem_prblock target="_blank" rel="external">
<txp:body/>
</txp:zem_prblock>
<txp:posted format="%r" gmt="0" />
<txp:image class="divider" id="12" />
<txp:article limit="5" form="excerpt_cat" />
[SQL (0.002666): select count(*) from textpattern where 1=1 and Status = 4 and Posted <= now() and Section != 'about' and Section != 'tag' and Section != 'guestbook' and Section != 'newsletter' and Section != 'google_search']
[SQL (0.001310): select *, unix_timestamp(Posted) as uPosted from textpattern where 1=1 and Status = 4 and Posted <= now() and Section != 'about' and Section != 'tag' and Section != 'guestbook' and Section != 'newsletter' and Section != 'google_search' order by Posted desc limit 0, 5]
[article 188]
[SQL (0.000065): select Form from txp_form where name='excerpt_cat']
[Form: excerpt_cat]
<txp:permlink>
<txp:title/>
</txp:permlink>
<txp:permlink>
<txp:article_image align="left" class="articleimage" thumbnail="0" />
</txp:permlink>
<txp:rss_auto_excerpt words="75" showlinkwithexcerpt="0" />
<txp:category1 link="1" />
<txp:permlink>
</txp:permlink>
[article 187]
[Form: excerpt_cat]
<txp:permlink>
<txp:title/>
</txp:permlink>
<txp:permlink>
<txp:article_image align="left" class="articleimage" thumbnail="0" />
</txp:permlink>
<txp:rss_auto_excerpt words="75" showlinkwithexcerpt="0" />
<txp:category1 link="1" />
<txp:permlink>
</txp:permlink>
[article 186]
[Form: excerpt_cat]
<txp:permlink>
<txp:title/>
</txp:permlink>
<txp:permlink>
<txp:article_image align="left" class="articleimage" thumbnail="0" />
</txp:permlink>
<txp:rss_auto_excerpt words="75" showlinkwithexcerpt="0" />
<txp:category1 link="1" />
<txp:permlink>
</txp:permlink>
[article 185]
[Form: excerpt_cat]
<txp:permlink>
<txp:title/>
</txp:permlink>
<txp:permlink>
<txp:article_image align="left" class="articleimage" thumbnail="0" />
</txp:permlink>
<txp:rss_auto_excerpt words="75" showlinkwithexcerpt="0" />
<txp:category1 link="1" />
<txp:permlink>
</txp:permlink>
[article 184]
[Form: excerpt_cat]
<txp:permlink>
<txp:title/>
</txp:permlink>
<txp:permlink>
<txp:article_image align="left" class="articleimage" thumbnail="0" />
</txp:permlink>
<txp:rss_auto_excerpt words="75" showlinkwithexcerpt="0" />
<txp:category1 link="1" />
<txp:permlink>
</txp:permlink>
<txp:bit_rss feed="http://opalcat.livejournal.com/data/atom" limit="4" form="rss" />
[SQL (0.000169): select Form from txp_form where name='rss']
Tag error: <txp:bit_rss feed="http://opalcat.livejournal.com/data/atom" limit="4" form="rss" /> -> Notice: Undefined variable: cache_dir on line 21
Tag error: <txp:bit_rss feed="http://opalcat.livejournal.com/data/atom" limit="4" form="rss" /> -> Notice: Undefined variable: Title on line 89
Tag error: <txp:bit_rss feed="http://opalcat.livejournal.com/data/atom" limit="4" form="rss" /> -> Notice: Undefined variable: url_title on line 89
Tag error: <txp:bit_rss feed="http://opalcat.livejournal.com/data/atom" limit="4" form="rss" /> -> Textpattern Notice: tag is deprecated on line 2589
<txp:title/>
<txp:rss_auto_excerpt words="75" showlinkwithexcerpt="0" />
Tag error: <txp:rss_auto_excerpt words="75" showlinkwithexcerpt="0" /> -> Notice: Undefined index: excerpt on line 28
<txp:posted/>
Tag error: <txp:bit_rss feed="http://opalcat.livejournal.com/data/atom" limit="4" form="rss" /> -> Notice: Undefined variable: Title on line 89
Tag error: <txp:bit_rss feed="http://opalcat.livejournal.com/data/atom" limit="4" form="rss" /> -> Notice: Undefined variable: url_title on line 89
Tag error: <txp:bit_rss feed="http://opalcat.livejournal.com/data/atom" limit="4" form="rss" /> -> Textpattern Notice: tag is deprecated on line 2589
<txp:title/>
<txp:rss_auto_excerpt words="75" showlinkwithexcerpt="0" />
Tag error: <txp:rss_auto_excerpt words="75" showlinkwithexcerpt="0" /> -> Notice: Undefined index: excerpt on line 28
<txp:posted/>
Tag error: <txp:bit_rss feed="http://opalcat.livejournal.com/data/atom" limit="4" form="rss" /> -> Notice: Undefined variable: Title on line 89
Tag error: <txp:bit_rss feed="http://opalcat.livejournal.com/data/atom" limit="4" form="rss" /> -> Notice: Undefined variable: url_title on line 89
Tag error: <txp:bit_rss feed="http://opalcat.livejournal.com/data/atom" limit="4" form="rss" /> -> Textpattern Notice: tag is deprecated on line 2589
<txp:title/>
<txp:rss_auto_excerpt words="75" showlinkwithexcerpt="0" />
Tag error: <txp:rss_auto_excerpt words="75" showlinkwithexcerpt="0" /> -> Notice: Undefined index: excerpt on line 28
<txp:posted/>
Tag error: <txp:bit_rss feed="http://opalcat.livejournal.com/data/atom" limit="4" form="rss" /> -> Notice: Undefined variable: Title on line 89
Tag error: <txp:bit_rss feed="http://opalcat.livejournal.com/data/atom" limit="4" form="rss" /> -> Notice: Undefined variable: url_title on line 89
Tag error: <txp:bit_rss feed="http://opalcat.livejournal.com/data/atom" limit="4" form="rss" /> -> Textpattern Notice: tag is deprecated on line 2589
<txp:title/>
<txp:rss_auto_excerpt words="75" showlinkwithexcerpt="0" />
Tag error: <txp:rss_auto_excerpt words="75" showlinkwithexcerpt="0" /> -> Notice: Undefined index: excerpt on line 28
<txp:posted/>
<txp:bit_rss feed="http://opaldreams.livejournal.com/data/atom" limit="1" form="rss" />
[SQL (0.000110): select Form from txp_form where name='rss']
Tag error: <txp:bit_rss feed="http://opaldreams.livejournal.com/data/atom" limit="1" form="rss" /> -> Notice: Undefined variable: cache_dir on line 21
Tag error: <txp:bit_rss feed="http://opaldreams.livejournal.com/data/atom" limit="1" form="rss" /> -> Notice: Undefined variable: Title on line 89
Tag error: <txp:bit_rss feed="http://opaldreams.livejournal.com/data/atom" limit="1" form="rss" /> -> Notice: Undefined variable: url_title on line 89
Tag error: <txp:bit_rss feed="http://opaldreams.livejournal.com/data/atom" limit="1" form="rss" /> -> Textpattern Notice: tag is deprecated on line 2589
<txp:title/>
<txp:rss_auto_excerpt words="75" showlinkwithexcerpt="0" />
Tag error: <txp:rss_auto_excerpt words="75" showlinkwithexcerpt="0" /> -> Notice: Undefined index: excerpt on line 28
<txp:posted/>
<txp:bit_rss feed="http://opalcatgallery.livejournal.com/data/atom"
limit="3" form="rss_gallery" cache_dir="/home/vhosts/opalcat/www/textpattern/cache/" />
[SQL (0.000073): select Form from txp_form where name='rss_gallery']
Tag error: <txp:bit_rss feed="http://opalcatgallery.livejournal.com/data/atom"
limit="3" form="rss_gallery" cache_dir="/home/vhosts/opalcat/www/textpattern/cache/" /> -> Notice: Undefined variable: Title on line 89
Tag error: <txp:bit_rss feed="http://opalcatgallery.livejournal.com/data/atom"
limit="3" form="rss_gallery" cache_dir="/home/vhosts/opalcat/www/textpattern/cache/" /> -> Notice: Undefined variable: url_title on line 89
Tag error: <txp:bit_rss feed="http://opalcatgallery.livejournal.com/data/atom"
limit="3" form="rss_gallery" cache_dir="/home/vhosts/opalcat/www/textpattern/cache/" /> -> Textpattern Notice: tag is deprecated on line 2589
<txp:title/>
<txp:rss_auto_excerpt words="75" showlinkwithexcerpt="0" />
Tag error: <txp:rss_auto_excerpt words="75" showlinkwithexcerpt="0" /> -> Notice: Undefined index: excerpt on line 28
Tag error: <txp:bit_rss feed="http://opalcatgallery.livejournal.com/data/atom"
limit="3" form="rss_gallery" cache_dir="/home/vhosts/opalcat/www/textpattern/cache/" /> -> Notice: Undefined variable: Title on line 89
Tag error: <txp:bit_rss feed="http://opalcatgallery.livejournal.com/data/atom"
limit="3" form="rss_gallery" cache_dir="/home/vhosts/opalcat/www/textpattern/cache/" /> -> Notice: Undefined variable: url_title on line 89
Tag error: <txp:bit_rss feed="http://opalcatgallery.livejournal.com/data/atom"
limit="3" form="rss_gallery" cache_dir="/home/vhosts/opalcat/www/textpattern/cache/" /> -> Textpattern Notice: tag is deprecated on line 2589
<txp:title/>
<txp:rss_auto_excerpt words="75" showlinkwithexcerpt="0" />
Tag error: <txp:rss_auto_excerpt words="75" showlinkwithexcerpt="0" /> -> Notice: Undefined index: excerpt on line 28
Tag error: <txp:bit_rss feed="http://opalcatgallery.livejournal.com/data/atom"
limit="3" form="rss_gallery" cache_dir="/home/vhosts/opalcat/www/textpattern/cache/" /> -> Notice: Undefined variable: Title on line 89
Tag error: <txp:bit_rss feed="http://opalcatgallery.livejournal.com/data/atom"
limit="3" form="rss_gallery" cache_dir="/home/vhosts/opalcat/www/textpattern/cache/" /> -> Notice: Undefined variable: url_title on line 89
Tag error: <txp:bit_rss feed="http://opalcatgallery.livejournal.com/data/atom"
limit="3" form="rss_gallery" cache_dir="/home/vhosts/opalcat/www/textpattern/cache/" /> -> Textpattern Notice: tag is deprecated on line 2589
<txp:title/>
<txp:rss_auto_excerpt words="75" showlinkwithexcerpt="0" />
Tag error: <txp:rss_auto_excerpt words="75" showlinkwithexcerpt="0" /> -> Notice: Undefined index: excerpt on line 28
<txp:bit_rss feed="http://fff.fathom.org/forums/external.php?type=rss2" limit="5" form="rss_forum" />
[SQL (0.000130): select Form from txp_form where name='rss_forum']
Tag error: <txp:bit_rss feed="http://fff.fathom.org/forums/external.php?type=rss2" limit="5" form="rss_forum" /> -> Notice: Undefined variable: cache_dir on line 21
Tag error: <txp:bit_rss feed="http://fff.fathom.org/forums/external.php?type=rss2" limit="5" form="rss_forum" /> -> Notice: Undefined variable: Title on line 89
Tag error: <txp:bit_rss feed="http://fff.fathom.org/forums/external.php?type=rss2" limit="5" form="rss_forum" /> -> Notice: Undefined variable: url_title on line 89
Tag error: <txp:bit_rss feed="http://fff.fathom.org/forums/external.php?type=rss2" limit="5" form="rss_forum" /> -> Textpattern Notice: tag is deprecated on line 2589
<txp:title/>
<txp:posted/>
<txp:rss_auto_excerpt words="75" showlinkwithexcerpt="0" />
Tag error: <txp:rss_auto_excerpt words="75" showlinkwithexcerpt="0" /> -> Notice: Undefined index: excerpt on line 28
Tag error: <txp:bit_rss feed="http://fff.fathom.org/forums/external.php?type=rss2" limit="5" form="rss_forum" /> -> Notice: Undefined variable: Title on line 89
Tag error: <txp:bit_rss feed="http://fff.fathom.org/forums/external.php?type=rss2" limit="5" form="rss_forum" /> -> Notice: Undefined variable: url_title on line 89
Tag error: <txp:bit_rss feed="http://fff.fathom.org/forums/external.php?type=rss2" limit="5" form="rss_forum" /> -> Textpattern Notice: tag is deprecated on line 2589
<txp:title/>
<txp:posted/>
<txp:rss_auto_excerpt words="75" showlinkwithexcerpt="0" />
Tag error: <txp:rss_auto_excerpt words="75" showlinkwithexcerpt="0" /> -> Notice: Undefined index: excerpt on line 28
Tag error: <txp:bit_rss feed="http://fff.fathom.org/forums/external.php?type=rss2" limit="5" form="rss_forum" /> -> Notice: Undefined variable: Title on line 89
Tag error: <txp:bit_rss feed="http://fff.fathom.org/forums/external.php?type=rss2" limit="5" form="rss_forum" /> -> Notice: Undefined variable: url_title on line 89
Tag error: <txp:bit_rss feed="http://fff.fathom.org/forums/external.php?type=rss2" limit="5" form="rss_forum" /> -> Textpattern Notice: tag is deprecated on line 2589
<txp:title/>
<txp:posted/>
<txp:rss_auto_excerpt words="75" showlinkwithexcerpt="0" />
Tag error: <txp:rss_auto_excerpt words="75" showlinkwithexcerpt="0" /> -> Notice: Undefined index: excerpt on line 28
Tag error: <txp:bit_rss feed="http://fff.fathom.org/forums/external.php?type=rss2" limit="5" form="rss_forum" /> -> Notice: Undefined variable: Title on line 89
Tag error: <txp:bit_rss feed="http://fff.fathom.org/forums/external.php?type=rss2" limit="5" form="rss_forum" /> -> Notice: Undefined variable: url_title on line 89
Tag error: <txp:bit_rss feed="http://fff.fathom.org/forums/external.php?type=rss2" limit="5" form="rss_forum" /> -> Textpattern Notice: tag is deprecated on line 2589
<txp:title/>
<txp:posted/>
<txp:rss_auto_excerpt words="75" showlinkwithexcerpt="0" />
Tag error: <txp:rss_auto_excerpt words="75" showlinkwithexcerpt="0" /> -> Notice: Undefined index: excerpt on line 28
Tag error: <txp:bit_rss feed="http://fff.fathom.org/forums/external.php?type=rss2" limit="5" form="rss_forum" /> -> Notice: Undefined variable: Title on line 89
Tag error: <txp:bit_rss feed="http://fff.fathom.org/forums/external.php?type=rss2" limit="5" form="rss_forum" /> -> Notice: Undefined variable: url_title on line 89
Tag error: <txp:bit_rss feed="http://fff.fathom.org/forums/external.php?type=rss2" limit="5" form="rss_forum" /> -> Textpattern Notice: tag is deprecated on line 2589
<txp:title/>
<txp:posted/>
<txp:rss_auto_excerpt words="75" showlinkwithexcerpt="0" />
Tag error: <txp:rss_auto_excerpt words="75" showlinkwithexcerpt="0" /> -> Notice: Undefined index: excerpt on line 28
</txp:if_category>
<txp:if_category name="Creative-Writing">
[<txp:if_category name="Creative-Writing">: false]
</txp:if_category>
<txp:if_category name="Web">
[<txp:if_category name="Web">: false]
</txp:if_category>
<txp:if_category name="Health">
[<txp:if_category name="Health">: false]
</txp:if_category>
<txp:if_category name="Art">
[<txp:if_category name="Art">: false]
</txp:if_category>
<txp:if_category name="Personal">
[<txp:if_category name="Personal">: false]
</txp:if_category>
<txp:if_category name="Fun">
[<txp:if_category name="Fun">: false]
</txp:if_category>
</txp:if_section>
</txp:if_search>
<txp:search_input/>
[SQL (0.000075): select form from txp_form where `name` = 'search_input' limit 1]
<txp:if_individual_article>
[<txp:if_individual_article>: false]
<txp:older>
<txp:text item="older" />
</txp:older>
<txp:newer>
</txp:newer>
</txp:if_individual_article>
<txp:output_form form="copyright" />
[SQL (0.000058): select Form from txp_form where name='copyright']
[Form: copyright]
<txp:php>
</txp:php>
<txp:output_form form="google-analytics" />
[SQL (0.000062): select Form from txp_form where name='google-analytics']
[Form: google-analytics]
[ ~~~ secondpass ~~~ ]
-->
—
WebKat
Offline
#4 2008-05-09 19:36:01
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: Upgraded to 4.0.6, now all my article titles don't show up
I remember your previous post about this. I’ll try and do some more thinking…
Not related, but your article pages are loading terribly slow. Have you read this FAQ?
Last edited by els (2008-05-09 19:55:06)
Offline
#5 2008-05-09 20:44:30
- WebKat
- Member
- Registered: 2007-01-16
- Posts: 301
Re: Upgraded to 4.0.6, now all my article titles don't show up
Thanks, I just did that. Let me know if you see a difference? I hope we can figure out this title thing :(
—
WebKat
Offline
#6 2008-05-09 21:10:50
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: Upgraded to 4.0.6, now all my article titles don't show up
OpalCat wrote:
Thanks, I just did that. Let me know if you see a difference?
Yes, it’s much better now.
I don’t know, I’m trying now to figure out if your articles with visible titles somehow differ from the ones with invisible titles, but so far I’m having no luck… can you spot any differences?
I’ve also been going through the changes in 4.0.5 because that’s when this started to happen, but in the changes mentioned here I don’t see anything that could possibly be related.
Could you also post your exact article form for the excerpted list on the front page, the one for the excerpted list on the category pages and the one for the individual articles?
And you don’t happen to use ‘Override form’ (in advanced options)?
Also I’m guessing that you are using quite a few plugins, have you tried disabling them one by one to see if it makes a difference?
Last edited by els (2008-05-09 21:12:59)
Offline
#7 2008-05-09 21:33:18
- WebKat
- Member
- Registered: 2007-01-16
- Posts: 301
Re: Upgraded to 4.0.6, now all my article titles don't show up
I disabled plugins one by one last time and it never made any difference.
I haven’t been able to tell any difference in the articles themselves, no.
I’ve never used the override thing to my knowledge, but in the options it is set to “allow form override.”
excerpt:
<h3><txp:permlink><txp:title /></txp:permlink></h3>
<blockquote><txp:permlink><txp:article_image align="left" class="articleimage" thumbnail="0" /></txp:permlink><txp:rss_auto_excerpt words="75" showlinkwithexcerpt="0" />
<p align="right" class="smallcaps"><txp:permlink>Read Article</txp:permlink> →</p></blockquote>
excerpt_cat:
<h3><txp:permlink><txp:title /></txp:permlink></h3>
<blockquote><txp:permlink><txp:article_image align="left" class="articleimage" thumbnail="0" /></txp:permlink><txp:rss_auto_excerpt words="75" showlinkwithexcerpt="0" />
<p align="right" class="smallcaps">(<txp:category1 link="1" />) <txp:permlink>Read Article</txp:permlink> →</p></blockquote>
default:
<p><txp:article_image class="articleimage2" escape="html" thumbnail="0" /></p>
<h3><txp:permlink><txp:title /></txp:permlink></h3>
<div align="right" class="smallcaps"> ~ <txp:posted format="%A, %B %e, %Y" gmt="0" /></div>
<div id="article-body">
<txp:if_article_category number="2" name="Reviews"><div id="moviereview"></txp:if_article_category>
<txp:zem_prblock target="_blank" rel="external">
<span class="x-small"><txp:etz_pg_if_paginated><txp:etz_pg_if_not_start>(<a
href="#pagelinks">cont'd</a>)</txp:etz_pg_if_not_start></txp:etz_pg_if_paginated></span>
<txp:etz_pg_body notrim="1" />
</txp:zem_prblock>
<txp:if_article_category number="2" name="Reviews"></div></txp:if_article_category>
<txp:rss_article_edit>Edit</txp:rss_article_edit>
<a name="pagelinks"><!-- --></a>
<span class="x-small">
<txp:etz_pg_if_paginated><txp:etz_pg_if_not_end>continued:</txp:etz_pg_if_not_end></txp:etz_pg_if_paginated></span>
<txp:etz_pg_pages noextremes="1" />
<div align="right" id="switchmode"><txp:etz_pg_switchmode all="single page view" split="multi-page view"/>
</div>
<p align="right">— <span class="small"><txp:posted format="%r" gmt="0" /><br /><span class="fadedtext">[<txp:custom_field name="countxx" />]</span><br></span></p>
<p><txp:mrh_email_article_link textlink="email a link to this page" classname="x-small" mymessage="Someone thought you might want to read this:" prepend="yes" /></p><p></p>
<div id="tru_tags"><txp:tru_tags_if_has_tags>
tags: <txp:tru_tags_from_article />
</txp:tru_tags_if_has_tags></div>
<p><txp:output_form form="ako_social_txt" /></p>
<p><txp:output_form form="subscribe-shortform" /></p>
<txp:comments_invite wraptag="p" />
<txp:dzd_counter_view force="1" />
<div align="center"><txp:image class="divider" id="12" /></div></div>
—
WebKat
Offline
#8 2008-05-09 21:37:54
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: Upgraded to 4.0.6, now all my article titles don't show up
OpalCat wrote:
I’ve never used the override thing to my knowledge, but in the options it is set to “allow form override.”
And in the ‘write’ screen under ‘advanced options’, the ‘override form’ field is not accidentally filled for some articles?
I don’t see anything wrong with your forms either…
Offline
#9 2008-05-09 22:11:53
- WebKat
- Member
- Registered: 2007-01-16
- Posts: 301
Re: Upgraded to 4.0.6, now all my article titles don't show up
Nope. I have the plugin that automatically expands the Advanced options, so I can see that field every time I’m at the Write page. It’s empty on all of the articles.
—
WebKat
Offline
Re: Upgraded to 4.0.6, now all my article titles don't show up
But then there is this bizarre phenomenon:
http://opalcat.com/index.php?c=Movies
Do all those articles use the same form and do they all have the same status (live?). If you compare those movie articles side by side. Are there any differences in the advanced options (fields filled out for one article, but not for the other?) or anything else that differs apart from body/excerpt content?
Offline
Re: Upgraded to 4.0.6, now all my article titles don't show up
Has the doctype changed since 4.0.4? If it has then all the validation errors could make a difference. Whether it is something else or not, it would be a good idea to make your site validate You may discover something while you correct the errors.
Offline
Re: Upgraded to 4.0.6, now all my article titles don't show up
If the title doesn’t appear in the HTML source, no amount of fixing validation errors will solve that.
Offline