• Resolved tipsyhues

    (@tipsyhues)


    Whenever I try to adjust the settings, nothing will save I get this error message:

    Warning: Use of undefined constant SECURE_AUTH_COOKIE – assumed ‘SECURE_AUTH_COOKIE’ (this will throw an Error in a future version of PHP) in /home/customer/www/tipsyhues.com/public_html/wp-includes/pluggable.php on line 929

    Warning: Use of undefined constant LOGGED_IN_COOKIE – assumed ‘LOGGED_IN_COOKIE’ (this will throw an Error in a future version of PHP) in /home/customer/www/tipsyhues.com/public_html/wp-includes/pluggable.php on line 925

    Warning: Cannot modify header information – headers already sent by (output started at /home/customer/www/tipsyhues.com/public_html/wp-includes/pluggable.php:929) in /home/customer/www/tipsyhues.com/public_html/wp-includes/pluggable.php on line 1435

    The gallery itself works fine, but nothing in the settings can be customized. We are using WordPress multisite if that matters.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support elviiso

    (@elviiso)

    Hi @tipsyhues

    Thanks for alerting us to this.

    The PHP messages you have shared with us are PHP warning messages which are an built-in method of debugging that was added by WordPress for developers.

    The purpose of these warning messages is to help developers debug issues with their code. Plugin and theme developers need this information to check for compatibility and best practices.

    Fortunately, PHP Notices and warning messages such as these are the kinds of errors that do not stop WordPress, themes, or plugins from loading your website and thus cannot break your site, and so do not be worried about something like that happening.

    With all of that said, I will alert the development team of these warning messages and we will work on an update to resolve them if they are originating from FooGallery

    Also, kindly ensure both your WordPress and FooGallery installations are updated to the latest version which usually tends to resolve such issues many times. Thanks

    Kind regards,
    Elvis

    Thread Starter tipsyhues

    (@tipsyhues)

    @elviiso no, it’s not breaking my site, I just cannot make any updates within the settings. And the versions are all up to date. Thank you for looking into this.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Error message when clicking Save’ is closed to new replies.