Closed
Bug 895620
Opened 12 years ago
Closed 12 years ago
Internal Server Error / HTTP 500 on /ep/support, Etherpad
Categories
(Infrastructure & Operations :: IT-Managed Tools, task)
Infrastructure & Operations
IT-Managed Tools
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: stephend, Assigned: cturra)
References
()
Details
Attachments
(1 file)
2.14 MB,
image/png
|
Details |
https://etherpad.mozilla.org/ep/support throws a 500 Internal Server Error, for me:
[14:08:06.630] GET https://etherpad.mozilla.org/ep/support [HTTP/1.1 500 Internal Server Error 416ms]
Assignee | ||
Comment 1•12 years ago
|
||
i am playing around with a way to restore the pad, but in the mean time, the last revision had the following text:
<!--Start of Zopim Live Chat Script-->
<script type="text/javascript">
window.$zopim||(function(d,s){var z=$zopim=function(c){z._.push(c)},$=z.s=
d.createElement(s),e=d.getElementsByTagName(s)[0];z.set=function(o){z.set.
_.push(o)};z._=[];z.set._=[];$.async=!0;$.setAttribute('charset','utf-8');
$.src='//cdn.zopim.com/?1BRg0G3LlxXoNgZNCu5cKYfLiLJfx0U5';z.t=+new Date;$.
type='text/javascript';e.parentNode.insertBefore($,e)})(document,'script');
</script>
<!--End of Zopim Live Chat Script-->
Assignee: server-ops-webops → cturra
Assignee | ||
Comment 2•12 years ago
|
||
i have gone ahead and created the following pad, with the previous ones contents, in it's place.
https://etherpad.mozilla.org/support
Assignee | ||
Comment 3•12 years ago
|
||
:stephend - i have been unsuccessful in finding a way to fix the http 500 you're seeing with the original support etherpad, but was able to save the data into a new one (noted in my previous) comment. are you okay with that as a resolution?
Flags: needinfo?(stephen.donner)
Assignee | ||
Comment 4•12 years ago
|
||
so it turns out this isn't a etherpad pad at all, it's just a page in etherpad. if you look through the chunk of code i noted in comment 1, this is a bunch of javascript that opens a live chat with zopim, which is returning this http 500.
src='//cdn.zopim.com/?1BRg0G3LlxXoNgZNCu5cKYfLiLJfx0U5'
marking this as r/invalid since there is nothing we can do to fix this.
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: needinfo?(stephen.donner)
Resolution: --- → INVALID
Reporter | ||
Comment 5•12 years ago
|
||
(In reply to Chris Turra [:cturra] from comment #4)
> so it turns out this isn't a etherpad pad at all, it's just a page in
> etherpad. if you look through the chunk of code i noted in comment 1, this
> is a bunch of javascript that opens a live chat with zopim, which is
> returning this http 500.
>
> src='//cdn.zopim.com/?1BRg0G3LlxXoNgZNCu5cKYfLiLJfx0U5'
>
>
> marking this as r/invalid since there is nothing we can do to fix this.
I'd say WONTFIX, but won't split hairs :-)
You need to log in
before you can comment on or make changes to this bug.
Description
•