5
I found this old thread about magazine1.2
https://xoops.org/modules/newbb/viewtopic.php?topic_id=57610&forum=4&post_id=254556It is no longer supported and does not support php5/mysql5 so this could easily be the reason.
(remember make db backup before this)
If you want to remove and cant make uninstall work, then you have to do it manually from phpmyadmin by deleting the tables defined in the magazine1.2/sql file
CREATE TABLE `mag_article`
All these files yourprefix_tablefromsql you need to delete in phpmyadmin
Next you need to delete entries from this module in templates tables. There are 3 of these. And from these you need to delete all items releated to the module you want to delete.
# xoops_tplfile
# xoops_tplset
# xoops_tplsource
Last search through the xoops_modules table in phpmyadmin and find/delete the module.
After this it should be removed :)
Programming is like sex:
One mistake and you have to support it for the rest of your life.