Author Topic: Documents fail to save with embedded image  (Read 2731 times)

internalkernel

  • Freshman
  • *
  • Posts: 15
    • View Profile
    • Tek Twelve
Documents fail to save with embedded image
« on: March 14, 2012, 04:14:58 pm »
If I create a document and embed an image in it - using the image utility - it fails to save... and this error shows in the logs:

Session "default" started at 2012-03-14T19:13:10+0000
#1 DEBUG: SQL ERROR: Query failed with message 'Unknown column 'filename' in 'where clause'' -
                SELECT e.*, o.* 
                FROM `fo_project_files` e
                INNER JOIN fo_objects o ON o.id = e.object_id
             WHERE `filename` = 'Points.html-img-1.gif' ORDER BY `id` DESC
Time since start: 0.2660551071167 seconds

Any ideas? Thanks...

_PHPepe_

  • Freshman
  • *
  • Posts: 15
    • View Profile
    • PHPepe.com
    • Email
Re: Documents fail to save with embedded image
« Reply #1 on: March 15, 2012, 10:43:50 am »
Solved!
Next release will fix this bug.

Thanks for your feedback!