Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Article Manager 1:
Help - Publishing Error

 

 


HazmatShip
User

Aug 22, 2006, 7:52 AM

Post #1 of 2 (938 views)
Shortcut
Help - Publishing Error Can't Post

When I try to publish a new article I get this message:

Program Message

Unable to publish! Template 'index/default.html' does not contain a 'row' cell. Please refer to the online help for more information on TemplateCells.


The article appears in the article manager list, but does not show up on our site. Yes, it is listed as visible. How can I fix this?


Donna
Staff / Moderator


Aug 22, 2006, 4:40 PM

Post #2 of 2 (929 views)
Shortcut
Re: [HazmatShip] Help - Publishing Error [In reply to] Can't Post

Hi there,

Thanks for your post. :)

This error is occuring because the row template cell (and possibly others) in the index/default.html file has been removed.

To fix this problem, open up the index/default.html template file in an HTML/text editor of your choice. Make sure the following code (the entire code) is included within the HTML of the template file:


Code
  <!-- template insert : $article_list$ --> 
<!-- templatecell : row -->
<span class="summary_breadcrumb"><a name="$art_num$">$cat_breadcrumb$</a></span><br>
<span class="summary_title"><a href="$detail_link$">$art_name$</a></span><br>
<span class="summary">$art_summary$</span><br>

<span class="summary_date">$art_date$, $art_time$<br clear="all"><br></span>
<!-- /templatecell : row -->

<!-- templatecell : row_summary -->
<span class="summary_breadcrumb"><a name="$art_num$">$cat_breadcrumb$</a></span><br>
<span class="summary_title">$art_name$</span><br>
<span class="summary">$art_summary$</span><br>
<span class="summary_date">$art_date$, $art_time$<br clear="all"><br></span>

<!-- /templatecell : row_summary -->

<!-- templatecell : row_link -->
<span class="summary_breadcrumb"><a name="$art_num$">$cat_breadcrumb$</a></span><br>
<span class="summary_title">$art_name$</span><br>
<span class="summary">$art_summary$</span>
<span class="summary">[&nbsp;<a href="$detail_link$" target="_blank">Visit&nbsp;Website</a>&nbsp;]</span><br>

<span class="summary_date">$art_date$, $art_time$<br clear="all"><br></span>
<!-- /templatecell : row_link -->

<!-- templatecell : row_ufile -->
<span class="summary_breadcrumb"><a name="$art_num$">$cat_breadcrumb$</a></span><br>
<span class="summary_title">$art_name$</span><br>
<span class="summary">$art_summary$</span>
<span class="summary">[&nbsp;<a href="$detail_link$" target="_blank">Download/View&nbsp;File</a>&nbsp;]</span><br>

<span class="summary_date">$art_date$, $art_time$<br clear="all"><br></span>
<!-- /templatecell : row_ufile -->

<!-- templatecell : not_found -->
<span class="summary">Sorry, no articles were found.</span><br>
<!-- /templatecell : not_found -->

<!-- templatecell : img_caption -->
<table border=0 cellspacing=2 cellpadding=0 width=$img_width$ align=$img_align$>

<tr><td><img src="$img_url$" height="$img_height$" width="$img_width$" border=1></td></tr>
<tr><td><span class="image_caption">$img_caption$</span></td></tr>
</table>
<!-- /templatecell : img_caption -->
<!-- templatecell : img_nocaption -->
<table border=0 cellspacing=2 cellpadding=0 width=$img_width$ align=$img_align$>
<tr><td><img src="$img_url$" height="$img_height$" width="$img_width$" border=1></td></tr>
</table>

<!-- /templatecell : img_nocaption -->



You can also refer to your original (unmodified) index/default.html template file for this code, and simply just copy and paste the appropriate code from the old template file to your existing one.

When modifying the template files it's important not to remove any of the <!-- templatecell --> code, this code is unique code that is used by the program to determine the placement and output of data. Additionally, it's also a good idea to make backups and test often, therefore, if you do happen to make an error you can always revert back to a back up you made 5 minutes ago.

I hope this helps! Let me know if you have any other questions or concerns. :)

Donna

--
support@interactivetools.com