Closed Bug 276038 Opened 20 years ago Closed 16 years ago

plugin service not responding

Categories

(Toolkit Graveyard :: Plugin Finder Service, defect)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: s2m2wo, Assigned: doronr)

References

Details

cannot view certain images, needs plugins, open service and no response...
please provide a URL, else this is invalid.
*** Bug 276066 has been marked as a duplicate of this bug. ***
*** Bug 276084 has been marked as a duplicate of this bug. ***
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
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.
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.
now installing plugins not responding
*** Bug 241404 has been marked as a duplicate of this bug. ***
*** Bug 311513 has been marked as a duplicate of this bug. ***
Product: Firefox → Toolkit
Die, ancient thing, die!
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
Product: Toolkit → Toolkit Graveyard
You need to log in before you can comment on or make changes to this bug.