Files
HouseHub/modules/printvault
percoandClaude Sonnet 4.6 1ee0ec820c
Deploy HouseHub / deploy (push) Successful in 2s
Fix PrintVault upload: unpack format f3 (not fff) + ob_end_clean() + perms
- unpack('fff',...) in PHP returns only 1 float — must use unpack('f3',...)
  to correctly extract 3 floats from binary STL vertices
- ob_end_clean() in pvOk/pvErr discards PHP warnings from output buffer
  (display_errors=On was causing warnings to corrupt JSON response)
- Upload dirs chowned to www-data so Apache can write files
- QA verified: categories(8), STL parse, DB insert, file write all pass

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-15 10:58:53 +02:00
..