• getting error#

  • wholein1 Reply #1, 11 months, 3 weeks ago

    Reply
    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


  • sottwell Reply #2, 11 months, 3 weeks ago

    Reply
    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?


  • wholein1 Reply #3, 11 months, 3 weeks ago

    Reply
    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?


  • sottwell Reply #4, 11 months, 3 weeks ago

    Reply
    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.


  • wholein1 Reply #5, 11 months, 3 weeks ago

    Reply
    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