Forums / Setup & design / no workflows available, buildable in 4.4

"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".

no workflows available, buildable in 4.4

Author Message

Falkmar Fischer

Saturday 29 January 2011 4:43:22 pm

In the Setup "workflow" I can only create groups. Creating a workflow is not possible. In "trigger" I can not "workflow" bind, because there is none available

No way (http://doc.ez.no/eZ-Publish/Technical-manual/4.x/Reference/Workflow-events)

What can I do? In Firefox, Opera and Internet Explorer the same problem. I installed (without errors) new and clean. I see only three things that are not perfect.

1) Session handler does not support session management.

2) no known PHP accelerators are detected

3) Me, I'm not a programmer and eZ is new to me.

Thanks viewfinder______________________________________________________________

eZ 4.4 / Apache/2.2.14 (Win32) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l mod_autoindex_color PHP/5.3.1 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1 - - all under Xampp on Win XP/SP3

webshop - extension searched

Bertrand Dunogier

Sunday 30 January 2011 12:52:41 am

Workflows are created inside groups. Just enter the Standard group (or create a new one and enter it), and create your workflow from here.

Bertrand Dunogier
eZ Systems Engineering, Lyon
http://twitter.com/bdunogier
http://gplus.to/BertrandDunogier

Falkmar Fischer

Sunday 30 January 2011 5:37:54 am

Thanks for your reply. Yes, just like it can be guessed from the manual. In my test installation and my (error-free?) manual-super-chic Installation is nothing there. I can change the name and click on "ok" or "Abbrechen". Where can I search the error?

<!-- Maincontent START -->

<form action="/index.php/ezflow_site_admin/workflow/groupedit/1" method="post" name="WorkflowGroupEdit">
<div class="context-block">
<div class="box-header"><div class="box-ml">
<h1 class="context-title">Bearbeiten von &lt;Standard&gt; [Workflow Gruppe]</h1>
<div class="header-mainline"></div>
</div></div>
<div class="box-ml"><div class="box-mr"><div class="box-content">
<div class="context-attributes">
<div class="block">
<label>Name:</label>
<input class="box" id="workflowGroupName" type="text" name="WorkflowGroup_name" value="Standard" />
</div>
</div>
</div></div></div>
<div class="controlbar">
<div class="box-bc"><div class="box-ml">
<div class="block">
<input class="defaultbutton" type="submit" name="StoreButton" value="OK" />
<input class="button" type="submit" name="DiscardButton" value="Abbrechen" />
</div>
</div></div>
</div>
</div>
</form>
<script language="JavaScript" type="text/javascript">
<!--
jQuery(function( $ )//called on document.ready
{
document.getElementById('workflowGroupName').select();
document.getElementById('workflowGroupName').focus();
});
-->
</script>
<!-- Maincontent END -->

webshop - extension searched