Either with both 7.x-1.x-dev and 7.x-1.1 versions, after installation, Maestro is not able to work properly (specially it is not possible to create a new template or to import one).
I have the following php warnings:

Warning : file_get_contents() [function.file-get-contents]: http:// wrapper is disabled in the server configuration by allow_url_fopen=0 dans _locale_parse_js_file() (ligne 1393 dans /home/mysite/public_html/includes/locale.inc).

Warning : file_get_contents(http://mysite.com/sites/all/modules/maestro/js/maestro_structure_admin.js) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found dans _locale_parse_js_file() (ligne 1393 dans /home/mysite/public_html/includes/locale.inc).
Warning : file_get_contents() [function.file-get-contents]: http:// wrapper is disabled in the server configuration by allow_url_fopen=0 dans drupal_build_js_cache() (ligne 4759 dans /home/mysite/public_html/includes/common.inc).

Warning : file_get_contents(http://mysite.com/sites/all/modules/maestro/js/maestro_structure_admin.js) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found dans drupal_build_js_cache() (ligne 4759 dans /home/mysite/public_html/includes/common.inc).

Many thanks in advance

CommentFileSizeAuthor
maestro_warning.txt1.01 KBdlebouc

Comments

slerby’s picture

Yo must enable the 'Enable the import window in the Template Editor.' checkbox in admin/config/workflow/maestro_configure, like warning says.

_randy’s picture

It could be that url_fopen needs to be enabled in php.ini as those errors sound like they're coming from PHP rather than code.

When reading the "Tips" section here: http://us3.php.net/manual/en/function.file-get-contents.php it notes that the fopen wrappers need to be enabled.

http://us3.php.net/manual/en/filesystem.configuration.php#ini.allow-url-...

dlebouc’s picture

With and without the option 'Enable the import window in the Template Editor.' the result is the same.

_randy’s picture

Did you try the PHP.ini settings I noted?

_randy’s picture

Status: Active » Postponed (maintainer needs more info)

Still need more information on this one. will mark as postponed until we get more info back or can be reproduced.

msDrupal’s picture

Priority: Normal » Critical

I'm on Windows platform (SQL Server & IIS) and obviously D7. All componnents for Maestro (including Features) were installed OK except for Maestro Technical Support Request Workflow that confirm-page goes blank and no default workflow templates gets created. All links to Maestro functionality raise error messages too. I checked recommended enabling 'Enable the import window in the Template Editor' and 'url_fopen=on' in php.ini.

It could be helpful to know that I let all folders under maestro be writeable.

I had to uninstall maestro and delete files from Drupal so I can continue with other modules. Your recommendations and help in this regard is greatly appreciated.

_randy’s picture

To understand this a bit better -- So if you don't install the technical support workflow module, does Maestro work?

alalamo’s picture

@_randy, my team mate @_msDrupal is not in yet, however the answer is no. We were not able to get Maestro working, with any combination of modules that we enabled. The refrence to Maestro Technical Support Request Workflow, is that when that module is enabled, we get a blank page, rather than the standard "Changes have been saved" in the Modules page. Going to the Masestro configuration page, or trying to add an new worflow, also does not give us the sample workflows that Maestro installs by default.

Please let us know if you have any other questions.

_randy’s picture

I've just posted some fixes to the DEV branch. Installs OK for me on repeated tests.

msDrupal’s picture

Thank you very much _randy. I am struggling with other modules right now. I will install and test maestro, again, and let you know ASAP. Thanks a gain for quick response.