Forums / Setup & design / Problem when activating content_read in workflow.ini

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Problem when activating content_read in workflow.ini

Author Message

Lex 007

Sunday 13 February 2005 9:12:05 am

Hi everybody !

I am using Exponential 3.4.4
When I activate content_read in my workflow.ini (I don't even select any trigger or write any new workflow), suddenly nothing appeares on the web site, on any page. Am I missing something ?

Is it because this version has in the kernel/content/view.php :

case EZ_MODULE_OPERATION_CONTINUE:
    {
        if ( $operationResult != null &&
             !isset( $operationResult['result'] ) &&
             ( !isset( $operationResult['redirect_url'] ) || $operationResult['redirect_url'] == null ) )
        {
            // TODO make it work with workflows
        }

Should I move to Exponential 3.5.0 ?

Thx for your help.

Lex 007

Thursday 17 February 2005 5:17:22 am

This problem was fixed using the view.php from v3.5.0