0
Welcome Guest! Login
0 items Join Now

SOLVED twig_error_runtime / outlines-list.html.twig

    • Felix 's Avatar
    • Felix
    • Sr. Rocketeer
    • Posts: 102
    • Thanks: 0

    SOLVED twig_error_runtime / outlines-list.html.twig

    Posted 8 years 3 months ago
    • Hella,

      I work with joomla 3.6.5 and xampp with PHP7, win7.
      After installing and start component / gantry 5 I have the error: twig_error_runtime file: C: \ xampp \ htdocs \ administrator \ components \ com_gantry5 \ templates \ partials \ outlines-list.html.twig.
      Error with Xampp with PHP7.
      Thanks for an answer Felix

      <optgroup label="{{ 'GANTRY5_PLATFORM_GLOBAL_DEFAULTS'|trans }}">
          <option value="default"
                  {% if configuration == 'default' %}selected="selected"{% endif %}
                  data-data="{{ {params: {navbar: true}, url: gantry.route('configurations/default', configuration_page|default('styles'))}|json_encode|e('html_attr') }}">
              {{ 'GANTRY5_PLATFORM_BASE_OUTLINE'|trans }}
          </option>
      </optgroup>
       
      {% set user_conf = gantry.outlines.user %}
      {% if user_conf.count %}
          <optgroup label="{{ 'GANTRY5_PLATFORM_THEME_OUTLINES'|trans }}">
              {% for name, title in user_conf %}
                  {% if name == configuration %}
                      {% set selected_title = title %}
                      {% set selected_value = name %}
                  {% endif %}
                  <option value="{{ name }}"
                          {% if name == configuration %}selected="selected"{% endif %}
                          data-data="{{ {params: {navbar: true}, url: gantry.route('configurations', name|e, configuration_page|default('styles'))}|json_encode|e('html_attr') }}"
                  >
                      {{ title }}
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: SOLVED twig_error_runtime / outlines-list.html.twig

    Posted 8 years 3 months ago
    • We would need to be able to see that live to assist you.

      What template & version? What version of Gantry 5?

      What version of php7?

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
    • Felix 's Avatar
    • Felix
    • Sr. Rocketeer
    • Posts: 102
    • Thanks: 0

    Re: SOLVED twig_error_runtime / outlines-list.html.twig

    Posted 8 years 3 months ago
    • Hi Mark,

      Joomla 3.6.5,
      Gantry 5: joomla-pkg_gantry5_v5.4.6
      joomla-tpl_g5_hydrogen_v5.4.6

      PHP-Version: 7.0.13

      Regards Felix
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: SOLVED twig_error_runtime / outlines-list.html.twig

    Posted 8 years 3 months ago
    • Ok, we've just released G5.4.7 and Hydrogen 5.4.7 so perhaps you can try installing those. But after that I'd really need to see your site to be able to diagnose the issue. Perhaps you can make that publicly accessible on the net?

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
    • Felix 's Avatar
    • Felix
    • Sr. Rocketeer
    • Posts: 102
    • Thanks: 0

    Re: SOLVED twig_error_runtime / outlines-list.html.twig

    Posted 8 years 3 months ago
    • Hi Mark,

      Today I installed the update from gantry 5.4.7 localhost.
      But on this test page customer.traudellerch.de/ still runs Gantry 5.4.6 ....

      Regards Felix
    • Felix 's Avatar
    • Felix
    • Sr. Rocketeer
    • Posts: 102
    • Thanks: 0

    Re: SOLVED twig_error_runtime / outlines-list.html.twig

    Posted 8 years 3 months ago
    • Here I have set in this test page Hydrogen 5.4.6 as a standard template and then I could work with gantry ..
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: SOLVED twig_error_runtime / outlines-list.html.twig

    Posted 8 years 3 months ago
    • That link is working ok? Where are you seeing that error on that site?

      Please would you post your URL, superuser id and pswd in the secure tab of your post and i'll have a look for you.

      I need to see the issue live for myself if I am to diagnose the problem.

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
    • Felix 's Avatar
    • Felix
    • Sr. Rocketeer
    • Posts: 102
    • Thanks: 0

    Re: SOLVED twig_error_runtime / outlines-list.html.twig

    Posted 8 years 3 months ago
    • This message contains only secure information that is visible to Felix , moderators and administrators
    • Felix 's Avatar
    • Felix
    • Sr. Rocketeer
    • Posts: 102
    • Thanks: 0

    Re: SOLVED twig_error_runtime / outlines-list.html.twig

    Posted 8 years 3 months ago
    • This message contains only secure information that is visible to Felix , moderators and administrators
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: SOLVED twig_error_runtime / outlines-list.html.twig

    Posted 8 years 3 months ago
    • Where are you seeing this error because everything seems to be working fine for me on that link. Please give me exact steps to recreate this error message.

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.

Time to create page: 0.062 seconds