https://bugzilla.wikimedia.org/show_bug.cgi?id=34083

--- Comment #5 from Thomas Bleher <[email protected]> 2012-02-05 15:09:27 UTC 
---
I got thumb_handler.php to work, and have disabled WebStore on my wiki. So for
me it would be OK to mark WebStore as broken for v1.19 in the repository and on
mediawiki.org, as long as "the new way to do things" is documented there.

BTW: PdfHandler was also broken for me using the new FileBackend code. The
following patch makes the extension work again for me. I have extension commit
access, but don't have everything set up correctly on my laptop right now, so
if anyone wants to commit this small fix, feel free :)

--- a/PdfHandler_body.php
+++ b/PdfHandler_body.php
@@ -103,7 +103,7 @@ class PdfHandler extends ImageHandler {

                $width = $params['width'];
                $height = $params['height'];
-               $srcPath = $image->getPath();
+               $srcPath = $image->getLocalRefPath();
                $page = $params['page'];

                if ( $page > $this->pageCount( $image ) ) {

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to