[eluser]sigork[/eluser]
No errors, everything is OK. Thanks!
But there is an issue:
A Module has an install function w/ 'CREATE TABLE' -- the module has its own table that can be dropped if to uninstall the module.
That means if I uninstall the module, but someone wants to visit its public page (which doesn't exist now), he sees:
Quote:A Database Error Occurred
Error Number: 1146
Table '***' doesn't exist
SELECT `pageid`, `parent_id`, etc.
What is the best way to avoid this message and redirect the visitors to the Error page?
Or should I have an empty table with the uninstalled Module?
(v.5.2.30)