Last modified: 2014-06-23 13:31:50 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T68349, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 66349 - "Error creating thumbnail: proc_open() is disabled"; did not seem to happen in previous versions.
"Error creating thumbnail: proc_open() is disabled"; did not seem to happen i...
Status: RESOLVED DUPLICATE of bug 66467
Product: MediaWiki
Classification: Unclassified
General/Unknown (Other open bugs)
1.23.0
All All
: Unprioritized normal (vote)
: ---
Assigned To: Nobody - You can work on this!
(protected intranet, unfortunately)
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-06-08 19:54 UTC by tophergz
Modified: 2014-06-23 13:31 UTC (History)
0 users

See Also:
Web browser: Firefox
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments
Screenshot of proc.open() failure. (70.94 KB, image/png)
2014-06-08 19:54 UTC, tophergz
Details

Description tophergz 2014-06-08 19:54:09 UTC
Created attachment 15596 [details]
Screenshot of proc.open() failure.

As titled: proc.open() (forgive me, I haven't the slightest idea what this is) is failing because host has it set to disabled -BUT- it didn't seem to be a problem since v1.22.6. Was this call added in v1.23.0?

This seems to make MW unable to generate thumbnails, removing core functionality for some users.
Comment 1 Andre Klapper 2014-06-09 09:34:26 UTC
Is proc_open listed under disable_functions in php.ini? 
If so, you might want to remove it.

Might also be a question for https://www.mediawiki.org/wiki/Project:Support_desk

General info: https://www.mediawiki.org/wiki/Manual:Installing_third-party_tools#Image_thumbnailing
Comment 2 tophergz 2014-06-10 12:38:12 UTC
I'm on a shared host and they've informed me it is a disabled function, I don't have access to php.ini.

The strange thing is that it seemed to work before 1.23.0, or at least when I installed at 1.22.6; I had thumbnails before.
Comment 3 Andre Klapper 2014-06-10 13:08:02 UTC
proc_open has been used for ages in MediaWiki code (e.g. line 2935 of https://git.wikimedia.org/blame/mediawiki%2Fcore.git/HEAD/includes%2FGlobalFunctions.php ) - you might have been "lucky" before to not have run into the problem earlier, and it might get exposed now because it also got added in a code location that you use (my wild guess).

I don't think that anything can actually be fixed here on the MediaWiki side.
Comment 4 Andre Klapper 2014-06-23 13:31:50 UTC
Sorry, was wrong here. See bug 66467 for the fix.

*** This bug has been marked as a duplicate of bug 66467 ***

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links