https://bugzilla.wikimedia.org/show_bug.cgi?id=47175
Web browser: ---
Bug ID: 47175
Summary: Uploading just spins
Product: MediaWiki extensions
Version: REL1_20 branch
Hardware: All
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: Unprioritized
Component: UploadWizard
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
Classification: Unclassified
Mobile Platform: ---
I'm having a problem with UploadWizard and I can't figure out what's wrong. UW
used to work gloriously, but then it just stopped.
When I upload a file, the thumbnail displays well. Then it just displays the
"Uploading..." status and it never proceeds. The file appears in the stash, but
never as an actual file.
I enabled some debugging, here's the tail end. Notice the "Class PEAR_Error not
found; skipped loading", which is really hard to debug.
I have no uploaded images of value in my database, I can wipe all of those (if
I knew what to delete).
MessageCache::load: Loading en... got from global cache
Query develpd7_developingottawa (19) (slave): SELECT /* LCStore_DB::get Another
user */ lc_value FROM `developingottawal10n_cache` WHERE lc_lang = 'en' AND
lc_key = 'messages:filename-prefix-blacklist' LIMIT 1
Query develpd7_developingottawa (20) (slave): SELECT /* LocalRepo::findBySha1
Another user */
img_name,img_size,img_width,img_height,img_metadata,img_bits,img_media_type,img_major_mime,img_minor_mime,img_description,img_user,img_user_text,img_timestamp,img_sha1
FROM `developingottawaimage` WHERE img_sha1 =
'p039x1u4phm2dfdf3comjz7fsrx1dvh' ORDER BY img_name
Query develpd7_developingottawa (21) (slave): SELECT /* ArchivedFile::load
Another user */
fa_id,fa_name,fa_archive_name,fa_storage_key,fa_storage_group,fa_size,fa_bits,fa_width,fa_height,fa_metadata,fa_media_type,fa_major_mime,fa_minor_mime,fa_description,fa_user,fa_user_text,fa_timestamp,fa_deleted
FROM `developingottawafilearchive` WHERE fa_storage_group = 'deleted' AND
fa_storage_key = 'p039x1u4phm2dfdf3comjz7fsrx1dvh.png' ORDER BY fa_timestamp
DESC
FSFile::getProps: Getting file info for /var/tmp/phpqfkyMN
MimeMagic::doGuessMimeType: analyzing head and tail of /var/tmp/phpqfkyMN for
magic numbers.
MimeMagic::doGuessMimeType: getimagesize detected /var/tmp/phpqfkyMN as
image/png
MimeMagic::guessMimeType: guessed mime type of /var/tmp/phpqfkyMN: image/png
MimeMagic::improveTypeFromExtension: improved mime type for .: image/png
FSFile::getProps: /var/tmp/phpqfkyMN loaded, 4368 bytes, image/png.
UploadStash::stashFile stashing file at '/var/tmp/phpqfkyMN'
MimeMagic::guessMimeType: WARNING: use of the $ext parameter is deprecated. Use
improveTypeFromExtension($mime, $ext) instead.
MimeMagic::doGuessMimeType: analyzing head and tail of /var/tmp/phpqfkyMN for
magic numbers.
MimeMagic::doGuessMimeType: getimagesize detected /var/tmp/phpqfkyMN as
image/png
MimeMagic::guessMimeType: guessed mime type of /var/tmp/phpqfkyMN: image/png
UploadStash::stashFile key for '/var/tmp/phpqfkyMN.png':
11ct563cos90.m93qmf.6.png
UploadStash::stashFile inserting
mwrepo://local/temp/2/26/20130412173310!phpqfkyMN.png under
11ct563cos90.m93qmf.6.png
DatabaseBase::query: Writes done: INSERT INTO `developingottawauploadstash`
(us_id,us_user,us_key,us_orig_path,us_path,us_size,us_sha1,us_mime,us_media_type,us_image_width,us_image_height,us_image_bits,us_source_type,us_timestamp,us_status)
VALUES
(NULL,'6','11ct563cos90.m93qmf.6.png','/var/tmp/phpqfkyMN.png','mwrepo://local/temp/2/26/20130412173310!phpqfkyMN.png','4368','p039x1u4phm2dfdf3comjz7fsrx1dvh','image/png','BITMAP','231','92','8','file','20130412173310','finished')
Query develpd7_developingottawa (22) (slave): INSERT /* UploadStash::stashFile
Another user */ INTO `developingottawauploadstash`
(us_id,us_user,us_key,us_orig_path,us_path,us_size,us_sha1,us_mime,us_media_type,us_image_width,us_image_height,us_image_bits,us_source_type,us_timestamp,us_status)
VALUES
(NULL,'6','11ct563cos90.m93qmf.6.png','/var/tmp/phpqfkyMN.png','mwrepo://local/temp/2/26/20130412173310!phpqfkyMN.png','4368','p039x1u4phm2dfdf3comjz7fsrx1dvh','image/png','BITMAP','231','92','8','file','20130412173310','finished')
FSFile::getProps: Getting file info for
/home3/develpd7/public_html/images/temp/2/26/20130412173310!phpqfkyMN.png
MimeMagic::doGuessMimeType: analyzing head and tail of
/home3/develpd7/public_html/images/temp/2/26/20130412173310!phpqfkyMN.png for
magic numbers.
MimeMagic::doGuessMimeType: getimagesize detected
/home3/develpd7/public_html/images/temp/2/26/20130412173310!phpqfkyMN.png as
image/png
MimeMagic::guessMimeType: guessed mime type of
/home3/develpd7/public_html/images/temp/2/26/20130412173310!phpqfkyMN.png:
image/png
MimeMagic::improveTypeFromExtension: improved mime type for .png: image/png
FSFile::getProps:
/home3/develpd7/public_html/images/temp/2/26/20130412173310!phpqfkyMN.png
loaded, 4368 bytes, image/png.
FSFile::getProps: Getting file info for
/home3/develpd7/public_html/images/temp/2/26/20130412173310!phpqfkyMN.png
MimeMagic::doGuessMimeType: analyzing head and tail of
/home3/develpd7/public_html/images/temp/2/26/20130412173310!phpqfkyMN.png for
magic numbers.
MimeMagic::doGuessMimeType: getimagesize detected
/home3/develpd7/public_html/images/temp/2/26/20130412173310!phpqfkyMN.png as
image/png
MimeMagic::guessMimeType: guessed mime type of
/home3/develpd7/public_html/images/temp/2/26/20130412173310!phpqfkyMN.png:
image/png
MimeMagic::improveTypeFromExtension: improved mime type for .png: image/png
FSFile::getProps:
/home3/develpd7/public_html/images/temp/2/26/20130412173310!phpqfkyMN.png
loaded, 4368 bytes, image/png.
MimeMagic::guessMimeType: WARNING: use of the $ext parameter is deprecated. Use
improveTypeFromExtension($mime, $ext) instead.
MimeMagic::doGuessMimeType: analyzing head and tail of
/home3/develpd7/public_html/images/temp/2/26/20130412173310!phpqfkyMN.png for
magic numbers.
MimeMagic::doGuessMimeType: getimagesize detected
/home3/develpd7/public_html/images/temp/2/26/20130412173310!phpqfkyMN.png as
image/png
MimeMagic::guessMimeType: guessed mime type of
/home3/develpd7/public_html/images/temp/2/26/20130412173310!phpqfkyMN.png:
image/png
Query develpd7_developingottawa (23) (slave): SELECT /* LCStore_DB::get Another
user */ lc_value FROM `developingottawal10n_cache` WHERE lc_lang = 'en' AND
lc_key = 'specialPageAliases' LIMIT 1
Class PEAR_Error not found; skipped loading
Query develpd7_developingottawa (24) (slave): COMMIT
--
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