core

Ticket #27 (closed Bug: worksforme)

Opened 6 months ago

Last modified 6 months ago

pnsecauthaction Bug in Tour Modul

Reported by: frank_r Owned by:
Priority: critical Milestone: 1.0.1
Component: Version: 1.0.0
Keywords: Tour Modul Cc:

Description

there is a critical error in tour_user_display_home.htm.

<!--[pnsecauthaction comp="::" inst="::" level=ACCESS_ADMIN assign="perm"]-->
without <!--/pnsecauthaction--> an error is returned with <!--/pnsecauthaction--> it is ok.


Zikula Version: Zikula 1.0.0 (adam_baum)
Server Information: Apache
PHP Version: 5.2.6
Datenbank-Version: MySQL 5.0.51a-community-log

Change History

Changed 6 months ago by Landseer

  • status changed from new to closed
  • resolution set to invalid

Correct error message is

Smarty error: [in deu/tour_user_display_home.htm line 36]: syntax error: unclosed tag \{pnsecauthaction} (opened line 29). (Smarty_Compiler.class.php, line 317)

deu = german version, maintained in the community-german project.

Closed, please re-open this ticket in the other project.

Changed 6 months ago by Landseer

  • status changed from closed to reopened
  • resolution invalid deleted

Changed 6 months ago by Landseer

Bug is also in the english version

Changed 6 months ago by markwest

  • status changed from reopened to closed
  • resolution set to worksforme

This looks fine to me. There is both a pnsecauthaction function (function.pnsecauthaction.php) and a block (block.pnsecauthaction_block.php).

The block usage would be

<!--[pnsecauthaction_block ....]-->
some stuff
<!--/pnsecauthaction_block-->

The function would be used as in this template.

-Mark

Note: See TracTickets for help on using tickets.