Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author GM_Alex

    (@gm_alex)

    You have to change the download type at the UAM settings fromm fopen to normal.

    Plugin Author GM_Alex

    (@gm_alex)

    I wrote the last post from my mobile. Here the detailed explanation:

    This is a hint that you should change the “download type” from “fopen” to “normal”. It could be that “fopen” works even if you see the error message but it can’t guaranteed. The “safe_mode” can configured at the php.ini file. Here you will find more informations about it: https://www.php.net/manual/en/features.safe-mode.php

    Thread Starter Nerd01

    (@nerd01)

    Thank you,
    it works now withot that message.

    Where can I change that? The plugin uses the German language in my blog, and nowhere can I see a “fopen” setting…

    nor do I understand, why this error appeared right now

    I’m in the same case, ditler. Any help would be appreciated.

    Thanks.

    I have not found a solution and live with the error message, since it does no harm. The plugin author did not respond to my question.

    It is not a real solution, but at least the message leaves:
    Plugins -> Editor -> “User Access Manager” Choose ->
    in the file user-access-manager.php you will finde the following passage, that needs to be commented out completely:
    // add_action(
    // ‘admin_notices’,
    // create_function(
    // ”,
    // ‘echo \'<div id=”message” class=”error”><p>‘.
    // TXT_UAM_FOPEN_WITHOUT_SAVEMODE_OFF.
    // ‘
    </p></div>\’;’
    // )
    // );

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: User Access Manager] Message after update to 1.1.3’ is closed to new replies.