Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: updating 4.4.1 > 4.6.2
colak wrote #311114:
Or you may change the privileges of the user to 1 (publisher).
that helped. still working on other issues.
…. texted postive
Offline
Re: updating 4.4.1 > 4.6.2
i have made progress. On locallhost and on babaleo.com my live test site
i have the site working after update to 4.6.2 but the Home section and the Client sections are blank. Can’t puzzle out why?Last edited by bici (2018-04-17 23:08:12)
…. texted postive
Offline
Re: updating 4.4.1 > 4.6.2
i just noticed that the two sections that are not showing up are Sticky status.
also if i use the full url for the home page it shows up :
…. texted postive
Offline
Re: updating 4.4.1 > 4.6.2
are there errors in these old tags that i am might be missing?
Page is not rendering:
<txp:output_form form="meta" />
<body id="<txp:if_section name="">front<txp:else /><txp:section /></txp:if_section>">
<div id="accessibility">
<ul>
<li><a href="#content"><txp:text item="go_content" /></a></li>
<li><a href="#sidebar-1"><txp:text item="go_nav" /></a></li>
<li><a href="#sidebar-2"><txp:text item="go_search" /></a></li>
</ul>
</div>
<div id="container">
<!-- head -->
<txp:output_form form="head-new" />
<div id="content">
<txp:if_category>
<h2><txp:category title="1" /></h2>
<div class="hfeed">
<txp:article form="article_listing" limit="5" />
</div>
<txp:else />
</txp:if_search>
<div class="hfeed">
<txp:article limit="1" form="static_article" status="sticky" id="3" />
</div>
</txp:if_category>
<txp:if_individual_article>
<div class="divider"><img src="<txp:site_url />images/1.gif" width="400" height="1" alt="---" title="" /></div>
<p><txp:link_to_prev>« <txp:prev_title /></txp:link_to_prev>
<txp:link_to_next><txp:next_title /> »</txp:link_to_next></p>
<txp:else />
<p><txp:older>« <txp:text item="older" /></txp:older>
<txp:newer><txp:text item="newer" /> »</txp:newer></p>
</txp:if_individual_article>
</div>
</div>
<!-- footer -->
<div id="foot"> </div>
…. texted postive
Offline
Re: updating 4.4.1 > 4.6.2
Have you turned ON debugging mode in the Preferences > Site ?
That may help tracking issues.
Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
phiw13 on Codeberg
Offline
Re: updating 4.4.1 > 4.6.2
phiw13 wrote #311151:
Have you turned ON debugging mode in the Preferences > Site ?
That may help tracking issues.
big time errors.
Tag error: <txp:rsd /> -> Textpattern Notice: tag is deprecated while parsing form meta on page default
textpattern/publish/taghandlers.php:5025 trigger_error()
rsd()
textpattern/vendors/Textpattern/Tag/Registry.php:83 call_user_func()
textpattern/lib/txplib_publish.php:514 Textpattern\Tag\Registry->process()
textpattern/lib/txplib_publish.php:463 processTags()
textpattern/lib/txplib_misc.php:4415 parse()
textpattern/publish/taghandlers.php:487 parse_form()
output_form()
textpattern/vendors/Textpattern/Tag/Registry.php:83 call_user_func()
textpattern/lib/txplib_publish.php:514 Textpattern\Tag\Registry->process()
Tag error: <txp:article limit=1 form=“static_article” status=“sticky” id=“2” /> -> Textpattern Warning: Attribute values must be quoted. while parsing form None on page default
textpattern/lib/txplib_misc.php:2556 trigger_error()
textpattern/lib/txplib_publish.php:514 splat()
textpattern/lib/txplib_publish.php:463 processTags()
textpattern/publish/taghandlers.php:4198 parse()
if_category()
textpattern/vendors/Textpattern/Tag/Registry.php:83 call_user_func()
textpattern/lib/txplib_publish.php:514 Textpattern\Tag\Registry->process()
textpattern/lib/txplib_publish.php:463 processTags()
textpattern/lib/txplib_misc.php:4476 parse()
textpattern/publish.php:562 parse_page()
Tag error: <txp:article limit=1 form=“static_article” status=“sticky” id=“2” /> -> Textpattern Notice: Unknown tag attribute: id. while parsing form None on page default
textpattern/lib/txplib_misc.php:2152 trigger_error()
textpattern/publish.php:754 lAtts()
textpattern/publish.php:1110 doArticles()
textpattern/publish.php:696 parseArticles()
article()
textpattern/vendors/Textpattern/Tag/Registry.php:83 call_user_func()
textpattern/lib/txplib_publish.php:514 Textpattern\Tag\Registry->process()
textpattern/lib/txplib_publish.php:463 processTags()
textpattern/publish/taghandlers.php:4198 parse()
if_category()
Tag error: <txp:article limit=1 form=“static_article” status=“sticky” id=“2” /> -> Textpattern Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘) LIMIT 0, 1’ at line 1 while parsing form None on page default
textpattern/lib/txplib_db.php:409 trigger_error()
textpattern/lib/txplib_db.php:1126 safe_query()
textpattern/lib/txplib_db.php:975 startRows()
textpattern/publish.php:971 safe_rows_start()
textpattern/publish.php:1110 doArticles()
textpattern/publish.php:696 parseArticles()
article()
textpattern/vendors/Textpattern/Tag/Registry.php:83 call_user_func()
textpattern/lib/txplib_publish.php:514 Textpattern\Tag\Registry->process()
textpattern/lib/txplib_publish.php:463 processTags()
…. texted postive
Offline
Re: updating 4.4.1 > 4.6.2
Not that many…
The first one (<txp:rsd />) is a notice. Don’t think you need that tag.
The rest is a cascade; the first issue creates the mess. You have an unquoted attribute there: <txp:article limit=1; fix that and things should improve. Then you have that issue with an id attribute. Doc is here.
Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
phiw13 on Codeberg
Offline
Re: updating 4.4.1 > 4.6.2
phiw13 wrote #311154:
Not that many…
The first one (
<txp:rsd />) is a notice. Don’t think you need that tag.The rest is a cascade; the first issue creates the mess. You have an unquoted attribute there:
<txp:article limit=1; fix that and things should improve. Then you have that issue with anidattribute. Doc is here.
<txp:article limit=“1” form=“static_article” status=“sticky” id=“2” />
… still produces errors
…. texted postive
Offline
Re: updating 4.4.1 > 4.6.2
bici wrote #311155:
<txp:article limit=“1” form=“static_article” status=“sticky” id=“2” />
… still produces errors
That is expected… There is NO id attribute for that tag.
Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
phiw13 on Codeberg
Offline
Re: updating 4.4.1 > 4.6.2
oh ? .. removing the ID ref. worked much better. But it output the wrong sticky entry. One that was for the Clients list. So i have Article D 2 which is for the Home page. and Article ID 3 for the Clients section. How to select the appropriate article to output? both are sticky status
…so close
…. texted postive
Offline
Re: updating 4.4.1 > 4.6.2
so. now i have the sticky article on my Clients Page/Section . The last issues is that the same sticky article is appearing on the home page. instaed of the other sticky article meant for the home page.
…sooooo close
…. texted postive
Offline
Re: updating 4.4.1 > 4.6.2
WOOT! UPDATE I solved this last issue by using offset=“1”
now on the sections that are working i get an error along the the lines of:
Tag error: <txp:upm_article_image form=“article_image_form” wraptag=“ul”
any clues of why? The page works otherwise.
…. texted postive
Offline
Re: updating 4.4.1 > 4.6.2
bici wrote #311159:
WOOT! UPDATE I solved this last issue by using offset=“1”
That is one option. I would have suggested using <txp:article_custom />, which does have an ID attribute.
Dunno about your other issue. What is the actual error?
Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
phiw13 on Codeberg
Offline
Re: updating 4.4.1 > 4.6.2
they seem to be related to :
Tag error: <txp:upm_article_image form="article_image_form" wraptag="ul" class="thumbs noscript" /> -> Textpattern Notice: unregistered_tag while parsing form gallery on page master
…. texted postive
Offline
Re: updating 4.4.1 > 4.6.2
Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
phiw13 on Codeberg
Offline