Closed
Bug 276038
Opened 20 years ago
Closed 16 years ago
plugin service not responding
Categories
(Toolkit Graveyard :: Plugin Finder Service, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: s2m2wo, Assigned: doronr)
References
Details
cannot view certain images, needs plugins, open service and no response...
| Assignee | ||
Comment 1•20 years ago
|
||
please provide a URL, else this is invalid.
Comment 2•20 years ago
|
||
*** Bug 276066 has been marked as a duplicate of this bug. ***
Comment 3•20 years ago
|
||
*** Bug 276084 has been marked as a duplicate of this bug. ***
Comment 4•20 years ago
|
||
This should be fixed now. Thanks to philor on #bmo for tracking down the problem... the pfs service was returning errors that Firefox didn't know how to deal with. Problem turned out to be a logfile which the webserver didn't have access to write to. Permissions were fixed on the logfile, and it now works. I have no clue why or how the permissions would have gotten changed or why the service isn't supressing errors that will choke the client. I'll leave this bug open for the application developers to figure that out.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 5•20 years ago
|
||
The PHP really needs to 1) set an error_level that would stop any error messages from getting into the output, 2) check the result of trying to open the request.log, 3) rotate the log before it gets to more than 2GB, and the Firefox half really should survive getting text/html with PHP error messages or any random thing that isn't RDF a little more gracefully. Doron: do you need me to file separate bugs on any or all of those things? Before I pinged justdave to fix it, it was returning: "Warning: fopen(/opt/update/plugins/requests.log): failed to open stream: Permission denied in /opt/update/plugins/PluginFinderService.php on line 373" followed by a couple of invalid file handle errors, then a "can't add headers" error, as text/html, which left the pfs dialog up hung and waiting for something it understood.
Comment 6•20 years ago
|
||
Wups, the Firefox part of it is probably just bug 273978 and the null check; I didn't realize I was in a profile without javascript.options.showInConsole set, so I didn't get the error.
Comment 8•19 years ago
|
||
*** Bug 241404 has been marked as a duplicate of this bug. ***
Comment 9•19 years ago
|
||
*** Bug 311513 has been marked as a duplicate of this bug. ***
Updated•16 years ago
|
Product: Firefox → Toolkit
Comment 10•16 years ago
|
||
Die, ancient thing, die!
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
Updated•10 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•