Displaying 5 results from an estimated 5 matches for "libphutil".
Did you mean:
libaprutil
2015 Dec 28
5
Phabricator/Arcanist feedback
...does not work out of box due PHP's default configuration
(5.6.16 on Arch Linux). I see warnings like this.
```
PHP Warning: ini_set(): open_basedir restriction in effect. File() is
not within the allowed path(s):
(/srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/) in
/home/dan/dev/libphutil/scripts/__init_scr
ipt__.php on line 52
```
See the attached ``arc.txt`` for the full output.
I had to remove the ``open_basedir`` setting (making my PHP install
less secure) in ``php.ini`` to get the tool to work.
IMHO we should have other documented method(s) of committing the code
(that still...
2020 Apr 09
2
Unable to arc install-certificate
...of these considerations?
On Wed, Apr 8, 2020 at 6:53 PM David Blaikie <dblaikie at gmail.com> wrote:
> Hmm - I'm running a pretty old version & seems to be working for me:
>
> $ arc version
>
> arcanist 3b6b523c2b236e3724a1e115f126cb6fd05fa128 (18 Feb 2017)
>
> libphutil 13a200ca7621ab2b48a0c395f52f8c4411bbc686 (4 Mar 2017)
>
> $ arc install-certificate
>
> CONNECT Connecting to "https://reviews.llvm.org/api/"...
>
> LOGIN TO PHABRICATOR
>
> Open this page in your browser and login to Phabricator if necessary:
>
>
> http...
2020 Apr 08
2
Unable to arc install-certificate
Hello,
on a fresh install (i.e. newly-cloned arcanist and llvm-project), I get
this. Any ideas?
Thanks!
arc install-certificate
CONNECT Connecting to "https://reviews.llvm.org/api/"...
Usage Exception: Failed to connect to server (https://reviews.llvm.org/api/):
[HTTP/500] Internal Server Error
As received by the server, this request had a nonzero content length but no
POST data.
2016 Jan 07
3
Phabricator/Arcanist feedback
...>> (5.6.16 on Arch Linux). I see warnings like this.
>>
>> ```
>> PHP Warning: ini_set(): open_basedir restriction in effect. File() is
>> not within the allowed path(s):
>> (/srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/) in
>> /home/dan/dev/libphutil/scripts/__init_scr
>> ipt__.php on line 52
>> ```
>>
>> See the attached ``arc.txt`` for the full output.
>>
>> I had to remove the ``open_basedir`` setting (making my PHP install
>> less secure) in ``php.ini`` to get the tool to work.
>>
>> IMH...
2016 Jan 07
2
Phabricator/Arcanist feedback
...gt;> (5.6.16 on Arch Linux). I see warnings like this.
>>
>> ```
>> PHP Warning: ini_set(): open_basedir restriction in effect. File() is
>> not within the allowed path(s):
>> (/srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/) in
>> /home/dan/dev/libphutil/scripts/__init_scr
>> ipt__.php on line 52
>> ```
>>
>> See the attached ``arc.txt`` for the full output.
>>
>> I had to remove the ``open_basedir`` setting (making my PHP install
>> less secure) in ``php.ini`` to get the tool to work.
>>
>>...