-
phpipam v1.3.1, RHEL 7.4, Apache, mariadb.
I've noticed that when I pull section data using the API e.g.
> Invoke-PhpIpamExecute -method "get" -controller "sections" -identifiers @(3,'subnets') …
-
We are trying to run a script that adds IPs to the database using the following code.
mysql -u *** --password=*** phpipam -e "UPDATE ipaddresses SET ip_addr = 1123865469";
However we get the fo…
-
On phpipam 1.3
Wrote some modules for doing things in python3. Most GET requests seem to work fine however when trying to create a new address I get a '500' error, 'Invalid CIDR Format!'. I've trie…
-
I'm having issues logging into the REST API. I'm using Postman as my REST client running on Windows 10. The server running PHPIPAM is a CentOS 7 box with SELinux disabled.
The issues that I'm havin…
-
SQLSTATE[HY000]: General error: 126 Incorrect key file for table '/tmp/#sql_47a_1.MYI'; try to repair it
Warning: Invalid argument supplied for foreach() in /var/www/html/app/tools/changelog/change…
-
Package maintainer(s):
I had to modify my local code ver 1.2.1 to support PHP 7.0:
/api/v2/index.php:174 $result = $controller->{getenv('REQUEST_METHOD')};
Simple search for $_SERVER['REQUEST…
k7faq updated
7 years ago
-
I see some changes were made to strict checking but it seems to have affected the way were were using phpIPAM
We may have the same Subnet or a Child Subnet of the principal in different sections. Bef…
-
In the [installation guide](http://phpipam.net/documents/installation/) you describe in point 6 how phpipam can be used with and without seo-friedly urls using mod_rewrite on apache. But the [api docu…
-
Hello,
When I execute:
curl -X GET "http://localhost/phpipam/api/myapi/addresses/firs_free/33/" --header "token":"xxxxxxxxx" -i
I recive:
{"code":400,"success":0,"message":"Invalid Id","time":0.…
-
Hi,
upgraded from 1.2.6 to 1.3.0 to obtain **Racks** feature but have lost possibility to use **API** interface.
Now I can't use my external scripts. Example from https://phpipam.net/news/api_examp…