GaryAllan
GaryAllan
> yes from 1.3 to 1.6 i am doing Version 1.7 bumped the minimum supported upgrade version to 1.4. You're trying to upgrade to v1.7 (master/development) code.
If you're migrating from anything older than 1.4 you need to upgrade to 1.6 as an intermediate step. 1.19->1.6->1.7+
You can migrate 1.3 straight to 1.6
> Would be nice if somebody did fix the issue. Would be nice if the PHP bods would stop creating them. https://www.php.net/manual/en/migration81.incompatible.php#migration81.incompatible.pdo.mysql MySQL Driver Integers and floats in result sets...
Hello, I can add a config.php option to stringify API responses, but the default will be to follow the PHP behavior. It's the same patch you're already applied yourself.
See config.php `$api_stringify_results` option and header ```bash curl -X GET --header "token: " --header "api-stringify-results: 1" https://phpipam/api/myapp/subnets/ ```
After upgrading to 1.6. Try running `git submodule update` in the folder containing config.dist.php
Hi Update your phpIPAM code. There was a bugfix for this.
Googling this error shows lots of possible fixes, including upgrade to MySQL 5.7+ (now ancient) Can you please post your environment details? Php and mysql/mariadb version
> It installed Mysql 5.6 container. I don't know what php version I have, as I don't know how to check. This error/limitation was fixed in MySQL 5.7.7+