Hi,

When opening list of bitstreams I'm getting number of errors
warning: proc_open() [function.proc-open]: CreateProcess failed, error code - 0 in \sites\all\modules\bitcache\bitcache.inc on line 108.
The same take place when I open file node, created with previous verion of bitcache.

Comments

Arto’s picture

Title: warning: proc_open() [function.proc-open]: CreateProcess failed, error code - 0 in sites\all\modules\bitcache\bitc » proc_open() warning
Assigned: Unassigned » Arto
Issue tags: +proc_open
Ether’s picture

Version: 6.x-1.x-dev » 6.x-1.0-beta2

Any progress solving this ? I'm using beta2 and still have the same error.

Arto’s picture

Which platform (Unix, Windows, etc) are you experiencing this problem with?

Ether’s picture

Windows.

Arto’s picture

I think the problem is that Bitcache is trying to invoke the Unix "file" command, which would obviously fail on Windows. I will have fix for this shortly.

scifisi’s picture

I'm seeing something similar. In an effort to get imagecache to work I have downloaded the imagemagick code. I have now disabled GD and am trying to get imagemagick to run but I get:

warning: proc_open() [function.proc-open]: CreateProcess failed, error code - 0 in (......)
\sites\all\modules\imageapi\imageapi_imagemagick.module on line 194.

I've just noticed this isn't the right place to post this?

Arto’s picture

Status: Active » Fixed
Issue tags: +Windows, +proc_close

@Ether, this has now been fixed in changeset [269852]. The 6.x-1.x-dev snapshot will get automatically rebuilt to include this fix within the next 12 hours.

@Simon, you should report that problem as an issue for the ImageAPI project.

Status: Fixed » Closed (fixed)
Issue tags: -Windows, -proc_open, -proc_close

Automatically closed -- issue fixed for 2 weeks with no activity.