Details
Description
When editing a module row for Multicraft, the following error is encountered:
Illegal string offset 'ip'
This occurs when attempting to display the IP address in the dedicated IP addresses table for IPs that exist pre-version 2.0 of this module.
Pre-2.0, IPs were stored as numerically-indexed arrays. Now they are numerically-indexed arrays that consist of an array containing the IP and port. Both should be supported, and the IPs should not be assumed to be an array of an array.
Check other places this is used to ensure there is not other issues with maintaining existing dedicated IPs.
Issue Links
- blocks
-
CORE-2272 MultiCraft: Dedicated ip row indexes broken
- Closed