Forums and Workflow

Author Message

Tony Wood

Wednesday 09 April 2003 6:36:34 am

Problem:
We are developing a forum site and we notice that when you post forms as an anonymous user with 'Approve' workflow enabled the default code causes problems.

To fix this we changed the code in kernel/content/edit.php line 226 from:
$module->redirectToView( 'view', array( 'sitemap', 2 ) );
to
$module->redirectToView( 'view', array( 'full', 144 ) );
This then directs to a set page that the anonymous user to a page they have access too.

The problem is that the node_id does is not available with workflow enabled so the page redirects to sitemap/2, this is not an allowed location, and eZ quite rightly asks for a login. This is not nice.

Request:
Can you please let me know if you can get the forms to post correctly with workflow enabled? Is thhere something we are missing? Does it need fixing?

Tony Wood : twitter.com/tonywood
Vision with Technology
Experts in eZ Publish consulting & development

Power to the Editor!

Free eZ Training : http://www.VisionWT.com/training
eZ Future Podcast : http://www.VisionWT.com/eZ-Future

Paul Forsyth

Wednesday 09 April 2003 10:34:15 am

Just to clarify this. The problem seems to be with the $node that gets assigned on line 202. It appears that $node is null and then the script redirects to the 'error' sitemap location.

Initial impressions are that the node is null because it has yet to be created. It will be created when the post is approved but this doesn't help with the redirect which will occur before that action takes place. Maybe the code should check the workflow requests?

Another point is that this code doesn't seem to respect the settings within site.ini.php where the default and error pages are defined.

Hope this helps

Paul

Sergiy Pushchin

Friday 11 April 2003 7:11:18 am

If I understood you write you should change line 226 in edit.php to:

$module->redirectToView( 'view', array( 'full', $version->attribute( 'main_parent_node_id' ) ) );

In that case behavour of system will be the same with approval workflow as it is without it.

--SP

Tony Wood

Friday 11 April 2003 7:20:02 am

Perfect... that just what we needed...
Is this going into the main 3.0 stable branch or do we need to keep a local patch?

Tony Wood : twitter.com/tonywood
Vision with Technology
Experts in eZ Publish consulting & development

Power to the Editor!

Free eZ Training : http://www.VisionWT.com/training
eZ Future Podcast : http://www.VisionWT.com/eZ-Future

Sergiy Pushchin

Friday 11 April 2003 8:10:32 am

I think I will commit it to stable.

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 18 2025 05:12:07
Script start
Timing: Jan 18 2025 05:12:07
Module start 'layout'
Timing: Jan 18 2025 05:12:07
Module start 'content'
Timing: Jan 18 2025 05:12:07
Module end 'content'
Timing: Jan 18 2025 05:12:07
Script end

Main resources:

Total runtime0.8005 sec
Peak memory usage4,096.0000 KB
Database Queries65

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0127 591.4297152.6094
Module start 'layout' 0.01270.0030 744.039139.4141
Module start 'content' 0.01570.7833 783.4531604.5156
Module end 'content' 0.79900.0015 1,387.968816.1875
Script end 0.8005  1,404.1563 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00350.4398160.0002
Check MTime0.00160.1956160.0001
Mysql Total
Database connection0.00090.115610.0009
Mysqli_queries0.732891.5401650.0113
Looping result0.00070.0901630.0000
Template Total0.756594.520.3783
Template load0.00190.239920.0010
Template processing0.754694.263220.3773
Template load and register function0.00020.019410.0002
states
state_id_array0.00170.209010.0017
state_identifier_array0.00210.266520.0011
Override
Cache load0.00160.2027340.0000
Sytem overhead
Fetch class attribute can translate value0.00130.167930.0004
Fetch class attribute name0.00240.304770.0003
XML
Image XML parsing0.00130.160330.0004
class_abstraction
Instantiating content class attribute0.00000.002190.0000
General
dbfile0.00100.1265220.0000
String conversion0.00000.001140.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
4content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
5content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
5content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
8content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 24
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs