CoreBOSBB
How I correct this? ( remove PDF Maker ) - Printable Version

+- CoreBOSBB (https://discussions.corebos.org)
+-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17)
+--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8)
+--- Thread: How I correct this? ( remove PDF Maker ) (/showthread.php?tid=630)



How I correct this? ( remove PDF Maker ) - rslemer - 04-18-2017

I removed PDF maker, but this links ( and errors still occurs )

See attached file.

How i remove that issue?


RE: How I correct this? ( remove PDF Maker ) - Guido1982 - 04-19-2017

I don't have an answer from the top of my head, but look for the 'DETAIL WIDGET' section in the documentation.


RE: How I correct this? ( remove PDF Maker ) - omarllorens - 04-25-2017

Hi.

When you uninstall PDFMaker module, the function vtlib_handler when the case is preuninstall execute the next functions:
removeLinks();
removePDFMakerWorkflows();

You can check this functions on modules/PDFMaker/PDFMaker.php to create a script that execute this functions or check the database tables that you have to clean to a correct uninstall.

This process works fine when you uninstall the module, I don't know why were not executed.


RE: How I correct this? ( remove PDF Maker ) - rslemer - 04-25-2017

I removed links directly in BD and solve this issue. Joe's hint.

Thanks for your assistance