Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set this module active=true by default #3

Open
addison74 opened this issue Jan 8, 2023 · 1 comment
Open

Set this module active=true by default #3

addison74 opened this issue Jan 8, 2023 · 1 comment

Comments

@addison74
Copy link

This module has been disabled in Magento and OpenMage. It has recently been detached from OpenMage and it can be installed manually or with Composer. Whoever installs it must manually change the /app/etc/Modules/Mage_Backup.xml file and replace bellow false with true.

<config>
    <modules>
        <Mage_Backup>
            <active>false</active>
            <codePool>core</codePool>
            <depends>
                <Mage_Core/>
            </depends>
        </Mage_Backup>
    </modules>
</config>

My opinion is that we should activate this module from the beginning since the user wants it and expects to work after refreshing the Backend page (System > Tools > Backup).

I haven't checked in System > Configuration > Advanced > Advanced if the module output is also Disable after installation. In my case it is Enable, but I don't have an OpenMage installed from scratch.

mage_backup

@fballiano
Copy link
Contributor

it seems a legitimate request so #4 ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants