We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 32347
    • 143 Posts
    I am using evolution 1.0.4. I am new to the webloginpe and not sure yet what I am doing. I followed the install instruction
    my call is [!WebLoginPE? &type=`simple`!]

    I am getting and error see below.

    « MODx Parse Error »
    MODx encountered the following error while attempting to parse the requested resource:
    « PHP Parse Error »

    PHP error debug
    Error: include_once(/home/whole75/public_html/assets/snippets/webloginpe/webloginpe.class.php) [function.include-once]: failed to open stream: No such file or directory
    Error type/ Nr.: Warning - 2
    File: /home/whole75/public_html/manager/includes/document.parser.class.inc.php(770) : eval()’d code
    Line: 27

    Parser timing
    MySQL: 0.0034 s (0 Requests)
    PHP: 0.0209 s
    Total: 0.0244 s
    • Did you upload the entire webloginpe folder to your assets/snippets folder on your web server? Does that folder and its files have permissions to allow them to be read?
        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
        • 32347
        • 143 Posts
        The instructions said to upload it to the plugins folder so that is waht i did. It did not mention anything about permissions. Should I move it to the snippet folder and what permissions should I sent it to?
        • I don’t know where you found your instructions, but the installation instructions in the docs folder of the unzipped webloginpe package say
          # Upload the "webloginpe" folder and all it’s contents to /assets/snippets/ in your MODx installation.

          As far as permissions goes, if you uploaded to the assets/plugins folder then the file permissions aren’t your problem.
            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
            • 32347
            • 143 Posts
            I got it working, in the snippet code where the php checks for the file had a default path that did not match the file path of my snippit. In code "assets/snippets/webloginpe/configs"
            I had "assets/snippets/WebloginPE/configs

            Thank you for help