We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 6857
    • 2 Posts
    The install happened with no errors.
    When loging in to the manager for the first time getting the following error:

    Warning: include_once(actions/mutate_content.dynamic.php) [function.include-once]: failed to open stream: Permission denied in /home/ddvvns/public_html/manager/index.php on line 277

    Warning: include_once() [function.include]: Failed opening ’actions/mutate_content.dynamic.php’ for inclusion (include_path=’/home/ddvvns/public_html/manager/includes/’) in /home/ddvvns/public_html/manager/index.php on line 277


    Installed version 0.9.6.1p2
    Apache version 1.3.41 (Unix)
    PHP version 5.2.3
    MySQL version 5.0.51a-community

    Please help

    Thanks,

    Val Saidor
    • As the error says, you’ve got a permissions problem in your filesystem. What server OS are you hosted on?
        Studying MODX in the desert - http://sottwell.com
        Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
        Join the Slack Community - http://modx.org
        • 6857
        • 2 Posts
        Linux

        How do I fix this issue?

        Thanks,

        Val
        • Change the permissions. Your FTP client should allow you to do that on a global scale. At the least, they should most likely all be something like 755 for directories and 644 for files. Although the bigger question is why the permissions are wrong if you could install to begin with.

          What the permissions need to be depend on how your server is configured. There are too many variables to be able to say with any certainty what they should be.
            Studying MODX in the desert - http://sottwell.com
            Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
            Join the Slack Community - http://modx.org
            • 10449
            • 956 Posts
            The 2nd warning suggests that PHP is not allowed to access that particular folder, i.e. you can’t change the default include_path via script. Some kind of PHP setting has likely to be changed in your .htaccess or php.ini file (e.g. http://www.modwest.com/help/kb5-98.html)