Closed (fixed)
Project:
Maestro
Version:
7.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
27 Jan 2012 at 06:51 UTC
Updated:
4 Jul 2012 at 12:20 UTC
Jump to comment: Most recent file
Hi, I see in the tutorials that a file batch_functions.php should be used.
Unfortunatly when I unzip the maestro module I do not see this file...
Could you tell me where I could find it?
Thanks
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | erreurs_maestro.pdf | 159.02 KB | pdeclarens |
| #2 | workflow.pdf | 134.11 KB | pdeclarens |
Comments
Comment #1
blainelang commentedI'm not sure where you saw the reference to batch_functions.php as it's not required. There are several "batch function" type tasks that are distributed with maestro and 2 are included in a separate maestro module - maestro_content_publish.
There are a few steps to describe the function and register it with maestro and then the actual function itself. These are described on a blog post on our site: http://www.nextide.ca/maestro_how_to
I also recommend you look at the examples in the maestro_content_publish module.
Comment #2
pdeclarens commentedHello,
many thanks for your answer.
My problem was that despite several attemps I never succeded in getting from the aproved by publisher to the publish state.
I then created new roles (editeur, publisher) and new wokflow based on existing one
The authenticades user can create an article
when I log as editor I new get error messages (see file attach)
I also attach the export of the created workflow...
Help please !!!!
Comment #3
_randy commentedI think your issue is directly answered in your error messages.
You're getting:
"Warning : file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration"
Is a server setting -- nothing to do with Maestro.
http://ca3.php.net/manual/en/function.file-get-contents.php
Which in turn gives you a "tip" that guides you to turn on fopen wrappers:
http://ca3.php.net/manual/en/filesystem.configuration.php#ini.allow-url-...
Try those settings first. That should help alleviate many of the issues you are having.
In the meantime, since this issue may not be Maestro related, I will change the status to postponed.
Comment #4
_randy commentedSeems to have been caused by server issues. Moving to closed.