Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • dhewlett Friend
    #118791

    I was a bit over zealous in a post upgrade clean-up. I deleted the wrapper module from my Site Modules. How do I reinstall it? I see it’s still in the modules folder, but how do I get Joomla to let me use it again? Any help would be much appreciated!

    Cheers,

    D!

    ShannonN Friend
    #215003

    Hi,
    I did the same thing and tried everything, it took a post to helpjoomla.org forum to find out how to do it

    it involves settting a query up in MY php admin to add the missing link to the database

    Because the files are still there, you only have to create a new reference to the module in jos_modules

    Use phpMyAdmin:
    backup the database first, then run the following query:
    INSERT INTO `jos_modules` VALUES (31, ‘Wrapper’, ”, 15, ‘left’, 0, ‘0000-00-00 00:00:00’, 0, ‘mod_wrapper’, 0, 0, 1, ”, 0, 0);
    if id=31 already exists, replace it with a zero (and it will get a unique number assigned automatically).

    Michael Casha Friend
    #215530

    Good work ShannonN!

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 3 voices, and was last updated by  Michael Casha 17 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum