Tim
03/08/2023, 8:17 PMcfpdf action="merge" on them, and then reindexes the produced document. In that process, it calls a package method, insertDocumentRow, on DocumentInsertHandler.cfc, which is stored in the same directory as Merge.cfm. This works fine, except for this one client.
On their server, it complains that
The insertDocumentRow package method in the C:\path\DocumentInsertHandler.cfc component cannot be accessed from c:\path\Merge.cfm.I sent them code that changes that method to
public and then it works fine.
My best guess is that the C: vs c: in the error message is making CF think that the files are in different directories. But I have no idea where that difference could be coming from. Has anyone seen anything like this before?Mark Takata (Adobe)
03/08/2023, 8:40 PMTim
03/08/2023, 8:41 PMMark Takata (Adobe)
03/08/2023, 8:44 PMTim
03/08/2023, 8:46 PMMark Takata (Adobe)
03/08/2023, 8:47 PMTim
03/08/2023, 8:47 PMMark Takata (Adobe)
03/08/2023, 8:47 PMMark Takata (Adobe)
03/08/2023, 8:49 PMMark Takata (Adobe)
03/08/2023, 8:49 PMMark Takata (Adobe)
03/08/2023, 8:49 PMTim
03/08/2023, 8:49 PMMark Takata (Adobe)
03/08/2023, 8:49 PM