2013-12-10 88 views
2

我有創建已經工作了一段時間,並在服務器重新啓動後,本週末它現在拋出下面的錯誤PDF AA CF頁:(這是CF8)ColdFusion的標記處理程序錯誤

The tag handler document does not have a setter for the 
attribute scaleToFit specified in the Tag Library Descriptor. 

The error occurred in line 149 

147 :  </cfquery> 
148 : 
149 :  <!--- Build PDF Document ---> 
150 :  <cfdocument format="pdf" name="Invoice" 
        orientation="landscape" margintop="2" marginbottom=".8" 
151 :  marginleft=".5" marginright=".5" fontembed="no" localurl="true"> 
+0

服務器在重新啓動過程中是否進行某種更新?該錯誤基本上意味着'scaleToFit'屬性不存在。所以,如果你在任何地方使用它,它會導致錯誤。所以如果它被刪除,頁面應該加載。這是一個猜測。 – jzm

+1

這聽起來像我應用的修補程序沒有采取。重新應用它。 –

+0

沒有適合頁面上的屬性的縮放比例,以至於讓我更加困惑。 –

回答

0

Adam, 您是對的我發現問題是其中一個集羣服務器上的一半應用修補程序