CoreBOSBB

Full Version: How I correct this? ( remove PDF Maker )
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I removed PDF maker, but this links ( and errors still occurs )

See attached file.

How i remove that issue?
I don't have an answer from the top of my head, but look for the 'DETAIL WIDGET' section in the documentation.
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.
I removed links directly in BD and solve this issue. Joe's hint.

Thanks for your assistance