• Resolved skyjumpy

    (@skyjumpy)


    since the latest update “6.3.8” i get the following Notice:

    Notice: Constant WP_MEMORY_LIMIT already defined in **[sitepath]**\wp-config.php on line 113

    excluding

    define(‘WP_MEMORY_LIMIT’, ‘128M’);

    from the wp-config.php fixes the message

    is that a bug or some wrong setup of mine?

    https://wordpress.org/plugins/wp-photo-album-plus/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter skyjumpy

    (@skyjumpy)

    oh and another one since the update:

    Notice: Undefined index: has_searchbox in **[sitepath]**\wp-content\plugins\wp-photo-album-plus\wppa-functions.php on line 551

    Thread Starter skyjumpy

    (@skyjumpy)

    and one more (only in the backend afaik):

    Notice: date_default_timezone_set(): Timezone ID ‘UTC+2’ is invalid in **[sitepath]**\wp-content\plugins\wp-photo-album-plus\wppa-date-time.php on line 181

    temporarily fixed by setting $tzstring = ‘UTC’ in any case

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    I accidently left a debug switch on that causes all errors and warnings to be displayed. It is fixed now. Delete and re-install as if it is a new plugin will fix it. OR: edit wppa.php line 15:

    // Debugging
     error_reporting( E_ALL );

    change to:

    // Debugging
    // error_reporting( E_ALL );

    Thread Starter skyjumpy

    (@skyjumpy)

    thanks for the solution!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WP_MEMORY_LIMIT already defined’ is closed to new replies.