Attempting to develop an Asset interface workaround, when exporting an asset interface, it only exports the (Primary) interface.
Modifying to include the interfaces and attempting to import I am stuck at /post.php with a Error code: 500 Internal Server Error.
Error from apache2/error.log
[Thu Jul 17 12:27:19.285003 2025] [php:notice] [pid 3733064:tid 3733064] [client w.x.y.z:60412] PHP Notice: Only variables should be passed by reference in /var/www/html/post/user/asset.php on line 1279, referer: https://itflow.server.domain/asset_details.php?client_id=4&asset_id=629
[Thu Jul 17 12:27:19.285534 2025] [php:warn] [pid 3733064:tid 3733064] [client w.x.y.z:60412] PHP Warning: Undefined variable $network_id in /var/www/html/post/user/asset.php on line 1348, referer: https://itflow.server.domain/asset_details.php?client_id=4&asset_id=629
[Thu Jul 17 12:27:19.285808 2025] [php:error] [pid 3733064:tid 3733064] [client w.x.y.z:60412] PHP Fatal error: Uncaught mysqli_sql_exception: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ' interface_asset_id = 629' at line 1 in /var/www/html/post/user/asset.php:1348
Stack trace:
\n#0 /var/www/html/post/user/asset.php(1348): mysqli_query()
\n#1 /var/www/html/post.php(49): require_once('...')
\n#2 {main}\n thrown in /var/www/html/post/user/asset.php on line 1348, referer: https://itflow.server.domain/asset_details.php?client_id=4&asset_id=629