Thread overview | |||||||
---|---|---|---|---|---|---|---|
|
December 30, 2013 Bug tracker counters broken | ||||
---|---|---|---|---|
| ||||
http://dlang.org/bugstats.php E.g. regressions frame: http://dlang.org/fetch-issue-cnt.php?y_axis_field=bug_severity&query_format=report-table&product=D&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=regression&format=table&action=wrap&ctype=csv file_get_contents() errors with: Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? Should be probably just changed to "http". Regards. |
January 10, 2014 Re: Bug tracker counters broken | ||||
---|---|---|---|---|
| ||||
Posted in reply to Tourist | On Monday, 30 December 2013 at 07:23:23 UTC, Tourist wrote:
> http://dlang.org/bugstats.php
>
> E.g. regressions frame:
> http://dlang.org/fetch-issue-cnt.php?y_axis_field=bug_severity&query_format=report-table&product=D&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=regression&format=table&action=wrap&ctype=csv
>
> file_get_contents() errors with:
> Unable to find the wrapper "https" - did you forget to enable it when you configured PHP?
>
> Should be probably just changed to "http".
>
> Regards.
Still broken. Just remove the 's' from 'https', can't be that hard.
|
January 10, 2014 Re: Bug tracker counters broken | ||||
---|---|---|---|---|
| ||||
Posted in reply to Tourist | On Friday, 10 January 2014 at 17:02:37 UTC, Tourist wrote:
> On Monday, 30 December 2013 at 07:23:23 UTC, Tourist wrote:
>> http://dlang.org/bugstats.php
>>
>> E.g. regressions frame:
>> http://dlang.org/fetch-issue-cnt.php?y_axis_field=bug_severity&query_format=report-table&product=D&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=regression&format=table&action=wrap&ctype=csv
>>
>> file_get_contents() errors with:
>> Unable to find the wrapper "https" - did you forget to enable it when you configured PHP?
>>
>> Should be probably just changed to "http".
>>
>> Regards.
>
> Still broken. Just remove the 's' from 'https', can't be that hard.
If you are interested and have a GitHub account you can hit the Edit This Page button at the top of the page and make the change yourself. It'll build the pull request and everything. If you'd rather not, I can do it.
|
January 10, 2014 Re: Bug tracker counters broken | ||||
---|---|---|---|---|
| ||||
Posted in reply to Brad Anderson | On Friday, 10 January 2014 at 17:30:11 UTC, Brad Anderson wrote:
> On Friday, 10 January 2014 at 17:02:37 UTC, Tourist wrote:
>> On Monday, 30 December 2013 at 07:23:23 UTC, Tourist wrote:
>>> http://dlang.org/bugstats.php
>>>
>>> E.g. regressions frame:
>>> http://dlang.org/fetch-issue-cnt.php?y_axis_field=bug_severity&query_format=report-table&product=D&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=regression&format=table&action=wrap&ctype=csv
>>>
>>> file_get_contents() errors with:
>>> Unable to find the wrapper "https" - did you forget to enable it when you configured PHP?
>>>
>>> Should be probably just changed to "http".
>>>
>>> Regards.
>>
>> Still broken. Just remove the 's' from 'https', can't be that hard.
>
> If you are interested and have a GitHub account you can hit the Edit This Page button at the top of the page and make the change yourself. It'll build the pull request and everything. If you'd rather not, I can do it.
I don't think it's on GitHub. Does Ddoc translate to PHP? It's a server side issue.
|
January 10, 2014 Re: Bug tracker counters broken | ||||
---|---|---|---|---|
| ||||
Posted in reply to Tourist | On Friday, 10 January 2014 at 17:42:35 UTC, Tourist wrote: > On Friday, 10 January 2014 at 17:30:11 UTC, Brad Anderson wrote: >> On Friday, 10 January 2014 at 17:02:37 UTC, Tourist wrote: >>> On Monday, 30 December 2013 at 07:23:23 UTC, Tourist wrote: >>>> http://dlang.org/bugstats.php >>>> >>>> E.g. regressions frame: >>>> http://dlang.org/fetch-issue-cnt.php?y_axis_field=bug_severity&query_format=report-table&product=D&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=regression&format=table&action=wrap&ctype=csv >>>> >>>> file_get_contents() errors with: >>>> Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? >>>> >>>> Should be probably just changed to "http". >>>> >>>> Regards. >>> >>> Still broken. Just remove the 's' from 'https', can't be that hard. >> >> If you are interested and have a GitHub account you can hit the Edit This Page button at the top of the page and make the change yourself. It'll build the pull request and everything. >> If you'd rather not, I can do it. > > I don't think it's on GitHub. Does Ddoc translate to PHP? It's a server side issue. The file (bugstats.php.dd) is on Github (DDoc can translate to PHP easily enough, it's just a macro language) but looking closer I guess it's actually fetch-issue-cnt.php that we want. Edit link for fetch-issue-cnt.php: https://github.com/D-Programming-Language/dlang.org/edit/master/fetch-issue-cnt.php For reference, here's the commit that broke it: https://github.com/D-Programming-Language/dlang.org/commit/cab522e847bca2e5abdc52bbe440486749df49d8 Ideally we would get HTTPS support working with PHP on dlang.org but that involves getting Walter or Andrei to get Jan to do it. |
Copyright © 1999-2021 by the D Language Foundation