Giving access to form class

Author Message

Eirik Alfstad Johansen

Thursday 20 November 2003 4:51:08 am

Hi,

Using information collection functionality, I've created a form class. To display the form on the contact page, I use the following template code:

{let articles=fetch(content,
list,
hash(parent_node_id, $node.node_id,
limit, 1))
}

{section name=Article loop=$articles}
{node_view_gui view=full content_node=$Article:item}
{/section}

{/let}

This works as intended when I'm logged in as Administrator, but not when I'm not logged in. I've tried giving access to both read, create and edit functins for the form class in the content module, but the page still doesn't display the form for the anonymous user.

Am I giving access to the wrong functions/modules?

Thanks in advance !

Sincerely,

Eirik Johansen
Netmaking AS

http://www.netmaking.no/

Sincerely,

Eirik Alfstad Johansen
http://www.netmaking.no/

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 30 2025 23:06:59
Script start
Timing: Jan 30 2025 23:06:59
Module start 'layout'
Timing: Jan 30 2025 23:06:59
Module start 'content'
Timing: Jan 30 2025 23:06:59
Module end 'content'
Timing: Jan 30 2025 23:06:59
Script end

Main resources:

Total runtime0.0215 sec
Peak memory usage4,096.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0050 591.9219151.2109
Module start 'layout' 0.00500.0037 743.1328220.6875
Module start 'content' 0.00870.0114 963.8203997.7891
Module end 'content' 0.02010.0014 1,961.609429.9922
Script end 0.0215  1,991.6016 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002310.6146140.0002
Check MTime0.00104.7511140.0001
Mysql Total
Database connection0.00062.560610.0006
Mysqli_queries0.003616.617730.0012
Looping result0.00000.042110.0000
Template Total0.00104.710.0010
Template load0.00073.433710.0007
Template processing0.00031.268710.0003
Override
Cache load0.00052.352310.0005
General
dbfile0.00167.449180.0002
String conversion0.00000.017740.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs