• Hi,

    I used Media Sync a few time in the past without a problem. Some days ago I restarted to use it to upload new images but I have this problem:

    1841#0: *59757 FastCGI sent in stderr: “PHP message: PHP Warning: Constant WP_MEMORY_LIMIT already defined in /var/www/vhosts/misterbilliard.com/httpdocs/wp-config.php on line 94″ while reading response header from upstream

    can you help me please?

    VERY thank you in advance

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author erolsk8

    (@erolsk8)

    Hey @ilfriz80, maybe you can try going to Settings -> Media Sync and uncheck “Turn on debugging”.

    I mean, this plugin doesn’t set this constant WP_MEMORY_LIMIT and when it does set some constants, it first checks if it’s already defined. For example:
    if ( !defined('WP_DEBUG') ) {
    define('WP_DEBUG', true);
    }

    But maybe enabling this debugging causes that PHP Warning to show up.

    If debugging is already off, I’m guessing it’s not related to this plugin. But let me know how it goes.

    Thread Starter ilfriz80

    (@ilfriz80)

    Hi Erolsk8

    Thank you very very much, I see only now your message.

    I uncecked now “Turn on debuggin” -> now I have this different error

    There has been a critical error on this website. Please check your site admin email inbox for instructions.

    and on log

    POST?/wp-admin/admin-ajax.php?action=as_async_request_queue_runner&nonce=81ce629327 HTTP/1.1

    can you help me please?

    Plugin Author erolsk8

    (@erolsk8)

    Hmm maybe you just have too many files. If that’s the case, you can try going to Settings -> Media Sync, and under “Scan directory” enter your directories one by one (e.g. 2023 or 2023/07). If that doesn’t help, I’m really out of ideas.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘PHP Warning: Constant WP_MEMORY_LIMIT alre’ is closed to new replies.