Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2008-08-21 19:36:39

Kuo
Member
Registered: 2008-03-14
Posts: 44

Web site dissapear?

Hi!
I have a little problem with textpattern. When i publish my last article (49) my site down, disappear. The page is all white!!. see http://www.tintamojada.net

But when i put it “draft” the web site appear again. What going on?

Somebody help?

Offline

#2 2008-08-21 20:28:05

MattD
Plugin Author
From: Monterey, California
Registered: 2008-03-21
Posts: 1,254
Website

Re: Web site dissapear?

Any php or txp tags in the article?


My Plugins

Piwik Dashboard, Google Analytics Dashboard, Minibar, Article Image Colorpicker, Admin Datepicker, Admin Google Map, Admin Colorpicker

Offline

#3 2008-08-21 21:01:30

Kuo
Member
Registered: 2008-03-14
Posts: 44

Re: Web site dissapear?

Txp tags txp:the_video only. I use it frequently.

Now i discovered that the article was publish see http://www.tintamojada.net/articulos/49/la-vida-es-un-ratito-juanes But its in the main page(all white).

About category, i have eight, six seem to work all right(even with the main page down), see http://www.tintamojada.net/articulos But two of them isnt work(like the main page) see http://www.tintamojada.net/categor%c3%ada/Reflexiones/ and http://www.tintamojada.net/categor%c3%ada/Sociedad/ The last article was publish in this two category.

Offline

#4 2008-08-21 22:31:56

MattD
Plugin Author
From: Monterey, California
Registered: 2008-03-21
Posts: 1,254
Website

Re: Web site dissapear?

Try this


My Plugins

Piwik Dashboard, Google Analytics Dashboard, Minibar, Article Image Colorpicker, Admin Datepicker, Admin Google Map, Admin Colorpicker

Offline

#5 2008-08-22 16:08:06

Kuo
Member
Registered: 2008-03-14
Posts: 44

Re: Web site dissapear?

I did it. I had set Production Status to Testing but the main page still blank. I went admin >> Diagnostic >> and all diagnostic error pass (low and high).

Unclosed tags error…Mmmmmm my main template:

<txp:output_form form=“x-head” />
<txp:output_form form=“x-body2” />
<div id=“center_content”>
<div class=“left_box”>
<txp:output_form form=“x-navigation” />
</div>
<div class=“right_box”>

<txp:article limit=“7” pgonly=“1”/>

<h3><p class=“breadcrumb”>Navegando en: <txp:ivo_crumbs /> </p></h3>

<txp:article limit=“7” searchsticky=“1” listform=“excerpt” />
<p class=“mininavigation”><txp:older>&laquo; <txp:text item=“older” /></txp:older>
<span><txp:newer><txp:text item=“newer” /> &raquo;</txp:newer></span></p>

<div class=“float_box1”> <h2> :: Videos Enlaces</h2> <script type=“text/javascript”><!— google_ad_client = “pub-6283391642513510”; /* 300×250, creado 5/08/08 */ google_ad_slot = “5733100950”; google_ad_width = 300; google_ad_height = 250; //—> </script> <script type=“text/javascript” src=“http://pagead2.googlesyndication.com/pagead/show_ads.js”> </script> </div> <div class=“float_box2”> <h2> ::</h2> <txp:the_video from=“y” id=“48bbJwrZafo” w=“330” h=“255” /> </div>

<div id=“form”> <div class=“clear”></div> </div></div>

<div class=“spacer”> </div> <txp:output_form form=“x-footer” />

<center>&nbsp;&nbsp;&nbsp;&nbsp;<a href=“http://www.avahost.net/aff/hosting125-1.html” title=“Web Hosting AvaHost.Net” target=”_blank”><img src=“http://www.avahost.net/aff/banners/imgcontainer.php?group_id=1&banner_id=51&aff_id=125” width=“120” height=“60” border=“0” /></a>&nbsp;<a href=http://amigos.com/go/g1003846 target=_top><img src=http://adserver.amigos.com/banner.cgi?lang=english&size=468×60 border=0></a></center>

Offline

#6 2008-08-22 16:15:46

Kuo
Member
Registered: 2008-03-14
Posts: 44

Re: Web site dissapear?

God!

I cut “<txp:article limit=“7” searchsticky=“1” listform=“excerpt” />” and my main page appeared! But without articles see www.tintamojada.net

Offline

#7 2008-08-22 16:16:52

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

Re: Web site dissapear?

What do you have in your “excerpt” form?


La música ideas portará y siempre continuará

TXP Builders – finely-crafted code, design and txp

Offline

#8 2008-08-22 16:22:29

Kuo
Member
Registered: 2008-03-14
Posts: 44

Re: Web site dissapear?

This:

<div class=“excerpt”>
<h3><txp:permlink><txp:title /></txp:permlink></h3>

<txp:if_excerpt>
<txp:excerpt />
<txp:else />
<txp:rss_auto_excerpt length=“500” showlinkwithexcerpt=“0” />
</txp:if_excerpt>

<p class=“foot_article”><span class=“posted”><txp:text item=“Publicado por Kuo”/> <txp:posted /></span>| <span class=“comment”><txp:comments_invite showcount=“1” textonly=“0” /></span></p>
</div><!—/excerpt—>

Offline

#9 2008-08-22 17:04:16

MattD
Plugin Author
From: Monterey, California
Registered: 2008-03-21
Posts: 1,254
Website

Re: Web site dissapear?

I don’t see any issues. What’s the point of <txp:text />?


My Plugins

Piwik Dashboard, Google Analytics Dashboard, Minibar, Article Image Colorpicker, Admin Datepicker, Admin Google Map, Admin Colorpicker

Offline

#10 2008-08-22 19:44:15

Kuo
Member
Registered: 2008-03-14
Posts: 44

Re: Web site dissapear?

Well, really, i don`t know. I only download a template from Textgarden and install it. But what happen with <txp:text />? it can be the faulty? I had publish more than 30 articles and the main page never get blank till the last one.

Offline

#11 2008-08-22 20:00:17

Kuo
Member
Registered: 2008-03-14
Posts: 44

Re: Web site dissapear?

Now i get this:

tag_error <txp:article limit=“7” searchsticky=“1” listform=“excerpt” /> -> Warning: Division by zero on line 671

Offline

Board footer

Powered by FluxBB