Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8530403
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T09:14:35+00:00 2026-06-11T09:14:35+00:00

I’ve been dealing with a plone upgrade and I think I’m almost done cleaning

  • 0

I’ve been dealing with a plone upgrade and I think I’m almost done cleaning things up.

This latest error is getting me…

In the main_template I get an error:

Macro Expansion failed
exceptions.NameError: name 'pathexpr' is not defined

I traced it back to coming from the portlets_fetcher template. This one came out of the box but it’s still throwing the error.

I don’t get it, I see right there:

tal:define="pathexpr python:slot[0];
            usemacro python:slot[1];"

anyone know why I’m getting this?

My troubleshooting, I got the error trying to edit the custom main_template. I didn’t see pathexpr anywhere so I used the find tab on the skins folder and the only result was for portlets_fetcher. I copied portlets_fetcher to custom and saw the same error there.

edit: Here is the portlets_fetcher template:

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"
      xmlns:tal="http://xml.zope.org/namespaces/tal"
      xmlns:metal="http://xml.zope.org/namespaces/metal"
      xmlns:i18n="http://xml.zope.org/namespaces/i18n"
      i18n:domain="plone">
<body>
<metal:leftcolumn define-macro="left_column"
   tal:define="Iterator python:modules['Products.CMFPlone'].IndexIterator;
               tabindex python:Iterator(pos=10000, mainSlot=False);"0
   tal:condition="sl|nothing">
    <metal:block tal:repeat="slot sl">
        <tal:dontcrash tal:on-error="structure python:context.plone_log('Error %s on %s while rendering portlet %s'%(error.type, error.value, slot[0])) or
                                            '&lt;div class=\'error\'&gt;Error %s on %s: %s&lt;/div&gt;' % (error.type, slot[0], error.value)"
                       tal:define="pathexpr python:slot[0];
                                   usemacro python:slot[1];">
        <tal:block tal:condition="usemacro">
            <metal:block metal:use-macro="python:path(pathexpr)" />
        </tal:block>
        <span tal:condition="not: usemacro"
              tal:replace="structure python:path(pathexpr)" />
        </tal:dontcrash>
    </metal:block>
</metal:leftcolumn>

<metal:rightcolumn define-macro="right_column"
   tal:define="Iterator python:modules['Products.CMFPlone'].IndexIterator;
               tabindex python:Iterator(pos=20000, mainSlot=False);"
   tal:condition="sr">
    <metal:block tal:repeat="slot sr">
        <tal:dontcrash tal:define="pathexpr python:slot[0];
                                   usemacro python:slot[1];">
        <tal:block tal:condition="usemacro">
            <metal:block metal:use-macro="python:path(pathexpr)" />
        </tal:block>
        <span tal:condition="not: usemacro"
              tal:replace="structure python:path(pathexpr)" />
        </tal:dontcrash>
    </metal:block>
</metal:rightcolumn>

</body>
</html>

and here is the main_template:

<metal:page define-macro="master"><metal:doctype define-slot="doctype"><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"></metal:doctype>
<metal:block define-slot="top_slot" />
<metal:block use-macro="here/global_defines/macros/defines" />
<html xmlns="http://www.w3.org/1999/xhtml"
      xml:lang="en"
      lang="en"
      tal:attributes="lang language;
                      xml:lang language">
  <tal:cache tal:define="lang language;
                         charset site_properties/default_charset|string:utf-8">
    <metal:cache use-macro="here/global_cache_settings/macros/cacheheaders">
      Get the global cache headers located in global_cache_settings.
    </metal:cache>
  </tal:cache>
  <head metal:use-macro="here/header/macros/html_header">
    <metal:fillbase fill-slot="base">
      <metal:baseslot define-slot="base">
        <base href="" tal:attributes="href here/renderBase" />
      </metal:baseslot>
    </metal:fillbase>
    <metal:headslot fill-slot="head_slot">
      <metal:headslot define-slot="head_slot" />
      <tal:comment replace="nothing"> A slot where you can insert elements in the header from a template </tal:comment>
    </metal:headslot>
    <metal:styleslot fill-slot="style_slot">
      <tal:comment replace="nothing"> A slot where you can insert CSS in the header from a template </tal:comment>
      <metal:styleslot define-slot="style_slot" />
    </metal:styleslot>
    <metal:cssslot fill-slot="css_slot">
      <tal:comment replace="nothing"> This is deprecated, please use style_slot instead. </tal:comment>
      <metal:cssslot define-slot="css_slot" />
    </metal:cssslot>
    <metal:javascriptslot fill-slot="javascript_head_slot">
      <tal:comment replace="nothing"> A slot where you can insert javascript in the header from a template </tal:comment>
      <metal:javascriptslot define-slot="javascript_head_slot" />
    </metal:javascriptslot>
  </head>
  <body tal:attributes="class here/getSectionFromURL;
                        dir python:test(isRTL, 'rtl', 'ltr')">
    <div id="visual-portal-wrapper">
      <div id="portal-top" i18n:domain="plone">
        <div id="portal-header">
            <p class="hiddenStructure">
                <a accesskey="2"
                   tal:attributes="href string:${current_page_url}#documentContent"
                   i18n:translate="label_skiptocontent">Skip to content.</a> |
                <a accesskey="6"
                   tal:attributes="href string:${current_page_url}#portlet-navigation-tree"
                   i18n:translate="label_skiptonavigation">Skip to navigation</a>
            </p>
             <div metal:use-macro="here/global_siteactions/macros/site_actions">
               Site-wide actions (Contact, Sitemap, Help, Style Switcher etc)
             </div>
             <!--div metal:use-macro="here/global_searchbox/macros/quick_search">
               The quicksearch box, normally placed at the top right
             </div-->
             <a metal:use-macro="here/global_logo/macros/portal_logo">
               The portal logo, linked to the portal root
             </a>
             <!--div metal:use-macro="here/global_skinswitcher/macros/skin_tabs">
               The skin switcher tabs. Based on which role you have, you
               get a selection of skins that you can switch between.
             </div-->
             <div metal:use-macro="here/global_sections/macros/portal_tabs">
               The global sections tabs. (Welcome, News etc)
             </div>
          </div>
          <div metal:use-macro="here/global_personalbar/macros/personal_bar">
            The personal bar. (log in, logout etc...)
          </div>
          <!--div metal:use-macro="here/global_pathbar/macros/path_bar">
            The breadcrumb navigation ("you are here")
          </div-->
      </div>
      <!--div class="visualClear" id="clear-space-before-wrapper-table" /-->
      <tal:comment replace="nothing">
      The wrapper table. It contains the three columns. There's a table-less
      alternative in the plone_tableless skin layer that you can use if you
      prefer layouts that don't use tables.
      </tal:comment>
      <table id="portal-columns">
        <tbody>
          <tr>
            <tal:comment replace="nothing"> Start of the left column </tal:comment>
            <td id="portal-column-one"
                metal:define-slot="column_one_slot"
                tal:condition="sl">
              <div class="visualPadding">
                <metal:portlets define-slot="portlets_one_slot">
                  <metal:leftportlets use-macro="here/portlets_fetcher/macros/left_column">
                    This instruction gets the portlets (boxes) for the left column.
                  </metal:leftportlets>
                </metal:portlets>
                &nbsp;
              </div>
            </td>
            <tal:comment replace="nothing"> End of the left column </tal:comment>
            <tal:comment replace="nothing"> Start of main content block </tal:comment>
            <td id="portal-column-content"
                tal:define="tabindex python:Iterator(pos=0, mainSlot=True)">
              <metal:block define-slot="content">
                <div id="content"
                     metal:define-macro="content"
                     tal:define="show_border python:here.showEditableBorder(template_id=template_id, actions=actions );"
                     tal:attributes="class python:test(show_border,'documentEditable','')">
                  <metal:ifborder tal:condition="show_border" >

                    <tal:block tal:condition="not:here/isAnonymousUser">
                    <div metal:use-macro="here/global_contentviews/macros/content_views">
                      The content views (View, Edit, Properties, Workflow)
                    </div>
                    <div metal:use-macro="here/global_contentviews/macros/content_actions">
                      The content bar
                    </div>

                    </tal:block>

                  </metal:ifborder>
                  <div class="documentContent" id="region-content">
                    <a name="documentContent"></a>
                    <div metal:use-macro="here/global_statusmessage/macros/portal_message">
                      Portal status message
                    </div>

                    <metal:bodytext metal:define-slot="main" tal:content="nothing">
                      Page body text
                    </metal:bodytext>
                    <metal:sub metal:define-slot="sub">
                      <metal:discussion use-macro="here/viewThreadsAtBottom/macros/discussionView" />
                    </metal:sub>
                  </div>
                </div>
              </metal:block>
            </td>
            <tal:comment replace="nothing"> End of main content block </tal:comment>
            <tal:comment replace="nothing"> Start of right column </tal:comment>
            <td id="portal-column-two"
                metal:define-slot="column_two_slot"
                tal:condition="sr">
              <div class="visualPadding">
                <metal:portlets define-slot="portlets_two_slot">
                  <metal:rightportlets use-macro="here/portlets_fetcher/macros/right_column">
                    This instruction gets the portlets (boxes) for the right column.
                  </metal:rightportlets>
                </metal:portlets>
                &nbsp;
              </div>
            </td>
            <tal:comment replace="nothing"> End of the right column </tal:comment>
          </tr>
        </tbody>
      </table>
      <tal:comment replace="nothing"> end column wrapper </tal:comment>
      <div class="visualClear" id="clear-space-before-footer"><!-- --></div>

      <hr class="netscape4" />
      <metal:block i18n:domain="plone">
        <metal:footer use-macro="here/footer/macros/portal_footer">
          Footer
        </metal:footer>
        <metal:colophon use-macro="here/colophon/macros/colophon">
          The colophon area - contains details about the production of
          the site. Typically "powered by" buttons, standards, tools used.
        </metal:colophon>
      </metal:block>
    </div>
</body>
</html>
</metal:page>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T09:14:36+00:00Added an answer on June 11, 2026 at 9:14 am

    Appears that this wasn’t the root of the issue. Will open another inquiry with proper info.

    Thanks for looking!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
I have a jquery bug and I've been looking for hours now, I can't
link Im having trouble converting the html entites into html characters, (&# 8217;) i
For some reason, after submitting a string like this Jack’s Spindle from a text
this is what i have right now Drawing an RSS feed into the php,
I have this code to decode numeric html entities to the UTF8 equivalent character.
This could be a duplicate question, but I have no idea what search terms
I have this code: - (void)parser:(NSXMLParser *)parser foundCDATA:(NSData *)CDATABlock { NSString *someString = [[NSString
I know there's a lot of other questions out there that deal with this

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.