-
**Description**
Move all public functions in functions.php to static functions in Functions class to get more friendly with php object oriented style and keep but decrapted functions_include.php with…
-
I try the to return some urls but I get
`Call to undefined function Embed\isHttp()`
I did comment to :
`if (!isHttp($uri)) {
throw new InvalidArgumentException(sprintf('Uri strin…
-
__具体出错代码__
```php
muxik updated
4 years ago
-
Akeneo: 3.1.9
I'm following the installation manual.
After running a command to create a job, I'm getting:
```
In functions.php line 62:
[InvalidArgumentException]
URI must be a string…
a-ast updated
4 years ago
-
## What Needs to be Documented?
Unincluded example files found in developer manual (orphaned)
## Where Does This Need To Be Documented?
These files should be either:
- included somewhere in the …
-
Adding default query string(s) changed in Guzzle 6 and now requires adding middleware like
```
$handler->unshift(Middleware::mapRequest(function (RequestInterface $request) {
return $request-…
-
Salut,
Je viens de découvrir ton plugin et je suis exactement à la recherche d'un travail comme le tient!!! En effet j'héberge actuellement mon interface sur un serveur externe car je n'aime pas du…
-
## Bug Description
We need to prefix Composer dependencies that we deploy as part of the bundled plugin in order to prevent conflicts with other plugins shipping the same dependencies (potentially …
-
## Describe, in detail, what changes are required.
Standardize how example domains are written.
For details please see:
https://github.com/owncloud/docs/pull/764 and https://github.com/owncloud/doc…
-
According to PSR-7 UriInterface definition if an empty string passed to `withHost()` it should clear the host. The current implementation in this library automatically falls back to "localhost" in thi…